com.aspose.cells
Class ConditionalFormattingIcon

java.lang.Object
    extended by com.aspose.cells.ConditionalFormattingIcon

public class ConditionalFormattingIcon 
extends java.lang.Object

Represents the custom icon of conditional formatting rule.

Property Getters/Setters Summary
byte[]getImageData()
           Gets the icon set data.
intgetIndex()
voidsetIndex(int value)
           Gets and sets the icon's index in the icon set.
intgetType()
voidsetType(int value)
           Gets and sets the icon set type. The value of the property is IconSetType integer constant.
 
Method Summary
static byte[]getIconImageData(int type, int index)
           Get the icon set data
 

Property Getters/Setters Detail

getImageData

public byte[] getImageData()
Gets the icon set data.

getType/setType

public int getType() / public void setType(int value)
Gets and sets the icon set type. The value of the property is IconSetType integer constant.

getIndex/setIndex

public int getIndex() / public void setIndex(int value)
Gets and sets the icon's index in the icon set.

Method Detail

getIconImageData

public static byte[] getIconImageData(int type, int index)
                                   throws java.lang.Exception
Get the icon set data
Parameters:
type - A IconSetType value. icon's type
index - icon's index
Returns:

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