public class XSSFConditionalFormattingThreshold extends Object implements ConditionalFormattingThreshold
ConditionalFormattingThreshold.RangeType| Modifier | Constructor and Description |
|---|---|
protected |
XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo) |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo |
getCTCfvo() |
String |
getFormula() |
ConditionalFormattingThreshold.RangeType |
getRangeType() |
Double |
getValue() |
void |
setFormula(String formula) |
void |
setRangeType(ConditionalFormattingThreshold.RangeType type) |
void |
setValue(Double value) |
protected XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo)
protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo getCTCfvo()
public ConditionalFormattingThreshold.RangeType getRangeType()
getRangeType in interface ConditionalFormattingThresholdpublic void setRangeType(ConditionalFormattingThreshold.RangeType type)
setRangeType in interface ConditionalFormattingThresholdpublic String getFormula()
getFormula in interface ConditionalFormattingThresholdpublic void setFormula(String formula)
setFormula in interface ConditionalFormattingThresholdpublic Double getValue()
getValue in interface ConditionalFormattingThresholdpublic void setValue(Double value)
setValue in interface ConditionalFormattingThreshold