com.aspose.cells
Class ConditionalFormattingResult

java.lang.Object
    extended by com.aspose.cells.ConditionalFormattingResult

public class ConditionalFormattingResult 
extends java.lang.Object

Represents the result of conditional formatting which applies to a cell.

Property Getters/Setters Summary
ColorgetColorScaleResult()
           Gets the display color of color scale.
ColorScalegetConditionalFormattingColorScale()
           Gets the ColorScale object.
DataBargetConditionalFormattingDataBar()
           Gets the DataBar object.
ConditionalFormattingIcongetConditionalFormattingIcon()
           Gets the image of icon set.
StylegetConditionalStyle()
           Gets the conditional result style.
 

Property Getters/Setters Detail

getConditionalStyle

public Style getConditionalStyle()
Gets the conditional result style.

getConditionalFormattingIcon

public ConditionalFormattingIcon getConditionalFormattingIcon()
Gets the image of icon set.

getConditionalFormattingDataBar

public DataBar getConditionalFormattingDataBar()
Gets the DataBar object.

getConditionalFormattingColorScale

public ColorScale getConditionalFormattingColorScale()
Gets the ColorScale object.

getColorScaleResult

public Color getColorScaleResult()
Gets the display color of color scale.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.