Package org.docx4j.wml
Class TblPr
java.lang.Object
org.docx4j.wml.CTTblPrBase
org.docx4j.wml.TblPr
- All Implemented Interfaces:
Child
Java class for CT_TblPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPr">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrBase">
<sequence>
<element name="tblPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.wml.CTTblPrBase
CTTblPrBase.TblStyle, CTTblPrBase.TblStyleColBandSize, CTTblPrBase.TblStyleRowBandSize -
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTTblPrBase
bidiVisual, jc, shd, tblBorders, tblCaption, tblCellMar, tblCellSpacing, tblDescription, tblInd, tblLayout, tblLook, tblOverlap, tblpPr, tblStyle, tblStyleColBandSize, tblStyleRowBandSize, tblW -
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 tblPrChange property.voidsetTblPrChange(CTTblPrChange value) Sets the value of the tblPrChange property.Methods inherited from class org.docx4j.wml.CTTblPrBase
getBidiVisual, getJc, getParent, getShd, getTblBorders, getTblCaption, getTblCellMar, getTblCellSpacing, getTblDescription, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, setBidiVisual, setJc, setParent, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblDescription, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblW
-
Field Details
-
tblPrChange
-
-
Constructor Details
-
TblPr
public TblPr()
-
-
Method Details
-
getTblPrChange
Gets the value of the tblPrChange property.- Returns:
- possible object is
CTTblPrChange
-
setTblPrChange
Sets the value of the tblPrChange property.- Parameters:
value- allowed object isCTTblPrChange
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTTblPrBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-