Interface CTPivotTableStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PivotTableStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPivotTableStyle> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the "name" attributebooleanGets the "showColHeaders" attributebooleanGets the "showColStripes" attributebooleanGets the "showLastColumn" attributebooleanGets the "showRowHeaders" attributebooleanGets the "showRowStripes" attributebooleanTrue if has "name" attributebooleanTrue if has "showColHeaders" attributebooleanTrue if has "showColStripes" attributebooleanTrue if has "showLastColumn" attributebooleanTrue if has "showRowHeaders" attributebooleanTrue if has "showRowStripes" attributevoidSets the "name" attributevoidsetShowColHeaders(boolean showColHeaders) Sets the "showColHeaders" attributevoidsetShowColStripes(boolean showColStripes) Sets the "showColStripes" attributevoidsetShowLastColumn(boolean showLastColumn) Sets the "showLastColumn" attributevoidsetShowRowHeaders(boolean showRowHeaders) Sets the "showRowHeaders" attributevoidsetShowRowStripes(boolean showRowStripes) Sets the "showRowStripes" attributevoidUnsets the "name" attributevoidUnsets the "showColHeaders" attributevoidUnsets the "showColStripes" attributevoidUnsets the "showLastColumn" attributevoidUnsets the "showRowHeaders" attributevoidUnsets the "showRowStripes" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "showColHeaders" attributeGets (as xml) the "showColStripes" attributeGets (as xml) the "showLastColumn" attributeGets (as xml) the "showRowHeaders" attributeGets (as xml) the "showRowStripes" attributevoidSets (as xml) the "name" attributevoidxsetShowColHeaders(XmlBoolean showColHeaders) Sets (as xml) the "showColHeaders" attributevoidxsetShowColStripes(XmlBoolean showColStripes) Sets (as xml) the "showColStripes" attributevoidxsetShowLastColumn(XmlBoolean showLastColumn) Sets (as xml) the "showLastColumn" attributevoidxsetShowRowHeaders(XmlBoolean showRowHeaders) Sets (as xml) the "showRowHeaders" attributevoidxsetShowRowStripes(XmlBoolean showRowStripes) Sets (as xml) the "showRowStripes" 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
-
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute -
getShowRowHeaders
boolean getShowRowHeaders()Gets the "showRowHeaders" attribute -
xgetShowRowHeaders
XmlBoolean xgetShowRowHeaders()Gets (as xml) the "showRowHeaders" attribute -
isSetShowRowHeaders
boolean isSetShowRowHeaders()True if has "showRowHeaders" attribute -
setShowRowHeaders
void setShowRowHeaders(boolean showRowHeaders) Sets the "showRowHeaders" attribute -
xsetShowRowHeaders
Sets (as xml) the "showRowHeaders" attribute -
unsetShowRowHeaders
void unsetShowRowHeaders()Unsets the "showRowHeaders" attribute -
getShowColHeaders
boolean getShowColHeaders()Gets the "showColHeaders" attribute -
xgetShowColHeaders
XmlBoolean xgetShowColHeaders()Gets (as xml) the "showColHeaders" attribute -
isSetShowColHeaders
boolean isSetShowColHeaders()True if has "showColHeaders" attribute -
setShowColHeaders
void setShowColHeaders(boolean showColHeaders) Sets the "showColHeaders" attribute -
xsetShowColHeaders
Sets (as xml) the "showColHeaders" attribute -
unsetShowColHeaders
void unsetShowColHeaders()Unsets the "showColHeaders" attribute -
getShowRowStripes
boolean getShowRowStripes()Gets the "showRowStripes" attribute -
xgetShowRowStripes
XmlBoolean xgetShowRowStripes()Gets (as xml) the "showRowStripes" attribute -
isSetShowRowStripes
boolean isSetShowRowStripes()True if has "showRowStripes" attribute -
setShowRowStripes
void setShowRowStripes(boolean showRowStripes) Sets the "showRowStripes" attribute -
xsetShowRowStripes
Sets (as xml) the "showRowStripes" attribute -
unsetShowRowStripes
void unsetShowRowStripes()Unsets the "showRowStripes" attribute -
getShowColStripes
boolean getShowColStripes()Gets the "showColStripes" attribute -
xgetShowColStripes
XmlBoolean xgetShowColStripes()Gets (as xml) the "showColStripes" attribute -
isSetShowColStripes
boolean isSetShowColStripes()True if has "showColStripes" attribute -
setShowColStripes
void setShowColStripes(boolean showColStripes) Sets the "showColStripes" attribute -
xsetShowColStripes
Sets (as xml) the "showColStripes" attribute -
unsetShowColStripes
void unsetShowColStripes()Unsets the "showColStripes" attribute -
getShowLastColumn
boolean getShowLastColumn()Gets the "showLastColumn" attribute -
xgetShowLastColumn
XmlBoolean xgetShowLastColumn()Gets (as xml) the "showLastColumn" attribute -
isSetShowLastColumn
boolean isSetShowLastColumn()True if has "showLastColumn" attribute -
setShowLastColumn
void setShowLastColumn(boolean showLastColumn) Sets the "showLastColumn" attribute -
xsetShowLastColumn
Sets (as xml) the "showLastColumn" attribute -
unsetShowLastColumn
void unsetShowLastColumn()Unsets the "showLastColumn" attribute
-