public class CTPivotTableStyle extends 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 String |
name |
protected Boolean |
showColHeaders |
protected Boolean |
showColStripes |
protected Boolean |
showLastColumn |
protected Boolean |
showRowHeaders |
protected Boolean |
showRowStripes |
Constructor and Description |
---|
CTPivotTableStyle() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Boolean |
isShowColHeaders()
Gets the value of the showColHeaders property.
|
Boolean |
isShowColStripes()
Gets the value of the showColStripes property.
|
Boolean |
isShowLastColumn()
Gets the value of the showLastColumn property.
|
Boolean |
isShowRowHeaders()
Gets the value of the showRowHeaders property.
|
Boolean |
isShowRowStripes()
Gets the value of the showRowStripes property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setShowColHeaders(Boolean value)
Sets the value of the showColHeaders property.
|
void |
setShowColStripes(Boolean value)
Sets the value of the showColStripes property.
|
void |
setShowLastColumn(Boolean value)
Sets the value of the showLastColumn property.
|
void |
setShowRowHeaders(Boolean value)
Sets the value of the showRowHeaders property.
|
void |
setShowRowStripes(Boolean value)
Sets the value of the showRowStripes property.
|
protected String name
protected Boolean showRowHeaders
protected Boolean showColHeaders
protected Boolean showRowStripes
protected Boolean showColStripes
protected Boolean showLastColumn
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isShowRowHeaders()
Boolean
public void setShowRowHeaders(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowColHeaders()
Boolean
public void setShowColHeaders(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowRowStripes()
Boolean
public void setShowRowStripes(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowColStripes()
Boolean
public void setShowColStripes(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowLastColumn()
Boolean
public void setShowLastColumn(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.