com.aspose.diagram

Class ColorEntry

  • java.lang.Object
    • com.aspose.diagram.ColorEntry
public class ColorEntry 
extends java.lang.Object

Contains a color table entry. Each color table entry specifies a standard color that is available for application to objects such as shapes, text, and layers in the document.

Constructor Summary
ColorEntry()
Constructor.
 
Property Getters/Setters Summary
com.aspose.cells.ColorgetColor()
Represents an ARGB color.
intgetIX()
void
setIX(intvalue)
           Required int. The zero-based index of the element within its parent element.
 

    • Constructor Detail

      • ColorEntry

        public ColorEntry()
        Constructor.
    • Property Getters/Setters Detail

      • getIX/setIX

        public int getIX() / public void setIX(int value)
        
        Required int. The zero-based index of the element within its parent element.
      • getColor

        public com.aspose.cells.Color getColor()
        
        Represents an ARGB color.