Package org.docx4j.wml
Class CTTblPrEx
java.lang.Object
org.docx4j.wml.CTTblPrExBase
org.docx4j.wml.CTTblPrEx
- All Implemented Interfaces:
Child
public class CTTblPrEx extends CTTblPrExBase
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
Fields Modifier and Type Field Description protected CTTblPrExChangetblPrExChangeFields inherited from class org.docx4j.wml.CTTblPrExBase
jc, shd, tblBorders, tblCaption, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, tblW -
Constructor Summary
Constructors Constructor Description CTTblPrEx() -
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.CTTblPrExChangegetTblPrExChange()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, setTblWMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
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 classCTTblPrExBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-