Package org.docx4j.wml
Class TcPr
java.lang.Object
org.docx4j.wml.TcPrInner
org.docx4j.wml.TcPr
- All Implemented Interfaces:
Child
Java class for CT_TcPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TcPr">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrInner">
<sequence>
<element name="tcPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.wml.TcPrInner
TcPrInner.GridSpan, TcPrInner.HMerge, TcPrInner.TcBorders, TcPrInner.VMerge -
Field Summary
Fields -
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 tcPrChange property.voidsetTcPrChange(CTTcPrChange value) Sets the value of the tcPrChange property.Methods inherited from class org.docx4j.wml.TcPrInner
getCellDel, getCellIns, getCellMerge, getCnfStyle, getGridSpan, getHideMark, getHMerge, getNoWrap, getParent, getShd, getTcBorders, getTcFitText, getTcMar, getTcW, getTextDirection, getVAlign, getVMerge, setCellDel, setCellIns, setCellMerge, setCnfStyle, setGridSpan, setHideMark, setHMerge, setNoWrap, setParent, setShd, setTcBorders, setTcFitText, setTcMar, setTcW, setTextDirection, setVAlign, setVMerge
-
Field Details
-
tcPrChange
-
-
Constructor Details
-
TcPr
public TcPr()
-
-
Method Details
-
getTcPrChange
Gets the value of the tcPrChange property.- Returns:
- possible object is
CTTcPrChange
-
setTcPrChange
Sets the value of the tcPrChange property.- Parameters:
value- allowed object isCTTcPrChange
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classTcPrInner- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-