CadStylesList Class |
Namespace: Aspose.CAD.FileFormats.Cad
The CadStylesList type exposes the following members.
| Name | Description | |
|---|---|---|
| CadStylesList |
Initializes a new instance of the CadStylesList class.
|
| Name | Description | |
|---|---|---|
| ApplicationCodesContainer |
Gets or sets the application codes container.
| |
| CadSymbolTableGroupCodes |
Gets or sets the cad symbol table group codes.
| |
| Count |
Gets the number of elements contained in the ICollection.
(Inherited from NonGenericList.) | |
| IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
(Inherited from NonGenericList.) | |
| IsReadOnly |
Gets a value indicating whether the IList is read-only.
(Inherited from NonGenericList.) | |
| IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from NonGenericList.) | |
| Item |
Gets or sets the element at the specified index.
(Inherited from NonGenericList.) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from NonGenericList.) |
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the IList.
(Inherited from NonGenericList.) | |
| AddRange |
Adds the range of the objects to container.
| |
| Clear |
Removes all items from the IList.
(Inherited from NonGenericList.) | |
| Clone |
Clones the list.
| |
| Contains |
Determines whether the IList contains a specific value.
(Inherited from NonGenericList.) | |
| CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from NonGenericList.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from NonGenericList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item in the IList.
(Inherited from NonGenericList.) | |
| Insert |
Inserts an item to the IList at the specified index.
(Inherited from NonGenericList.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes the first occurrence of a specific object from the IList.
(Inherited from NonGenericList.) | |
| RemoveAt |
Removes the IList item at the specified index.
(Inherited from NonGenericList.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| list |
The list - internal container of objects
(Inherited from NonGenericList.) |