Interface CTCfRule
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CfRule(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFormula(String formula) Appends the value as the last "formula" elementAppends and returns a new empty "colorScale" elementAppends and returns a new empty "dataBar" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty value (as xml) as the last "formula" elementAppends and returns a new empty "iconSet" elementbooleanGets the "aboveAverage" attributebooleanGets the "bottom" attributeGets the "colorScale" elementGets the "dataBar" elementlonggetDxfId()Gets the "dxfId" attributebooleanGets the "equalAverage" attributeGets the "extLst" elementString[]Gets array of all "formula" elementsgetFormulaArray(int i) Gets ith "formula" elementGets a List of "formula" elementsGets the "iconSet" elementGets the "operator" attributebooleanGets the "percent" attributeintGets the "priority" attributelonggetRank()Gets the "rank" attributeintGets the "stdDev" attributebooleanGets the "stopIfTrue" attributegetText()Gets the "text" attributeGets the "timePeriod" attributegetType()Gets the "type" attributevoidinsertFormula(int i, String formula) Inserts the value as the ith "formula" elementinsertNewFormula(int i) Inserts and returns a new empty value (as xml) as the ith "formula" elementbooleanTrue if has "aboveAverage" attributebooleanTrue if has "bottom" attributebooleanTrue if has "colorScale" elementbooleanTrue if has "dataBar" elementbooleanTrue if has "dxfId" attributebooleanTrue if has "equalAverage" attributebooleanTrue if has "extLst" elementbooleanTrue if has "iconSet" elementbooleanTrue if has "operator" attributebooleanTrue if has "percent" attributebooleanTrue if has "rank" attributebooleanTrue if has "stdDev" attributebooleanTrue if has "stopIfTrue" attributebooleanTrue if has "text" attributebooleanTrue if has "timePeriod" attributebooleanTrue if has "type" attributevoidremoveFormula(int i) Removes the ith "formula" elementvoidsetAboveAverage(boolean aboveAverage) Sets the "aboveAverage" attributevoidsetBottom(boolean bottom) Sets the "bottom" attributevoidsetColorScale(CTColorScale colorScale) Sets the "colorScale" elementvoidsetDataBar(CTDataBar dataBar) Sets the "dataBar" elementvoidsetDxfId(long dxfId) Sets the "dxfId" attributevoidsetEqualAverage(boolean equalAverage) Sets the "equalAverage" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFormulaArray(int i, String formula) Sets ith "formula" elementvoidsetFormulaArray(String[] formulaArray) Sets array of all "formula" elementvoidsetIconSet(CTIconSet iconSet) Sets the "iconSet" elementvoidSets the "operator" attributevoidsetPercent(boolean percent) Sets the "percent" attributevoidsetPriority(int priority) Sets the "priority" attributevoidsetRank(long rank) Sets the "rank" attributevoidsetStdDev(int stdDev) Sets the "stdDev" attributevoidsetStopIfTrue(boolean stopIfTrue) Sets the "stopIfTrue" attributevoidSets the "text" attributevoidsetTimePeriod(STTimePeriod.Enum timePeriod) Sets the "timePeriod" attributevoidsetType(STCfType.Enum type) Sets the "type" attributeintReturns number of "formula" elementvoidUnsets the "aboveAverage" attributevoidUnsets the "bottom" attributevoidUnsets the "colorScale" elementvoidUnsets the "dataBar" elementvoidUnsets the "dxfId" attributevoidUnsets the "equalAverage" attributevoidUnsets the "extLst" elementvoidUnsets the "iconSet" elementvoidUnsets the "operator" attributevoidUnsets the "percent" attributevoidUnsets the "rank" attributevoidUnsets the "stdDev" attributevoidUnsets the "stopIfTrue" attributevoidUnsets the "text" attributevoidUnsets the "timePeriod" attributevoidUnsets the "type" attributeGets (as xml) the "aboveAverage" attributeGets (as xml) the "bottom" attributeGets (as xml) the "dxfId" attributeGets (as xml) the "equalAverage" attributeGets (as xml) array of all "formula" elementsxgetFormulaArray(int i) Gets (as xml) ith "formula" elementGets (as xml) a List of "formula" elementsGets (as xml) the "operator" attributeGets (as xml) the "percent" attributeGets (as xml) the "priority" attributexgetRank()Gets (as xml) the "rank" attributeGets (as xml) the "stdDev" attributeGets (as xml) the "stopIfTrue" attributexgetText()Gets (as xml) the "text" attributeGets (as xml) the "timePeriod" attributexgetType()Gets (as xml) the "type" attributevoidxsetAboveAverage(XmlBoolean aboveAverage) Sets (as xml) the "aboveAverage" attributevoidxsetBottom(XmlBoolean bottom) Sets (as xml) the "bottom" attributevoidSets (as xml) the "dxfId" attributevoidxsetEqualAverage(XmlBoolean equalAverage) Sets (as xml) the "equalAverage" attributevoidxsetFormulaArray(int i, STFormula formula) Sets (as xml) ith "formula" elementvoidxsetFormulaArray(STFormula[] formulaArray) Sets (as xml) array of all "formula" elementvoidxsetOperator(STConditionalFormattingOperator operator) Sets (as xml) the "operator" attributevoidxsetPercent(XmlBoolean percent) Sets (as xml) the "percent" attributevoidxsetPriority(XmlInt priority) Sets (as xml) the "priority" attributevoidxsetRank(XmlUnsignedInt rank) Sets (as xml) the "rank" attributevoidxsetStdDev(XmlInt stdDev) Sets (as xml) the "stdDev" attributevoidxsetStopIfTrue(XmlBoolean stopIfTrue) Sets (as xml) the "stopIfTrue" attributevoidSets (as xml) the "text" attributevoidxsetTimePeriod(STTimePeriod timePeriod) Sets (as xml) the "timePeriod" attributevoidSets (as xml) the "type" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getFormulaList
Gets a List of "formula" elements -
getFormulaArray
String[] getFormulaArray()Gets array of all "formula" elements -
getFormulaArray
Gets ith "formula" element -
xgetFormulaList
Gets (as xml) a List of "formula" elements -
xgetFormulaArray
STFormula[] xgetFormulaArray()Gets (as xml) array of all "formula" elements -
xgetFormulaArray
Gets (as xml) ith "formula" element -
sizeOfFormulaArray
int sizeOfFormulaArray()Returns number of "formula" element -
setFormulaArray
Sets array of all "formula" element -
setFormulaArray
Sets ith "formula" element -
xsetFormulaArray
Sets (as xml) array of all "formula" element -
xsetFormulaArray
Sets (as xml) ith "formula" element -
insertFormula
Inserts the value as the ith "formula" element -
addFormula
Appends the value as the last "formula" element -
insertNewFormula
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
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
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
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
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
Sets the "type" attribute -
xsetType
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
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
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
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
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
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
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
Sets the "operator" attribute -
xsetOperator
Sets (as xml) the "operator" attribute -
unsetOperator
void unsetOperator()Unsets the "operator" attribute -
getText
String getText()Gets the "text" attribute -
xgetText
XmlString xgetText()Gets (as xml) the "text" attribute -
isSetText
boolean isSetText()True if has "text" attribute -
setText
Sets the "text" attribute -
xsetText
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
Sets the "timePeriod" attribute -
xsetTimePeriod
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
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
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
Sets (as xml) the "equalAverage" attribute -
unsetEqualAverage
void unsetEqualAverage()Unsets the "equalAverage" attribute
-