Package org.docx4j.wml
Class TblPr
java.lang.Object
org.docx4j.wml.CTTblPrBase
org.docx4j.wml.TblPr
- All Implemented Interfaces:
Child
public class TblPr extends CTTblPrBase
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
Fields Modifier and Type Field Description protected CTTblPrChangetblPrChangeFields inherited from class org.docx4j.wml.CTTblPrBase
bidiVisual, jc, shd, tblBorders, tblCaption, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, tblOverlap, tblpPr, tblStyle, tblStyleColBandSize, tblStyleRowBandSize, tblW -
Constructor Summary
Constructors Constructor Description TblPr() -
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.CTTblPrChangegetTblPrChange()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, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, setBidiVisual, setJc, setParent, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblWMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
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.- Overrides:
afterUnmarshalin classCTTblPrBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-