com.aspose.diagram
Class ColorEntry

java.lang.Object
    extended by 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()
voidsetIX(int)
           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.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.