java.lang.Objectcom.aspose.cells.ConditionalFormattingResult
public class ConditionalFormattingResult
Property Getters/Setters Summary | ||
---|---|---|
Color | getColorScaleResult() | |
Gets the display color of color scale. | ||
ColorScale | getConditionalFormattingColorScale() | |
Gets the ColorScale object. | ||
DataBar | getConditionalFormattingDataBar() | |
Gets the DataBar object. | ||
ConditionalFormattingIcon | getConditionalFormattingIcon() | |
Gets the image of icon set. | ||
Style | getConditionalStyle() | |
Gets the conditional result style. |
Property Getters/Setters Detail |
---|
getConditionalStyle | |
public Style getConditionalStyle() |
getConditionalFormattingIcon | |
public ConditionalFormattingIcon getConditionalFormattingIcon() |
getConditionalFormattingDataBar | |
public DataBar getConditionalFormattingDataBar() |
getConditionalFormattingColorScale | |
public ColorScale getConditionalFormattingColorScale() |
getColorScaleResult | |
public Color getColorScaleResult() |