public class CTCtrlPr extends Object implements Child
Java class for CT_CtrlPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CtrlPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrMath" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTRPrChange |
del |
protected CTRPrChange |
ins |
protected RPr |
rPr |
| Constructor and Description |
|---|
CTCtrlPr() |
| 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.
|
CTRPrChange |
getDel()
Gets the value of the del property.
|
CTRPrChange |
getIns()
Gets the value of the ins property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
RPr |
getRPr()
Gets the value of the rPr property.
|
void |
setDel(CTRPrChange value)
Sets the value of the del property.
|
void |
setIns(CTRPrChange value)
Sets the value of the ins property.
|
void |
setParent(Object parent) |
void |
setRPr(RPr value)
Sets the value of the rPr property.
|
protected RPr rPr
protected CTRPrChange ins
protected CTRPrChange del
public void setRPr(RPr value)
value - allowed object is
RPrpublic CTRPrChange getIns()
CTRPrChangepublic void setIns(CTRPrChange value)
value - allowed object is
CTRPrChangepublic CTRPrChange getDel()
CTRPrChangepublic void setDel(CTRPrChange value)
value - allowed object is
CTRPrChangepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.