Package org.docx4j.wml
Class TrPr
java.lang.Object
org.docx4j.wml.CTTrPrBase
org.docx4j.wml.TrPr
- All Implemented Interfaces:
Child
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
FieldsModifier and TypeFieldDescriptionprotected CTTrackChangeprotected CTTrackChangeprotected CTTrPrChangeFields inherited from class org.docx4j.wml.CTTrPrBase
cnfStyleOrDivIdOrGridBefore -
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.getDel()Gets the value of the del property.getIns()Gets the value of the ins property.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, setParent
-
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
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.
-