Package org.docx4j.wml
Class TcPr
java.lang.Object
org.docx4j.wml.TcPrInner
org.docx4j.wml.TcPr
- All Implemented Interfaces:
Child
public class TcPr extends TcPrInner
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 Modifier and Type Field Description protected CTTcPrChangetcPrChange -
Constructor Summary
Constructors Constructor Description TcPr() -
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.CTTcPrChangegetTcPrChange()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, setVMergeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
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 classTcPrInner- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-