DxfCollection
Contenido
[
Ocultar
]DxfCollection class
Representa los registros maestros de formato diferencial.
public class DxfCollection : CollectionBase<Style>
Propiedades
Nombre | Descripción |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Obtiene el elemento en el índice especificado. |
Item { get; set; } |
Métodos
Nombre | Descripción |
---|---|
BinarySearch(Style) | |
BinarySearch(Style, IComparer<Style>) | |
BinarySearch(int, int, Style, IComparer<Style>) | |
Clear() | |
Contains(Style) | |
CopyTo(Style[]) | |
CopyTo(Style[], int) | |
CopyTo(int, Style[], int, int) | |
Exists(Predicate<Style>) | |
Find(Predicate<Style>) | |
FindAll(Predicate<Style>) | |
FindIndex(Predicate<Style>) | |
FindIndex(int, Predicate<Style>) | |
FindIndex(int, int, Predicate<Style>) | |
FindLast(Predicate<Style>) | |
FindLastIndex(Predicate<Style>) | |
FindLastIndex(int, Predicate<Style>) | |
FindLastIndex(int, int, Predicate<Style>) | |
GetEnumerator() | |
IndexOf(Style) | |
IndexOf(Style, int) | |
IndexOf(Style, int, int) | |
LastIndexOf(Style) | |
LastIndexOf(Style, int) | |
LastIndexOf(Style, int, int) | |
RemoveAt(int) |
Ver también
- class CollectionBase<T>
- class Style
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells