com.aspose.cells

Class ConditionalFormattingIcon

  • java.lang.Object
    • 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()
void
setIndex(intvalue)
           Gets and sets the icon's index in the icon set.
intgetType()
void
setType(intvalue)
           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.

    setType

    public voidsetType(intvalue)
    
    Gets and sets the icon set type. The value of the property is IconSetType integer constant.

    setIndex

    public voidsetIndex(intvalue)
    
    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: