Package org.docx4j.wml
Class CTTblPrExBase
java.lang.Object
org.docx4j.wml.CTTblPrExBase
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
CTTblPrEx
Java class for CT_TblPrExBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPrExBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="jc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Jc" minOccurs="0"/>
<element name="tblCellSpacing" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="tblInd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="tblBorders" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblBorders" minOccurs="0"/>
<element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
<element name="tblLayout" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLayoutType" minOccurs="0"/>
<element name="tblCellMar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblCellMar" minOccurs="0"/>
<element name="tblLook" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLook" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Jcprotected CTShdprotected TblBordersprotected CTStringprotected CTTblCellMarprotected TblWidthprotected TblWidthprotected CTTblLayoutTypeprotected CTTblLookprotected TblWidth -
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.getJc()Gets the value of the jc property.Gets the parent object in the object tree representing the unmarshalled xml document.getShd()Gets the value of the shd property.Gets the value of the tblBorders property.Gets the value of the tblCaption property.Gets the value of the tblCellMar property.Gets the value of the tblCellSpacing property.Gets the value of the tblInd property.Gets the value of the tblLayout property.Gets the value of the tblLook property.getTblW()Gets the value of the tblW property.voidSets the value of the jc property.voidvoidSets the value of the shd property.voidsetTblBorders(TblBorders value) Sets the value of the tblBorders property.voidsetTblCaption(CTString value) Sets the value of the tblCaption property.voidsetTblCellMar(CTTblCellMar value) Sets the value of the tblCellMar property.voidsetTblCellSpacing(TblWidth value) Sets the value of the tblCellSpacing property.voidSets the value of the tblInd property.voidsetTblLayout(CTTblLayoutType value) Sets the value of the tblLayout property.voidsetTblLook(CTTblLook value) Sets the value of the tblLook property.voidSets the value of the tblW property.
-
Field Details
-
tblW
-
jc
-
tblCellSpacing
-
tblInd
-
tblBorders
-
shd
-
tblLayout
-
tblCellMar
-
tblLook
-
tblCaption
-
-
Constructor Details
-
CTTblPrExBase
public CTTblPrExBase()
-
-
Method Details
-
getTblW
Gets the value of the tblW property.- Returns:
- possible object is
TblWidth
-
setTblW
Sets the value of the tblW property.- Parameters:
value- allowed object isTblWidth
-
getJc
Gets the value of the jc property.- Returns:
- possible object is
Jc
-
setJc
Sets the value of the jc property.- Parameters:
value- allowed object isJc
-
getTblCellSpacing
Gets the value of the tblCellSpacing property.- Returns:
- possible object is
TblWidth
-
setTblCellSpacing
Sets the value of the tblCellSpacing property.- Parameters:
value- allowed object isTblWidth
-
getTblInd
Gets the value of the tblInd property.- Returns:
- possible object is
TblWidth
-
setTblInd
Sets the value of the tblInd property.- Parameters:
value- allowed object isTblWidth
-
getTblBorders
Gets the value of the tblBorders property.- Returns:
- possible object is
TblBorders
-
setTblBorders
Sets the value of the tblBorders property.- Parameters:
value- allowed object isTblBorders
-
getShd
Gets the value of the shd property.- Returns:
- possible object is
CTShd
-
setShd
Sets the value of the shd property.- Parameters:
value- allowed object isCTShd
-
getTblLayout
Gets the value of the tblLayout property.- Returns:
- possible object is
CTTblLayoutType
-
setTblLayout
Sets the value of the tblLayout property.- Parameters:
value- allowed object isCTTblLayoutType
-
getTblCellMar
Gets the value of the tblCellMar property.- Returns:
- possible object is
CTTblCellMar
-
setTblCellMar
Sets the value of the tblCellMar property.- Parameters:
value- allowed object isCTTblCellMar
-
getTblLook
Gets the value of the tblLook property.- Returns:
- possible object is
CTTblLook
-
setTblLook
Sets the value of the tblLook property.- Parameters:
value- allowed object isCTTblLook
-
getTblCaption
Gets the value of the tblCaption property.- Returns:
- possible object is
CTString
-
setTblCaption
Sets the value of the tblCaption property.- Parameters:
value- allowed object isCTString
-
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.
-