Interface CTConditionalFormat
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ConditionalFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTConditionalFormat> 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 "extLst" elementAppends and returns a new empty "pivotAreas" elementGets the "extLst" elementGets the "pivotAreas" elementlongGets the "priority" attributegetScope()Gets the "scope" attributegetType()Gets the "type" attributebooleanTrue if has "extLst" elementbooleanTrue if has "scope" attributebooleanTrue if has "type" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetPivotAreas(CTPivotAreas pivotAreas) Sets the "pivotAreas" elementvoidsetPriority(long priority) Sets the "priority" attributevoidsetScope(STScope.Enum scope) Sets the "scope" attributevoidsetType(STType.Enum type) Sets the "type" attributevoidUnsets the "extLst" elementvoidUnsets the "scope" attributevoidUnsets the "type" attributeGets (as xml) the "priority" attributeGets (as xml) the "scope" attributexgetType()Gets (as xml) the "type" attributevoidxsetPriority(XmlUnsignedInt priority) Sets (as xml) the "priority" attributevoidSets (as xml) the "scope" 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
-
getPivotAreas
CTPivotAreas getPivotAreas()Gets the "pivotAreas" element -
setPivotAreas
Sets the "pivotAreas" element -
addNewPivotAreas
CTPivotAreas addNewPivotAreas()Appends and returns a new empty "pivotAreas" 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 -
getScope
STScope.Enum getScope()Gets the "scope" attribute -
xgetScope
STScope xgetScope()Gets (as xml) the "scope" attribute -
isSetScope
boolean isSetScope()True if has "scope" attribute -
setScope
Sets the "scope" attribute -
xsetScope
Sets (as xml) the "scope" attribute -
unsetScope
void unsetScope()Unsets the "scope" attribute -
getType
STType.Enum getType()Gets the "type" attribute -
xgetType
STType 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 -
getPriority
long getPriority()Gets the "priority" attribute -
xgetPriority
XmlUnsignedInt xgetPriority()Gets (as xml) the "priority" attribute -
setPriority
void setPriority(long priority) Sets the "priority" attribute -
xsetPriority
Sets (as xml) the "priority" attribute
-