Package org.docx4j.dml
Class CTTableStyle
java.lang.Object
org.docx4j.dml.CTTableStyle
- All Implemented Interfaces:
Child
public class CTTableStyle extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected CTTablePartStyleband1Hprotected CTTablePartStyleband1Vprotected CTTablePartStyleband2Hprotected CTTablePartStyleband2Vprotected CTOfficeArtExtensionListextLstprotected CTTablePartStylefirstColprotected CTTablePartStylefirstRowprotected CTTablePartStylelastColprotected CTTablePartStylelastRowprotected CTTablePartStyleneCellprotected CTTablePartStylenwCellprotected CTTablePartStyleseCellprotected java.lang.StringstyleIdprotected java.lang.StringstyleNameprotected CTTablePartStyleswCellprotected CTTableBackgroundStyletblBgprotected CTTablePartStylewholeTbl -
Constructor Summary
Constructors Constructor Description CTTableStyle() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTablePartStylegetBand1H()Gets the value of the band1H property.CTTablePartStylegetBand1V()Gets the value of the band1V property.CTTablePartStylegetBand2H()Gets the value of the band2H property.CTTablePartStylegetBand2V()Gets the value of the band2V property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTTablePartStylegetFirstCol()Gets the value of the firstCol property.CTTablePartStylegetFirstRow()Gets the value of the firstRow property.CTTablePartStylegetLastCol()Gets the value of the lastCol property.CTTablePartStylegetLastRow()Gets the value of the lastRow property.CTTablePartStylegetNeCell()Gets the value of the neCell property.CTTablePartStylegetNwCell()Gets the value of the nwCell property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTablePartStylegetSeCell()Gets the value of the seCell property.java.lang.StringgetStyleId()Gets the value of the styleId property.java.lang.StringgetStyleName()Gets the value of the styleName property.CTTablePartStylegetSwCell()Gets the value of the swCell property.CTTableBackgroundStylegetTblBg()Gets the value of the tblBg property.CTTablePartStylegetWholeTbl()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.voidsetExtLst(CTOfficeArtExtensionList value)Sets 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.voidsetParent(java.lang.Object parent)voidsetSeCell(CTTablePartStyle value)Sets the value of the seCell property.voidsetStyleId(java.lang.String value)Sets the value of the styleId property.voidsetStyleName(java.lang.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
tblBg
-
wholeTbl
-
band1H
-
band2H
-
band1V
-
band2V
-
lastCol
-
firstCol
-
lastRow
-
seCell
-
swCell
-
firstRow
-
neCell
-
nwCell
-
extLst
-
styleId
protected java.lang.String styleId -
styleName
protected java.lang.String 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
public java.lang.String getStyleId()Gets the value of the styleId property.- Returns:
- possible object is
String
-
setStyleId
public void setStyleId(java.lang.String value)Sets the value of the styleId property.- Parameters:
value- allowed object isString
-
getStyleName
public java.lang.String getStyleName()Gets the value of the styleName property.- Returns:
- possible object is
String
-
setStyleName
public void setStyleName(java.lang.String value)Sets the value of the styleName property.- Parameters:
value- allowed object isString
-
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(jakarta.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.
-