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 SchemaType
Fields 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" elementlong
Gets the "priority" attributegetScope()
Gets the "scope" attributegetType()
Gets the "type" attributeboolean
True if has "extLst" elementboolean
True if has "scope" attributeboolean
True if has "type" attributevoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
setPivotAreas
(CTPivotAreas pivotAreas) Sets the "pivotAreas" elementvoid
setPriority
(long priority) Sets the "priority" attributevoid
setScope
(STScope.Enum scope) Sets the "scope" attributevoid
setType
(STType.Enum type) Sets the "type" attributevoid
Unsets the "extLst" elementvoid
Unsets the "scope" attributevoid
Unsets the "type" attributeGets (as xml) the "priority" attributeGets (as xml) the "scope" attributexgetType()
Gets (as xml) the "type" attributevoid
xsetPriority
(XmlUnsignedInt priority) Sets (as xml) the "priority" attributevoid
Sets (as xml) the "scope" attributevoid
Sets (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, 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 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
-