Interface CTConditionalFormat
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTConditionalFormat extends XmlObject
An XML CT_ConditionalFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTConditionalFormat.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 Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTPivotAreasaddNewPivotAreas()Appends and returns a new empty "pivotAreas" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTPivotAreasgetPivotAreas()Gets the "pivotAreas" elementlonggetPriority()Gets the "priority" attributeSTScope.EnumgetScope()Gets the "scope" attributeSTType.EnumgetType()Gets the "type" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetScope()True if has "scope" attributebooleanisSetType()True 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" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetScope()Unsets the "scope" attributevoidunsetType()Unsets the "type" attributeXmlUnsignedIntxgetPriority()Gets (as xml) the "priority" attributeSTScopexgetScope()Gets (as xml) the "scope" attributeSTTypexgetType()Gets (as xml) the "type" attributevoidxsetPriority(XmlUnsignedInt priority)Sets (as xml) the "priority" attributevoidxsetScope(STScope scope)Sets (as xml) the "scope" attributevoidxsetType(STType type)Sets (as xml) the "type" 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
-
getPivotAreas
CTPivotAreas getPivotAreas()
Gets the "pivotAreas" element
-
setPivotAreas
void setPivotAreas(CTPivotAreas pivotAreas)
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
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
-
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
void setScope(STScope.Enum scope)
Sets the "scope" attribute
-
xsetScope
void xsetScope(STScope scope)
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
void setType(STType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STType type)
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
void xsetPriority(XmlUnsignedInt priority)
Sets (as xml) the "priority" attribute
-
-