Package org.docx4j.wml
Class TrPr
java.lang.Object
org.docx4j.wml.CTTrPrBase
org.docx4j.wml.TrPr
- All Implemented Interfaces:
Child
public class TrPr extends CTTrPrBase
Java class for CT_TrPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TrPr">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPrBase">
<sequence>
<element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
<element name="del" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
<element name="trPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.wml.CTTrPrBase
CTTrPrBase.DivId, CTTrPrBase.GridAfter, CTTrPrBase.GridBefore -
Field Summary
Fields Modifier and Type Field Description protected CTTrackChangedelprotected CTTrackChangeinsprotected CTTrPrChangetrPrChangeFields inherited from class org.docx4j.wml.CTTrPrBase
cnfStyleOrDivIdOrGridBefore -
Constructor Summary
Constructors Constructor Description TrPr() -
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.CTTrackChangegetDel()Gets the value of the del property.CTTrackChangegetIns()Gets the value of the ins property.CTTrPrChangegetTrPrChange()Gets the value of the trPrChange property.voidsetDel(CTTrackChange value)Sets the value of the del property.voidsetIns(CTTrackChange value)Sets the value of the ins property.voidsetTrPrChange(CTTrPrChange value)Sets the value of the trPrChange property.Methods inherited from class org.docx4j.wml.CTTrPrBase
getCnfStyleOrDivIdOrGridBefore, getParent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ins
-
del
-
trPrChange
-
-
Constructor Details
-
TrPr
public TrPr()
-
-
Method Details
-
getIns
Gets the value of the ins property.- Returns:
- possible object is
CTTrackChange
-
setIns
Sets the value of the ins property.- Parameters:
value- allowed object isCTTrackChange
-
getDel
Gets the value of the del property.- Returns:
- possible object is
CTTrackChange
-
setDel
Sets the value of the del property.- Parameters:
value- allowed object isCTTrackChange
-
getTrPrChange
Gets the value of the trPrChange property.- Returns:
- possible object is
CTTrPrChange
-
setTrPrChange
Sets the value of the trPrChange property.- Parameters:
value- allowed object isCTTrPrChange
-
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 classCTTrPrBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-