ColorEntryCollection class
ColorEntryCollection class
Contains the document’s color table. Each document contains a single color table, which lists the 24 standard colors that are available for application to objects such as shapes, text, and layers in the document.
Inheritance: ColorEntryCollection → Collection
The ColorEntryCollection type exposes the following members:
Properties
| Property | Description |
|---|---|
| count | Gets the number of elements actually contained in the collection. |
Gets the element at the specified index.
Indexer
| Name | Description |
|---|---|
| [index] |
Methods
| Method | Description |
|---|---|
| is_exist(index) | Is exist item in the collection. |
| clear() | Removes all elements from collection. |
| add(color) | Add the Color object in the collection. |
| remove(color) | Remove the Color object from the collection. |
See Also
- module aspose.diagram
- class Collection