com.aspose.cells.ConditionalFormattingIcon.html Maven / Gradle / Ivy
ConditionalFormattingIcon
com.aspose.cells
Class ConditionalFormattingIcon
java.lang.Object
com.aspose.cells.ConditionalFormattingIcon
public class ConditionalFormattingIcon
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
byte[] | getImageData() | |
Gets the icon set data. | ||
int | getIndex() | |
void | setIndex(int) | |
Gets and sets the icon's index in the icon set. | ||
int | getType() | |
void | setType(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.
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
- AIconSetType value. icon's typeindex
- 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.