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