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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTConditionalFormatting.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTCfRuleaddNewCfRule()Appends and returns a new empty value (as xml) as the last "cfRule" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTCfRule[]getCfRuleArray()Deprecated.CTCfRulegetCfRuleArray(int i)Gets ith "cfRule" elementjava.util.List<CTCfRule>getCfRuleList()Gets a List of "cfRule" elementsCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetPivot()Gets the "pivot" attributejava.util.ListgetSqref()Gets the "sqref" attributeCTCfRuleinsertNewCfRule(int i)Inserts and returns a new empty value (as xml) as the ith "cfRule" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetPivot()True if has "pivot" attributebooleanisSetSqref()True 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" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributeintsizeOfCfRuleArray()Returns number of "cfRule" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetPivot()Unsets the "pivot" attributevoidunsetSqref()Unsets the "sqref" attributeXmlBooleanxgetPivot()Gets (as xml) the "pivot" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributevoidxsetPivot(XmlBoolean pivot)Sets (as xml) the "pivot" attributevoidxsetSqref(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCfRuleList
java.util.List<CTCfRule> getCfRuleList()
Gets a List of "cfRule" elements
-
getCfRuleArray
@Deprecated CTCfRule[] getCfRuleArray()
Deprecated.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
-
-