com.aspose.cells

Class ConditionalFormattingResult

  • java.lang.Object
    • 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
com.aspose.cells.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.
      • getConditionalFormattingDataBar

        public DataBar getConditionalFormattingDataBar()
        
        Gets the DataBar object.
      • getConditionalFormattingColorScale

        public ColorScale getConditionalFormattingColorScale()
        
        Gets the ColorScale object.
      • getColorScaleResult

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