Interface CTPivotDimension
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PivotDimension(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPivotDimension> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "caption" attributeboolean
Gets the "measure" attributegetName()
Gets the "name" attributeGets the "uniqueName" attributeboolean
True if has "measure" attributevoid
setCaption
(String caption) Sets the "caption" attributevoid
setMeasure
(boolean measure) Sets the "measure" attributevoid
Sets the "name" attributevoid
setUniqueName
(String uniqueName) Sets the "uniqueName" attributevoid
Unsets the "measure" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
Gets (as xml) the "caption" attributeGets (as xml) the "measure" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetName()
Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
Gets (as xml) the "uniqueName" attributevoid
xsetCaption
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption) Sets (as xml) the "caption" attributevoid
xsetMeasure
(XmlBoolean measure) Sets (as xml) the "measure" attributevoid
xsetName
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoid
xsetUniqueName
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName) Sets (as xml) the "uniqueName" 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
-
getMeasure
boolean getMeasure()Gets the "measure" attribute -
xgetMeasure
XmlBoolean xgetMeasure()Gets (as xml) the "measure" attribute -
isSetMeasure
boolean isSetMeasure()True if has "measure" attribute -
setMeasure
void setMeasure(boolean measure) Sets the "measure" attribute -
xsetMeasure
Sets (as xml) the "measure" attribute -
unsetMeasure
void unsetMeasure()Unsets the "measure" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
getUniqueName
String getUniqueName()Gets the "uniqueName" attribute -
xgetUniqueName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName()Gets (as xml) the "uniqueName" attribute -
setUniqueName
Sets the "uniqueName" attribute -
getCaption
String getCaption()Gets the "caption" attribute -
xgetCaption
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption()Gets (as xml) the "caption" attribute -
setCaption
Sets the "caption" attribute
-