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 class
CTConditionalFormat.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTPivotAreas
addNewPivotAreas()
Appends and returns a new empty "pivotAreas" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTPivotAreas
getPivotAreas()
Gets the "pivotAreas" elementlong
getPriority()
Gets the "priority" attributeSTScope.Enum
getScope()
Gets the "scope" attributeSTType.Enum
getType()
Gets the "type" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetScope()
True if has "scope" attributeboolean
isSetType()
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
unsetExtLst()
Unsets the "extLst" elementvoid
unsetScope()
Unsets the "scope" attributevoid
unsetType()
Unsets the "type" attributeXmlUnsignedInt
xgetPriority()
Gets (as xml) the "priority" attributeSTScope
xgetScope()
Gets (as xml) the "scope" attributeSTType
xgetType()
Gets (as xml) the "type" attributevoid
xsetPriority(XmlUnsignedInt priority)
Sets (as xml) the "priority" attributevoid
xsetScope(STScope scope)
Sets (as xml) the "scope" attributevoid
xsetType(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
-
-