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 class
CTPivotTableStyle.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 java.lang.String
getName()
Gets the "name" attributeboolean
getShowColHeaders()
Gets the "showColHeaders" attributeboolean
getShowColStripes()
Gets the "showColStripes" attributeboolean
getShowLastColumn()
Gets the "showLastColumn" attributeboolean
getShowRowHeaders()
Gets the "showRowHeaders" attributeboolean
getShowRowStripes()
Gets the "showRowStripes" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetShowColHeaders()
True if has "showColHeaders" attributeboolean
isSetShowColStripes()
True if has "showColStripes" attributeboolean
isSetShowLastColumn()
True if has "showLastColumn" attributeboolean
isSetShowRowHeaders()
True if has "showRowHeaders" attributeboolean
isSetShowRowStripes()
True if has "showRowStripes" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setShowColHeaders(boolean showColHeaders)
Sets the "showColHeaders" attributevoid
setShowColStripes(boolean showColStripes)
Sets the "showColStripes" attributevoid
setShowLastColumn(boolean showLastColumn)
Sets the "showLastColumn" attributevoid
setShowRowHeaders(boolean showRowHeaders)
Sets the "showRowHeaders" attributevoid
setShowRowStripes(boolean showRowStripes)
Sets the "showRowStripes" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetShowColHeaders()
Unsets the "showColHeaders" attributevoid
unsetShowColStripes()
Unsets the "showColStripes" attributevoid
unsetShowLastColumn()
Unsets the "showLastColumn" attributevoid
unsetShowRowHeaders()
Unsets the "showRowHeaders" attributevoid
unsetShowRowStripes()
Unsets the "showRowStripes" attributeXmlString
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetShowColHeaders()
Gets (as xml) the "showColHeaders" attributeXmlBoolean
xgetShowColStripes()
Gets (as xml) the "showColStripes" attributeXmlBoolean
xgetShowLastColumn()
Gets (as xml) the "showLastColumn" attributeXmlBoolean
xgetShowRowHeaders()
Gets (as xml) the "showRowHeaders" attributeXmlBoolean
xgetShowRowStripes()
Gets (as xml) the "showRowStripes" attributevoid
xsetName(XmlString name)
Sets (as xml) the "name" attributevoid
xsetShowColHeaders(XmlBoolean showColHeaders)
Sets (as xml) the "showColHeaders" attributevoid
xsetShowColStripes(XmlBoolean showColStripes)
Sets (as xml) the "showColStripes" attributevoid
xsetShowLastColumn(XmlBoolean showLastColumn)
Sets (as xml) the "showLastColumn" attributevoid
xsetShowRowHeaders(XmlBoolean showRowHeaders)
Sets (as xml) the "showRowHeaders" attributevoid
xsetShowRowStripes(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
-
-