Package org.xlsx4j.sml
Class CTPivotTableStyle
java.lang.Object
org.xlsx4j.sml.CTPivotTableStyle
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.lang.BooleanshowColHeadersprotected java.lang.BooleanshowColStripesprotected java.lang.BooleanshowLastColumnprotected java.lang.BooleanshowRowHeadersprotected java.lang.BooleanshowRowStripes -
Constructor Summary
Constructors Constructor Description CTPivotTableStyle() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.BooleanisShowColHeaders()Gets the value of the showColHeaders property.java.lang.BooleanisShowColStripes()Gets the value of the showColStripes property.java.lang.BooleanisShowLastColumn()Gets the value of the showLastColumn property.java.lang.BooleanisShowRowHeaders()Gets the value of the showRowHeaders property.java.lang.BooleanisShowRowStripes()Gets the value of the showRowStripes property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetShowColHeaders(java.lang.Boolean value)Sets the value of the showColHeaders property.voidsetShowColStripes(java.lang.Boolean value)Sets the value of the showColStripes property.voidsetShowLastColumn(java.lang.Boolean value)Sets the value of the showLastColumn property.voidsetShowRowHeaders(java.lang.Boolean value)Sets the value of the showRowHeaders property.voidsetShowRowStripes(java.lang.Boolean value)Sets the value of the showRowStripes property.
-
Field Details
-
name
protected java.lang.String name -
showRowHeaders
protected java.lang.Boolean showRowHeaders -
showColHeaders
protected java.lang.Boolean showColHeaders -
showRowStripes
protected java.lang.Boolean showRowStripes -
showColStripes
protected java.lang.Boolean showColStripes -
showLastColumn
protected java.lang.Boolean showLastColumn
-
-
Constructor Details
-
CTPivotTableStyle
public CTPivotTableStyle()
-
-
Method Details
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
isShowRowHeaders
public java.lang.Boolean isShowRowHeaders()Gets the value of the showRowHeaders property.- Returns:
- possible object is
Boolean
-
setShowRowHeaders
public void setShowRowHeaders(java.lang.Boolean value)Sets the value of the showRowHeaders property.- Parameters:
value- allowed object isBoolean
-
isShowColHeaders
public java.lang.Boolean isShowColHeaders()Gets the value of the showColHeaders property.- Returns:
- possible object is
Boolean
-
setShowColHeaders
public void setShowColHeaders(java.lang.Boolean value)Sets the value of the showColHeaders property.- Parameters:
value- allowed object isBoolean
-
isShowRowStripes
public java.lang.Boolean isShowRowStripes()Gets the value of the showRowStripes property.- Returns:
- possible object is
Boolean
-
setShowRowStripes
public void setShowRowStripes(java.lang.Boolean value)Sets the value of the showRowStripes property.- Parameters:
value- allowed object isBoolean
-
isShowColStripes
public java.lang.Boolean isShowColStripes()Gets the value of the showColStripes property.- Returns:
- possible object is
Boolean
-
setShowColStripes
public void setShowColStripes(java.lang.Boolean value)Sets the value of the showColStripes property.- Parameters:
value- allowed object isBoolean
-
isShowLastColumn
public java.lang.Boolean isShowLastColumn()Gets the value of the showLastColumn property.- Returns:
- possible object is
Boolean
-
setShowLastColumn
public void setShowLastColumn(java.lang.Boolean value)Sets the value of the showLastColumn property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-