All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ConditionalFormattingIcon.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ConditionalFormattingIcon




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)
           Gets and sets the icon's index in the icon set.
intgetType()
voidsetType(int)
           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.

setType

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.

setIndex

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.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy