public class XSSFConditionalFormattingThreshold extends java.lang.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() |
java.lang.String |
getFormula() |
ConditionalFormattingThreshold.RangeType |
getRangeType() |
java.lang.Double |
getValue() |
void |
setFormula(java.lang.String formula) |
void |
setRangeType(ConditionalFormattingThreshold.RangeType type) |
void |
setValue(java.lang.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 java.lang.String getFormula()
getFormula in interface ConditionalFormattingThresholdpublic void setFormula(java.lang.String formula)
setFormula in interface ConditionalFormattingThresholdpublic java.lang.Double getValue()
getValue in interface ConditionalFormattingThresholdpublic void setValue(java.lang.Double value)
setValue in interface ConditionalFormattingThreshold