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: ColorEntryCollectionCollection

The ColorEntryCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
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