Package org.xlsx4j.sml
Class CTPivotTableStyle
java.lang.Object
org.xlsx4j.sml.CTPivotTableStyle
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the showColHeaders property.Gets the value of the showColStripes property.Gets the value of the showLastColumn property.Gets the value of the showRowHeaders property.Gets the value of the showRowStripes property.voidSets the value of the name property.voidvoidsetShowColHeaders(Boolean value) Sets the value of the showColHeaders property.voidsetShowColStripes(Boolean value) Sets the value of the showColStripes property.voidsetShowLastColumn(Boolean value) Sets the value of the showLastColumn property.voidsetShowRowHeaders(Boolean value) Sets the value of the showRowHeaders property.voidsetShowRowStripes(Boolean value) Sets the value of the showRowStripes property.
-
Field Details
-
name
-
showRowHeaders
-
showColHeaders
-
showRowStripes
-
showColStripes
-
showLastColumn
-
-
Constructor Details
-
CTPivotTableStyle
public CTPivotTableStyle()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isShowRowHeaders
Gets the value of the showRowHeaders property.- Returns:
- possible object is
Boolean
-
setShowRowHeaders
Sets the value of the showRowHeaders property.- Parameters:
value- allowed object isBoolean
-
isShowColHeaders
Gets the value of the showColHeaders property.- Returns:
- possible object is
Boolean
-
setShowColHeaders
Sets the value of the showColHeaders property.- Parameters:
value- allowed object isBoolean
-
isShowRowStripes
Gets the value of the showRowStripes property.- Returns:
- possible object is
Boolean
-
setShowRowStripes
Sets the value of the showRowStripes property.- Parameters:
value- allowed object isBoolean
-
isShowColStripes
Gets the value of the showColStripes property.- Returns:
- possible object is
Boolean
-
setShowColStripes
Sets the value of the showColStripes property.- Parameters:
value- allowed object isBoolean
-
isShowLastColumn
Gets the value of the showLastColumn property.- Returns:
- possible object is
Boolean
-
setShowLastColumn
Sets the value of the showLastColumn property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-