Package org.docx4j.dml
Class CTTableStyle
java.lang.Object
org.docx4j.dml.CTTableStyle
- All Implemented Interfaces:
Child
Java class for CT_TableStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblBg" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableBackgroundStyle" minOccurs="0"/>
<element name="wholeTbl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band1H" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band2H" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band1V" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band2V" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="lastCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="firstCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="lastRow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="seCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="swCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="firstRow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="neCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="nwCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="styleId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid" />
<attribute name="styleName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTOfficeArtExtensionListprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected CTTablePartStyleprotected Stringprotected Stringprotected CTTablePartStyleprotected CTTableBackgroundStyleprotected CTTablePartStyle -
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.Gets the value of the band1H property.Gets the value of the band1V property.Gets the value of the band2H property.Gets the value of the band2V property.Gets the value of the extLst property.Gets the value of the firstCol property.Gets the value of the firstRow property.Gets the value of the lastCol property.Gets the value of the lastRow property.Gets the value of the neCell property.Gets the value of the nwCell property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the seCell property.Gets the value of the styleId property.Gets the value of the styleName property.Gets the value of the swCell property.getTblBg()Gets the value of the tblBg property.Gets the value of the wholeTbl property.voidsetBand1H(CTTablePartStyle value) Sets the value of the band1H property.voidsetBand1V(CTTablePartStyle value) Sets the value of the band1V property.voidsetBand2H(CTTablePartStyle value) Sets the value of the band2H property.voidsetBand2V(CTTablePartStyle value) Sets the value of the band2V property.voidSets the value of the extLst property.voidsetFirstCol(CTTablePartStyle value) Sets the value of the firstCol property.voidsetFirstRow(CTTablePartStyle value) Sets the value of the firstRow property.voidsetLastCol(CTTablePartStyle value) Sets the value of the lastCol property.voidsetLastRow(CTTablePartStyle value) Sets the value of the lastRow property.voidsetNeCell(CTTablePartStyle value) Sets the value of the neCell property.voidsetNwCell(CTTablePartStyle value) Sets the value of the nwCell property.voidvoidsetSeCell(CTTablePartStyle value) Sets the value of the seCell property.voidsetStyleId(String value) Sets the value of the styleId property.voidsetStyleName(String value) Sets the value of the styleName property.voidsetSwCell(CTTablePartStyle value) Sets the value of the swCell property.voidsetTblBg(CTTableBackgroundStyle value) Sets the value of the tblBg property.voidsetWholeTbl(CTTablePartStyle value) Sets the value of the wholeTbl property.
-
Field Details
-
tblBg
-
wholeTbl
-
band1H
-
band2H
-
band1V
-
band2V
-
lastCol
-
firstCol
-
lastRow
-
seCell
-
swCell
-
firstRow
-
neCell
-
nwCell
-
extLst
-
styleId
-
styleName
-
-
Constructor Details
-
CTTableStyle
public CTTableStyle()
-
-
Method Details
-
getTblBg
Gets the value of the tblBg property.- Returns:
- possible object is
CTTableBackgroundStyle
-
setTblBg
Sets the value of the tblBg property.- Parameters:
value- allowed object isCTTableBackgroundStyle
-
getWholeTbl
Gets the value of the wholeTbl property.- Returns:
- possible object is
CTTablePartStyle
-
setWholeTbl
Sets the value of the wholeTbl property.- Parameters:
value- allowed object isCTTablePartStyle
-
getBand1H
Gets the value of the band1H property.- Returns:
- possible object is
CTTablePartStyle
-
setBand1H
Sets the value of the band1H property.- Parameters:
value- allowed object isCTTablePartStyle
-
getBand2H
Gets the value of the band2H property.- Returns:
- possible object is
CTTablePartStyle
-
setBand2H
Sets the value of the band2H property.- Parameters:
value- allowed object isCTTablePartStyle
-
getBand1V
Gets the value of the band1V property.- Returns:
- possible object is
CTTablePartStyle
-
setBand1V
Sets the value of the band1V property.- Parameters:
value- allowed object isCTTablePartStyle
-
getBand2V
Gets the value of the band2V property.- Returns:
- possible object is
CTTablePartStyle
-
setBand2V
Sets the value of the band2V property.- Parameters:
value- allowed object isCTTablePartStyle
-
getLastCol
Gets the value of the lastCol property.- Returns:
- possible object is
CTTablePartStyle
-
setLastCol
Sets the value of the lastCol property.- Parameters:
value- allowed object isCTTablePartStyle
-
getFirstCol
Gets the value of the firstCol property.- Returns:
- possible object is
CTTablePartStyle
-
setFirstCol
Sets the value of the firstCol property.- Parameters:
value- allowed object isCTTablePartStyle
-
getLastRow
Gets the value of the lastRow property.- Returns:
- possible object is
CTTablePartStyle
-
setLastRow
Sets the value of the lastRow property.- Parameters:
value- allowed object isCTTablePartStyle
-
getSeCell
Gets the value of the seCell property.- Returns:
- possible object is
CTTablePartStyle
-
setSeCell
Sets the value of the seCell property.- Parameters:
value- allowed object isCTTablePartStyle
-
getSwCell
Gets the value of the swCell property.- Returns:
- possible object is
CTTablePartStyle
-
setSwCell
Sets the value of the swCell property.- Parameters:
value- allowed object isCTTablePartStyle
-
getFirstRow
Gets the value of the firstRow property.- Returns:
- possible object is
CTTablePartStyle
-
setFirstRow
Sets the value of the firstRow property.- Parameters:
value- allowed object isCTTablePartStyle
-
getNeCell
Gets the value of the neCell property.- Returns:
- possible object is
CTTablePartStyle
-
setNeCell
Sets the value of the neCell property.- Parameters:
value- allowed object isCTTablePartStyle
-
getNwCell
Gets the value of the nwCell property.- Returns:
- possible object is
CTTablePartStyle
-
setNwCell
Sets the value of the nwCell property.- Parameters:
value- allowed object isCTTablePartStyle
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getStyleId
Gets the value of the styleId property.- Returns:
- possible object is
String
-
setStyleId
Sets the value of the styleId property.- Parameters:
value- allowed object isString
-
getStyleName
Gets the value of the styleName property.- Returns:
- possible object is
String
-
setStyleName
Sets the value of the styleName property.- Parameters:
value- allowed object isString
-
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.
-