Interface CTConditionalFormatting
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTConditionalFormatting extends XmlObject
An XML CT_ConditionalFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTConditionalFormatting>
Factory
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 Modifier and Type Method Description CTCfRule
addNewCfRule()
Appends and returns a new empty value (as xml) as the last "cfRule" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTCfRule[]
getCfRuleArray()
Gets array of all "cfRule" elementsCTCfRule
getCfRuleArray(int i)
Gets ith "cfRule" elementjava.util.List<CTCfRule>
getCfRuleList()
Gets a List of "cfRule" elementsCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getPivot()
Gets the "pivot" attributejava.util.List
getSqref()
Gets the "sqref" attributeCTCfRule
insertNewCfRule(int i)
Inserts and returns a new empty value (as xml) as the ith "cfRule" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetPivot()
True if has "pivot" attributeboolean
isSetSqref()
True if has "sqref" attributevoid
removeCfRule(int i)
Removes the ith "cfRule" elementvoid
setCfRuleArray(int i, CTCfRule cfRule)
Sets ith "cfRule" elementvoid
setCfRuleArray(CTCfRule[] cfRuleArray)
Sets array of all "cfRule" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setPivot(boolean pivot)
Sets the "pivot" attributevoid
setSqref(java.util.List sqref)
Sets the "sqref" attributeint
sizeOfCfRuleArray()
Returns number of "cfRule" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetPivot()
Unsets the "pivot" attributevoid
unsetSqref()
Unsets the "sqref" attributeXmlBoolean
xgetPivot()
Gets (as xml) the "pivot" attributeSTSqref
xgetSqref()
Gets (as xml) the "sqref" attributevoid
xsetPivot(XmlBoolean pivot)
Sets (as xml) the "pivot" attributevoid
xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTConditionalFormatting> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getCfRuleList
java.util.List<CTCfRule> getCfRuleList()
Gets a List of "cfRule" elements
-
getCfRuleArray
CTCfRule[] getCfRuleArray()
Gets array of all "cfRule" elements
-
getCfRuleArray
CTCfRule getCfRuleArray(int i)
Gets ith "cfRule" element
-
sizeOfCfRuleArray
int sizeOfCfRuleArray()
Returns number of "cfRule" element
-
setCfRuleArray
void setCfRuleArray(CTCfRule[] cfRuleArray)
Sets array of all "cfRule" element
-
setCfRuleArray
void setCfRuleArray(int i, CTCfRule cfRule)
Sets ith "cfRule" element
-
insertNewCfRule
CTCfRule insertNewCfRule(int i)
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
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
-
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
void xsetPivot(XmlBoolean pivot)
Sets (as xml) the "pivot" attribute
-
unsetPivot
void unsetPivot()
Unsets the "pivot" attribute
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
isSetSqref
boolean isSetSqref()
True if has "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
unsetSqref
void unsetSqref()
Unsets the "sqref" attribute
-
-