org.apache.poi.xssf.usermodel
Class XSSFConditionalFormattingThreshold

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.XSSFConditionalFormattingThreshold
All Implemented Interfaces:
ConditionalFormattingThreshold

public class XSSFConditionalFormattingThreshold
extends java.lang.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
protected XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFConditionalFormattingThreshold

protected XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo)
Method Detail

getCTCfvo

protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo getCTCfvo()

getRangeType

public ConditionalFormattingThreshold.RangeType getRangeType()
Specified by:
getRangeType in interface ConditionalFormattingThreshold

setRangeType

public void setRangeType(ConditionalFormattingThreshold.RangeType type)
Specified by:
setRangeType in interface ConditionalFormattingThreshold

getFormula

public java.lang.String getFormula()
Specified by:
getFormula in interface ConditionalFormattingThreshold

setFormula

public void setFormula(java.lang.String formula)
Specified by:
setFormula in interface ConditionalFormattingThreshold

getValue

public java.lang.Double getValue()
Specified by:
getValue in interface ConditionalFormattingThreshold

setValue

public void setValue(java.lang.Double value)
Specified by:
setValue in interface ConditionalFormattingThreshold