Package org.apache.poi.xssf.usermodel
Class XSSFConditionalFormattingThreshold
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFConditionalFormattingThreshold
-
- All Implemented Interfaces:
ConditionalFormattingThreshold
public class XSSFConditionalFormattingThreshold extends Object implements ConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholds
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.ss.usermodel.ConditionalFormattingThreshold
ConditionalFormattingThreshold.RangeType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvogetCTCfvo()StringgetFormula()ConditionalFormattingThreshold.RangeTypegetRangeType()DoublegetValue()voidsetFormula(String formula)voidsetRangeType(ConditionalFormattingThreshold.RangeType type)voidsetValue(Double value)
-
-
-
Method Detail
-
getCTCfvo
protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo getCTCfvo()
-
getRangeType
public ConditionalFormattingThreshold.RangeType getRangeType()
- Specified by:
getRangeTypein interfaceConditionalFormattingThreshold
-
setRangeType
public void setRangeType(ConditionalFormattingThreshold.RangeType type)
- Specified by:
setRangeTypein interfaceConditionalFormattingThreshold
-
getFormula
public String getFormula()
- Specified by:
getFormulain interfaceConditionalFormattingThreshold
-
setFormula
public void setFormula(String formula)
- Specified by:
setFormulain interfaceConditionalFormattingThreshold
-
getValue
public Double getValue()
- Specified by:
getValuein interfaceConditionalFormattingThreshold
-
setValue
public void setValue(Double value)
- Specified by:
setValuein interfaceConditionalFormattingThreshold
-
-