java.lang.Objectcom.aspose.cells.ConditionalFormattingIcon
public class ConditionalFormattingIcon
Property Getters/Setters Summary | ||
---|---|---|
byte[] | getImageData() | |
Gets the icon set data. | ||
int | getIndex() | |
void | setIndex(int value) | |
Gets and sets the icon's index in the icon set. | ||
int | getType() | |
void | setType(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() |
getType/setType | |
public int getType() / public void setType(int value) |
getIndex/setIndex | |
public int getIndex() / public void setIndex(int value) |
Method Detail |
---|
getIconImageData | |
public static byte[] getIconImageData(int type, int index) throws java.lang.Exception |
type
- A index
- icon's index