public class CTRPrChange extends CTTrackChange
Java class for CT_RPrChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RPrChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
<sequence>
<element name="rPr">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrBase" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTRPrChange.RPr
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTRPrChange.RPr |
rPr |
author, date| Constructor and Description |
|---|
CTRPrChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTRPrChange.RPr |
getRPr()
Gets the value of the rPr property.
|
void |
setRPr(CTRPrChange.RPr value)
Sets the value of the rPr property.
|
getAuthor, getDate, setAuthor, setDateprotected CTRPrChange.RPr rPr
public CTRPrChange.RPr getRPr()
CTRPrChange.RPrpublic void setRPr(CTRPrChange.RPr value)
value - allowed object is
CTRPrChange.RPrpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTTrackChangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.