Interface CTConditionalFormatting
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ConditionalFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTConditionalFormatting> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "cfRule" elementAppends and returns a new empty "extLst" elementCTCfRule[]Gets array of all "cfRule" elementsgetCfRuleArray(int i) Gets ith "cfRule" elementGets a List of "cfRule" elementsGets the "extLst" elementbooleangetPivot()Gets the "pivot" attributegetSqref()Gets the "sqref" attributeinsertNewCfRule(int i) Inserts and returns a new empty value (as xml) as the ith "cfRule" elementbooleanTrue if has "extLst" elementbooleanTrue if has "pivot" attributebooleanTrue if has "sqref" attributevoidremoveCfRule(int i) Removes the ith "cfRule" elementvoidsetCfRuleArray(int i, CTCfRule cfRule) Sets ith "cfRule" elementvoidsetCfRuleArray(CTCfRule[] cfRuleArray) Sets array of all "cfRule" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetPivot(boolean pivot) Sets the "pivot" attributevoidSets the "sqref" attributeintReturns number of "cfRule" elementvoidUnsets the "extLst" elementvoidUnsets the "pivot" attributevoidUnsets the "sqref" attributeGets (as xml) the "pivot" attributeGets (as xml) the "sqref" attributevoidxsetPivot(XmlBoolean pivot) Sets (as xml) the "pivot" attributevoidSets (as xml) the "sqref" 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
-
getCfRuleList
Gets a List of "cfRule" elements -
getCfRuleArray
CTCfRule[] getCfRuleArray()Gets array of all "cfRule" elements -
getCfRuleArray
Gets ith "cfRule" element -
sizeOfCfRuleArray
int sizeOfCfRuleArray()Returns number of "cfRule" element -
setCfRuleArray
Sets array of all "cfRule" element -
setCfRuleArray
Sets ith "cfRule" element -
insertNewCfRule
Inserts and returns a new empty value (as xml) as the ith "cfRule" element -
addNewCfRule
CTCfRule addNewCfRule()Appends and returns a new empty value (as xml) as the last "cfRule" element -
removeCfRule
void removeCfRule(int i) Removes the ith "cfRule" 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 -
getPivot
boolean getPivot()Gets the "pivot" attribute -
xgetPivot
XmlBoolean xgetPivot()Gets (as xml) the "pivot" attribute -
isSetPivot
boolean isSetPivot()True if has "pivot" attribute -
setPivot
void setPivot(boolean pivot) Sets the "pivot" attribute -
xsetPivot
Sets (as xml) the "pivot" attribute -
unsetPivot
void unsetPivot()Unsets the "pivot" attribute -
getSqref
List getSqref()Gets the "sqref" attribute -
xgetSqref
STSqref xgetSqref()Gets (as xml) the "sqref" attribute -
isSetSqref
boolean isSetSqref()True if has "sqref" attribute -
setSqref
Sets the "sqref" attribute -
xsetSqref
Sets (as xml) the "sqref" attribute -
unsetSqref
void unsetSqref()Unsets the "sqref" attribute
-