Package org.docx4j.wml
Class CTTblPrEx
java.lang.Object
org.docx4j.wml.CTTblPrExBase
org.docx4j.wml.CTTblPrEx
- All Implemented Interfaces:
Child
Java class for CT_TblPrEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPrEx">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExBase">
<sequence>
<element name="tblPrExChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTTblPrExBase
jc, shd, tblBorders, tblCaption, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, 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 tblPrExChange property.voidsetTblPrExChange(CTTblPrExChange value) Sets the value of the tblPrExChange property.Methods inherited from class org.docx4j.wml.CTTblPrExBase
getJc, getParent, getShd, getTblBorders, getTblCaption, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblW, setJc, setParent, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblW
-
Field Details
-
tblPrExChange
-
-
Constructor Details
-
CTTblPrEx
public CTTblPrEx()
-
-
Method Details
-
getTblPrExChange
Gets the value of the tblPrExChange property.- Returns:
- possible object is
CTTblPrExChange
-
setTblPrExChange
Sets the value of the tblPrExChange property.- Parameters:
value- allowed object isCTTblPrExChange
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTTblPrExBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-