Interface CTCfRule
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCfRule extends XmlObject
An XML CT_CfRule(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCfRule.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addFormula(java.lang.String formula)
Appends the value as the last "formula" elementCTColorScale
addNewColorScale()
Appends and returns a new empty "colorScale" elementCTDataBar
addNewDataBar()
Appends and returns a new empty "dataBar" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementSTFormula
addNewFormula()
Appends and returns a new empty value (as xml) as the last "formula" elementCTIconSet
addNewIconSet()
Appends and returns a new empty "iconSet" elementboolean
getAboveAverage()
Gets the "aboveAverage" attributeboolean
getBottom()
Gets the "bottom" attributeCTColorScale
getColorScale()
Gets the "colorScale" elementCTDataBar
getDataBar()
Gets the "dataBar" elementlong
getDxfId()
Gets the "dxfId" attributeboolean
getEqualAverage()
Gets the "equalAverage" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String[]
getFormulaArray()
Deprecated.java.lang.String
getFormulaArray(int i)
Gets ith "formula" elementjava.util.List<java.lang.String>
getFormulaList()
Gets a List of "formula" elementsCTIconSet
getIconSet()
Gets the "iconSet" elementSTConditionalFormattingOperator.Enum
getOperator()
Gets the "operator" attributeboolean
getPercent()
Gets the "percent" attributeint
getPriority()
Gets the "priority" attributelong
getRank()
Gets the "rank" attributeint
getStdDev()
Gets the "stdDev" attributeboolean
getStopIfTrue()
Gets the "stopIfTrue" attributejava.lang.String
getText()
Gets the "text" attributeSTTimePeriod.Enum
getTimePeriod()
Gets the "timePeriod" attributeSTCfType.Enum
getType()
Gets the "type" attributevoid
insertFormula(int i, java.lang.String formula)
Inserts the value as the ith "formula" elementSTFormula
insertNewFormula(int i)
Inserts and returns a new empty value (as xml) as the ith "formula" elementboolean
isSetAboveAverage()
True if has "aboveAverage" attributeboolean
isSetBottom()
True if has "bottom" attributeboolean
isSetColorScale()
True if has "colorScale" elementboolean
isSetDataBar()
True if has "dataBar" elementboolean
isSetDxfId()
True if has "dxfId" attributeboolean
isSetEqualAverage()
True if has "equalAverage" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetIconSet()
True if has "iconSet" elementboolean
isSetOperator()
True if has "operator" attributeboolean
isSetPercent()
True if has "percent" attributeboolean
isSetRank()
True if has "rank" attributeboolean
isSetStdDev()
True if has "stdDev" attributeboolean
isSetStopIfTrue()
True if has "stopIfTrue" attributeboolean
isSetText()
True if has "text" attributeboolean
isSetTimePeriod()
True if has "timePeriod" attributeboolean
isSetType()
True if has "type" attributevoid
removeFormula(int i)
Removes the ith "formula" elementvoid
setAboveAverage(boolean aboveAverage)
Sets the "aboveAverage" attributevoid
setBottom(boolean bottom)
Sets the "bottom" attributevoid
setColorScale(CTColorScale colorScale)
Sets the "colorScale" elementvoid
setDataBar(CTDataBar dataBar)
Sets the "dataBar" elementvoid
setDxfId(long dxfId)
Sets the "dxfId" attributevoid
setEqualAverage(boolean equalAverage)
Sets the "equalAverage" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFormulaArray(int i, java.lang.String formula)
Sets ith "formula" elementvoid
setFormulaArray(java.lang.String[] formulaArray)
Sets array of all "formula" elementvoid
setIconSet(CTIconSet iconSet)
Sets the "iconSet" elementvoid
setOperator(STConditionalFormattingOperator.Enum operator)
Sets the "operator" attributevoid
setPercent(boolean percent)
Sets the "percent" attributevoid
setPriority(int priority)
Sets the "priority" attributevoid
setRank(long rank)
Sets the "rank" attributevoid
setStdDev(int stdDev)
Sets the "stdDev" attributevoid
setStopIfTrue(boolean stopIfTrue)
Sets the "stopIfTrue" attributevoid
setText(java.lang.String text)
Sets the "text" attributevoid
setTimePeriod(STTimePeriod.Enum timePeriod)
Sets the "timePeriod" attributevoid
setType(STCfType.Enum type)
Sets the "type" attributeint
sizeOfFormulaArray()
Returns number of "formula" elementvoid
unsetAboveAverage()
Unsets the "aboveAverage" attributevoid
unsetBottom()
Unsets the "bottom" attributevoid
unsetColorScale()
Unsets the "colorScale" elementvoid
unsetDataBar()
Unsets the "dataBar" elementvoid
unsetDxfId()
Unsets the "dxfId" attributevoid
unsetEqualAverage()
Unsets the "equalAverage" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetIconSet()
Unsets the "iconSet" elementvoid
unsetOperator()
Unsets the "operator" attributevoid
unsetPercent()
Unsets the "percent" attributevoid
unsetRank()
Unsets the "rank" attributevoid
unsetStdDev()
Unsets the "stdDev" attributevoid
unsetStopIfTrue()
Unsets the "stopIfTrue" attributevoid
unsetText()
Unsets the "text" attributevoid
unsetTimePeriod()
Unsets the "timePeriod" attributevoid
unsetType()
Unsets the "type" attributeXmlBoolean
xgetAboveAverage()
Gets (as xml) the "aboveAverage" attributeXmlBoolean
xgetBottom()
Gets (as xml) the "bottom" attributeSTDxfId
xgetDxfId()
Gets (as xml) the "dxfId" attributeXmlBoolean
xgetEqualAverage()
Gets (as xml) the "equalAverage" attributeSTFormula[]
xgetFormulaArray()
Deprecated.STFormula
xgetFormulaArray(int i)
Gets (as xml) ith "formula" elementjava.util.List<STFormula>
xgetFormulaList()
Gets (as xml) a List of "formula" elementsSTConditionalFormattingOperator
xgetOperator()
Gets (as xml) the "operator" attributeXmlBoolean
xgetPercent()
Gets (as xml) the "percent" attributeXmlInt
xgetPriority()
Gets (as xml) the "priority" attributeXmlUnsignedInt
xgetRank()
Gets (as xml) the "rank" attributeXmlInt
xgetStdDev()
Gets (as xml) the "stdDev" attributeXmlBoolean
xgetStopIfTrue()
Gets (as xml) the "stopIfTrue" attributeXmlString
xgetText()
Gets (as xml) the "text" attributeSTTimePeriod
xgetTimePeriod()
Gets (as xml) the "timePeriod" attributeSTCfType
xgetType()
Gets (as xml) the "type" attributevoid
xsetAboveAverage(XmlBoolean aboveAverage)
Sets (as xml) the "aboveAverage" attributevoid
xsetBottom(XmlBoolean bottom)
Sets (as xml) the "bottom" attributevoid
xsetDxfId(STDxfId dxfId)
Sets (as xml) the "dxfId" attributevoid
xsetEqualAverage(XmlBoolean equalAverage)
Sets (as xml) the "equalAverage" attributevoid
xsetFormulaArray(int i, STFormula formula)
Sets (as xml) ith "formula" elementvoid
xsetFormulaArray(STFormula[] formulaArray)
Sets (as xml) array of all "formula" elementvoid
xsetOperator(STConditionalFormattingOperator operator)
Sets (as xml) the "operator" attributevoid
xsetPercent(XmlBoolean percent)
Sets (as xml) the "percent" attributevoid
xsetPriority(XmlInt priority)
Sets (as xml) the "priority" attributevoid
xsetRank(XmlUnsignedInt rank)
Sets (as xml) the "rank" attributevoid
xsetStdDev(XmlInt stdDev)
Sets (as xml) the "stdDev" attributevoid
xsetStopIfTrue(XmlBoolean stopIfTrue)
Sets (as xml) the "stopIfTrue" attributevoid
xsetText(XmlString text)
Sets (as xml) the "text" attributevoid
xsetTimePeriod(STTimePeriod timePeriod)
Sets (as xml) the "timePeriod" attributevoid
xsetType(STCfType type)
Sets (as xml) the "type" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFormulaList
java.util.List<java.lang.String> getFormulaList()
Gets a List of "formula" elements
-
getFormulaArray
@Deprecated java.lang.String[] getFormulaArray()
Deprecated.Gets array of all "formula" elements
-
getFormulaArray
java.lang.String getFormulaArray(int i)
Gets ith "formula" element
-
xgetFormulaList
java.util.List<STFormula> xgetFormulaList()
Gets (as xml) a List of "formula" elements
-
xgetFormulaArray
@Deprecated STFormula[] xgetFormulaArray()
Deprecated.Gets (as xml) array of all "formula" elements
-
xgetFormulaArray
STFormula xgetFormulaArray(int i)
Gets (as xml) ith "formula" element
-
sizeOfFormulaArray
int sizeOfFormulaArray()
Returns number of "formula" element
-
setFormulaArray
void setFormulaArray(java.lang.String[] formulaArray)
Sets array of all "formula" element
-
setFormulaArray
void setFormulaArray(int i, java.lang.String formula)
Sets ith "formula" element
-
xsetFormulaArray
void xsetFormulaArray(STFormula[] formulaArray)
Sets (as xml) array of all "formula" element
-
xsetFormulaArray
void xsetFormulaArray(int i, STFormula formula)
Sets (as xml) ith "formula" element
-
insertFormula
void insertFormula(int i, java.lang.String formula)
Inserts the value as the ith "formula" element
-
addFormula
void addFormula(java.lang.String formula)
Appends the value as the last "formula" element
-
insertNewFormula
STFormula insertNewFormula(int i)
Inserts and returns a new empty value (as xml) as the ith "formula" element
-
addNewFormula
STFormula addNewFormula()
Appends and returns a new empty value (as xml) as the last "formula" element
-
removeFormula
void removeFormula(int i)
Removes the ith "formula" element
-
getColorScale
CTColorScale getColorScale()
Gets the "colorScale" element
-
isSetColorScale
boolean isSetColorScale()
True if has "colorScale" element
-
setColorScale
void setColorScale(CTColorScale colorScale)
Sets the "colorScale" element
-
addNewColorScale
CTColorScale addNewColorScale()
Appends and returns a new empty "colorScale" element
-
unsetColorScale
void unsetColorScale()
Unsets the "colorScale" element
-
getDataBar
CTDataBar getDataBar()
Gets the "dataBar" element
-
isSetDataBar
boolean isSetDataBar()
True if has "dataBar" element
-
setDataBar
void setDataBar(CTDataBar dataBar)
Sets the "dataBar" element
-
addNewDataBar
CTDataBar addNewDataBar()
Appends and returns a new empty "dataBar" element
-
unsetDataBar
void unsetDataBar()
Unsets the "dataBar" element
-
getIconSet
CTIconSet getIconSet()
Gets the "iconSet" element
-
isSetIconSet
boolean isSetIconSet()
True if has "iconSet" element
-
setIconSet
void setIconSet(CTIconSet iconSet)
Sets the "iconSet" element
-
addNewIconSet
CTIconSet addNewIconSet()
Appends and returns a new empty "iconSet" element
-
unsetIconSet
void unsetIconSet()
Unsets the "iconSet" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getType
STCfType.Enum getType()
Gets the "type" attribute
-
xgetType
STCfType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STCfType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STCfType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getDxfId
long getDxfId()
Gets the "dxfId" attribute
-
xgetDxfId
STDxfId xgetDxfId()
Gets (as xml) the "dxfId" attribute
-
isSetDxfId
boolean isSetDxfId()
True if has "dxfId" attribute
-
setDxfId
void setDxfId(long dxfId)
Sets the "dxfId" attribute
-
xsetDxfId
void xsetDxfId(STDxfId dxfId)
Sets (as xml) the "dxfId" attribute
-
unsetDxfId
void unsetDxfId()
Unsets the "dxfId" attribute
-
getPriority
int getPriority()
Gets the "priority" attribute
-
xgetPriority
XmlInt xgetPriority()
Gets (as xml) the "priority" attribute
-
setPriority
void setPriority(int priority)
Sets the "priority" attribute
-
xsetPriority
void xsetPriority(XmlInt priority)
Sets (as xml) the "priority" attribute
-
getStopIfTrue
boolean getStopIfTrue()
Gets the "stopIfTrue" attribute
-
xgetStopIfTrue
XmlBoolean xgetStopIfTrue()
Gets (as xml) the "stopIfTrue" attribute
-
isSetStopIfTrue
boolean isSetStopIfTrue()
True if has "stopIfTrue" attribute
-
setStopIfTrue
void setStopIfTrue(boolean stopIfTrue)
Sets the "stopIfTrue" attribute
-
xsetStopIfTrue
void xsetStopIfTrue(XmlBoolean stopIfTrue)
Sets (as xml) the "stopIfTrue" attribute
-
unsetStopIfTrue
void unsetStopIfTrue()
Unsets the "stopIfTrue" attribute
-
getAboveAverage
boolean getAboveAverage()
Gets the "aboveAverage" attribute
-
xgetAboveAverage
XmlBoolean xgetAboveAverage()
Gets (as xml) the "aboveAverage" attribute
-
isSetAboveAverage
boolean isSetAboveAverage()
True if has "aboveAverage" attribute
-
setAboveAverage
void setAboveAverage(boolean aboveAverage)
Sets the "aboveAverage" attribute
-
xsetAboveAverage
void xsetAboveAverage(XmlBoolean aboveAverage)
Sets (as xml) the "aboveAverage" attribute
-
unsetAboveAverage
void unsetAboveAverage()
Unsets the "aboveAverage" attribute
-
getPercent
boolean getPercent()
Gets the "percent" attribute
-
xgetPercent
XmlBoolean xgetPercent()
Gets (as xml) the "percent" attribute
-
isSetPercent
boolean isSetPercent()
True if has "percent" attribute
-
setPercent
void setPercent(boolean percent)
Sets the "percent" attribute
-
xsetPercent
void xsetPercent(XmlBoolean percent)
Sets (as xml) the "percent" attribute
-
unsetPercent
void unsetPercent()
Unsets the "percent" attribute
-
getBottom
boolean getBottom()
Gets the "bottom" attribute
-
xgetBottom
XmlBoolean xgetBottom()
Gets (as xml) the "bottom" attribute
-
isSetBottom
boolean isSetBottom()
True if has "bottom" attribute
-
setBottom
void setBottom(boolean bottom)
Sets the "bottom" attribute
-
xsetBottom
void xsetBottom(XmlBoolean bottom)
Sets (as xml) the "bottom" attribute
-
unsetBottom
void unsetBottom()
Unsets the "bottom" attribute
-
getOperator
STConditionalFormattingOperator.Enum getOperator()
Gets the "operator" attribute
-
xgetOperator
STConditionalFormattingOperator xgetOperator()
Gets (as xml) the "operator" attribute
-
isSetOperator
boolean isSetOperator()
True if has "operator" attribute
-
setOperator
void setOperator(STConditionalFormattingOperator.Enum operator)
Sets the "operator" attribute
-
xsetOperator
void xsetOperator(STConditionalFormattingOperator operator)
Sets (as xml) the "operator" attribute
-
unsetOperator
void unsetOperator()
Unsets the "operator" attribute
-
getText
java.lang.String getText()
Gets the "text" attribute
-
xgetText
XmlString xgetText()
Gets (as xml) the "text" attribute
-
isSetText
boolean isSetText()
True if has "text" attribute
-
setText
void setText(java.lang.String text)
Sets the "text" attribute
-
xsetText
void xsetText(XmlString text)
Sets (as xml) the "text" attribute
-
unsetText
void unsetText()
Unsets the "text" attribute
-
getTimePeriod
STTimePeriod.Enum getTimePeriod()
Gets the "timePeriod" attribute
-
xgetTimePeriod
STTimePeriod xgetTimePeriod()
Gets (as xml) the "timePeriod" attribute
-
isSetTimePeriod
boolean isSetTimePeriod()
True if has "timePeriod" attribute
-
setTimePeriod
void setTimePeriod(STTimePeriod.Enum timePeriod)
Sets the "timePeriod" attribute
-
xsetTimePeriod
void xsetTimePeriod(STTimePeriod timePeriod)
Sets (as xml) the "timePeriod" attribute
-
unsetTimePeriod
void unsetTimePeriod()
Unsets the "timePeriod" attribute
-
getRank
long getRank()
Gets the "rank" attribute
-
xgetRank
XmlUnsignedInt xgetRank()
Gets (as xml) the "rank" attribute
-
isSetRank
boolean isSetRank()
True if has "rank" attribute
-
setRank
void setRank(long rank)
Sets the "rank" attribute
-
xsetRank
void xsetRank(XmlUnsignedInt rank)
Sets (as xml) the "rank" attribute
-
unsetRank
void unsetRank()
Unsets the "rank" attribute
-
getStdDev
int getStdDev()
Gets the "stdDev" attribute
-
xgetStdDev
XmlInt xgetStdDev()
Gets (as xml) the "stdDev" attribute
-
isSetStdDev
boolean isSetStdDev()
True if has "stdDev" attribute
-
setStdDev
void setStdDev(int stdDev)
Sets the "stdDev" attribute
-
xsetStdDev
void xsetStdDev(XmlInt stdDev)
Sets (as xml) the "stdDev" attribute
-
unsetStdDev
void unsetStdDev()
Unsets the "stdDev" attribute
-
getEqualAverage
boolean getEqualAverage()
Gets the "equalAverage" attribute
-
xgetEqualAverage
XmlBoolean xgetEqualAverage()
Gets (as xml) the "equalAverage" attribute
-
isSetEqualAverage
boolean isSetEqualAverage()
True if has "equalAverage" attribute
-
setEqualAverage
void setEqualAverage(boolean equalAverage)
Sets the "equalAverage" attribute
-
xsetEqualAverage
void xsetEqualAverage(XmlBoolean equalAverage)
Sets (as xml) the "equalAverage" attribute
-
unsetEqualAverage
void unsetEqualAverage()
Unsets the "equalAverage" attribute
-
-