asposediagram.api

Class ColorEntryCollection

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.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(color)
Add the Color object in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(color)
Remove the Color object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(color)
        Add the Color object in the collection.
        Parameters:
        color: ColorEntry -
        Returns:
      • remove

         remove(color)
        Remove the Color object from the collection.
        Parameters:
        color: ColorEntry -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.