public class ParaRPrChange extends CTTrackChange
Java class for CT_ParaRPrChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ParaRPrChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
<sequence>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_ParaRPrOriginal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTParaRPrOriginal |
rPr |
author, date| Constructor and Description |
|---|
ParaRPrChange() |
| 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.
|
CTParaRPrOriginal |
getRPr()
Gets the value of the rPr property.
|
void |
setRPr(CTParaRPrOriginal value)
Sets the value of the rPr property.
|
getAuthor, getDate, setAuthor, setDateprotected CTParaRPrOriginal rPr
public CTParaRPrOriginal getRPr()
CTParaRPrOriginalpublic void setRPr(CTParaRPrOriginal value)
value - allowed object is
CTParaRPrOriginalpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTTrackChangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.