Package org.xlsx4j.sml
Class CTTableStyleElement
java.lang.Object
org.xlsx4j.sml.CTTableStyleElement
- All Implemented Interfaces:
Child
Java class for CT_TableStyleElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TableStyleType" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="dxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
</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.getDxfId()Gets the value of the dxfId property.Gets the parent object in the object tree representing the unmarshalled xml document.longgetSize()Gets the value of the size property.getType()Gets the value of the type property.voidSets the value of the dxfId property.voidvoidSets the value of the size property.voidsetType(STTableStyleType value) Sets the value of the type property.
-
Field Details
-
type
-
size
-
dxfId
-
-
Constructor Details
-
CTTableStyleElement
public CTTableStyleElement()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
STTableStyleType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTTableStyleType
-
getSize
public long getSize()Gets the value of the size property.- Returns:
- possible object is
Long
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isLong
-
getDxfId
Gets the value of the dxfId property.- Returns:
- possible object is
Long
-
setDxfId
Sets the value of the dxfId property.- Parameters:
value- allowed object isLong
-
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.
-