Class ColorEntryCollection
Contents
[
Hide
]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.
public class ColorEntryCollection : Collection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the number of elements actually contained in the collection. |
| Item { get; } | Gets the element at the specified index. |
Methods
| Name | Description |
|---|---|
| Add(ColorEntry) | Add the Color object in the collection. |
| Clear() | Removes all elements from collection. |
| GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
| IsExist(int) | Is exist item in the collection. |
| Remove(ColorEntry) | Remove the Color object from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram