Interface CTPivotTableStyle
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPivotTableStyle extends XmlObject
An XML CT_PivotTableStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPivotTableStyle.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 java.lang.StringgetName()Gets the "name" attributebooleangetShowColHeaders()Gets the "showColHeaders" attributebooleangetShowColStripes()Gets the "showColStripes" attributebooleangetShowLastColumn()Gets the "showLastColumn" attributebooleangetShowRowHeaders()Gets the "showRowHeaders" attributebooleangetShowRowStripes()Gets the "showRowStripes" attributebooleanisSetName()True if has "name" attributebooleanisSetShowColHeaders()True if has "showColHeaders" attributebooleanisSetShowColStripes()True if has "showColStripes" attributebooleanisSetShowLastColumn()True if has "showLastColumn" attributebooleanisSetShowRowHeaders()True if has "showRowHeaders" attributebooleanisSetShowRowStripes()True if has "showRowStripes" attributevoidsetName(java.lang.String name)Sets 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" attributevoidunsetName()Unsets the "name" attributevoidunsetShowColHeaders()Unsets the "showColHeaders" attributevoidunsetShowColStripes()Unsets the "showColStripes" attributevoidunsetShowLastColumn()Unsets the "showLastColumn" attributevoidunsetShowRowHeaders()Unsets the "showRowHeaders" attributevoidunsetShowRowStripes()Unsets the "showRowStripes" attributeXmlStringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetShowColHeaders()Gets (as xml) the "showColHeaders" attributeXmlBooleanxgetShowColStripes()Gets (as xml) the "showColStripes" attributeXmlBooleanxgetShowLastColumn()Gets (as xml) the "showLastColumn" attributeXmlBooleanxgetShowRowHeaders()Gets (as xml) the "showRowHeaders" attributeXmlBooleanxgetShowRowStripes()Gets (as xml) the "showRowStripes" attributevoidxsetName(XmlString name)Sets (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" 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
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
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
void xsetShowRowHeaders(XmlBoolean showRowHeaders)
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
void xsetShowColHeaders(XmlBoolean showColHeaders)
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
void xsetShowRowStripes(XmlBoolean showRowStripes)
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
void xsetShowColStripes(XmlBoolean showColStripes)
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
void xsetShowLastColumn(XmlBoolean showLastColumn)
Sets (as xml) the "showLastColumn" attribute
-
unsetShowLastColumn
void unsetShowLastColumn()
Unsets the "showLastColumn" attribute
-
-