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>
CTTrPrBase.DivId, CTTrPrBase.GridAfter, CTTrPrBase.GridBefore| Modifier and Type | Field and Description |
|---|---|
protected CTTrackChange |
del |
protected CTTrackChange |
ins |
protected CTTrPrChange |
trPrChange |
cnfStyleOrDivIdOrGridBefore| Constructor and Description |
|---|
TrPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTTrackChange |
getDel()
Gets the value of the del property.
|
CTTrackChange |
getIns()
Gets the value of the ins property.
|
CTTrPrChange |
getTrPrChange()
Gets the value of the trPrChange property.
|
void |
setDel(CTTrackChange value)
Sets the value of the del property.
|
void |
setIns(CTTrackChange value)
Sets the value of the ins property.
|
void |
setTrPrChange(CTTrPrChange value)
Sets the value of the trPrChange property.
|
getCnfStyleOrDivIdOrGridBefore, getParent, setParentprotected CTTrackChange ins
protected CTTrackChange del
protected CTTrPrChange trPrChange
public CTTrackChange getIns()
CTTrackChangepublic void setIns(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getDel()
CTTrackChangepublic void setDel(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrPrChange getTrPrChange()
CTTrPrChangepublic void setTrPrChange(CTTrPrChange value)
value - allowed object is
CTTrPrChangepublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTTrPrBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.