Package org.xlsx4j.sml
Class CTTableStyleInfo
java.lang.Object
org.xlsx4j.sml.CTTableStyleInfo
- All Implemented Interfaces:
Child
Java class for CT_TableStyleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showFirstColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showLastColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showRowStripes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showColumnStripes" 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 showColumnStripes property.Gets the value of the showFirstColumn property.Gets the value of the showLastColumn property.Gets the value of the showRowStripes property.voidSets the value of the name property.voidvoidsetShowColumnStripes(Boolean value) Sets the value of the showColumnStripes property.voidsetShowFirstColumn(Boolean value) Sets the value of the showFirstColumn property.voidsetShowLastColumn(Boolean value) Sets the value of the showLastColumn property.voidsetShowRowStripes(Boolean value) Sets the value of the showRowStripes property.
-
Field Details
-
name
-
showFirstColumn
-
showLastColumn
-
showRowStripes
-
showColumnStripes
-
-
Constructor Details
-
CTTableStyleInfo
public CTTableStyleInfo()
-
-
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
-
isShowFirstColumn
Gets the value of the showFirstColumn property.- Returns:
- possible object is
Boolean
-
setShowFirstColumn
Sets the value of the showFirstColumn 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
-
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
-
isShowColumnStripes
Gets the value of the showColumnStripes property.- Returns:
- possible object is
Boolean
-
setShowColumnStripes
Sets the value of the showColumnStripes 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.
-