public class CTPivotTableStyle extends java.lang.Object implements Child
Java class for CT_PivotTableStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotTableStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="showRowHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showColHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showRowStripes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showColStripes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showLastColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.Boolean |
showColHeaders |
protected java.lang.Boolean |
showColStripes |
protected java.lang.Boolean |
showLastColumn |
protected java.lang.Boolean |
showRowHeaders |
protected java.lang.Boolean |
showRowStripes |
| Constructor and Description |
|---|
CTPivotTableStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Boolean |
isShowColHeaders()
Gets the value of the showColHeaders property.
|
java.lang.Boolean |
isShowColStripes()
Gets the value of the showColStripes property.
|
java.lang.Boolean |
isShowLastColumn()
Gets the value of the showLastColumn property.
|
java.lang.Boolean |
isShowRowHeaders()
Gets the value of the showRowHeaders property.
|
java.lang.Boolean |
isShowRowStripes()
Gets the value of the showRowStripes property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setShowColHeaders(java.lang.Boolean value)
Sets the value of the showColHeaders property.
|
void |
setShowColStripes(java.lang.Boolean value)
Sets the value of the showColStripes property.
|
void |
setShowLastColumn(java.lang.Boolean value)
Sets the value of the showLastColumn property.
|
void |
setShowRowHeaders(java.lang.Boolean value)
Sets the value of the showRowHeaders property.
|
void |
setShowRowStripes(java.lang.Boolean value)
Sets the value of the showRowStripes property.
|
protected java.lang.String name
protected java.lang.Boolean showRowHeaders
protected java.lang.Boolean showColHeaders
protected java.lang.Boolean showRowStripes
protected java.lang.Boolean showColStripes
protected java.lang.Boolean showLastColumn
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isShowRowHeaders()
Booleanpublic void setShowRowHeaders(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowColHeaders()
Booleanpublic void setShowColHeaders(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowRowStripes()
Booleanpublic void setShowRowStripes(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowColStripes()
Booleanpublic void setShowColStripes(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowLastColumn()
Booleanpublic void setShowLastColumn(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.