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 SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "caption" attributebooleanGets the "measure" attributegetName()Gets the "name" attributeGets the "uniqueName" attributebooleanTrue if has "measure" attributevoidsetCaption(String caption) Sets the "caption" attributevoidsetMeasure(boolean measure) Sets the "measure" attributevoidSets the "name" attributevoidsetUniqueName(String uniqueName) Sets the "uniqueName" attributevoidUnsets the "measure" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "caption" attributeGets (as xml) the "measure" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "uniqueName" attributevoidxsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption) Sets (as xml) the "caption" attributevoidxsetMeasure(XmlBoolean measure) Sets (as xml) the "measure" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetUniqueName(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, 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
-
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
-