public class ParaRPr extends RPrAbstract implements Child
Java class for CT_ParaRPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ParaRPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ParaRPrTrackChanges" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrBase" minOccurs="0"/>
<element name="rPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_ParaRPrChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTrackChange |
del |
protected CTTrackChange |
ins |
protected CTTrackChange |
moveFrom |
protected CTTrackChange |
moveTo |
b, bCs, bdr, caps, cntxtAlts, color, cs, dstrike, eastAsianLayout, effect, em, emboss, fitText, glow, highlight, i, iCs, imprint, kern, lang, ligatures, noProof, numForm, numSpacing, oMath, outline, position, props3D, reflection, rFonts, rPrChange, rStyle, rtl, scene3D, shadow, shadow14, shd, smallCaps, snapToGrid, spacing, specVanish, strike, stylisticSets, sz, szCs, textFill, textOutline, u, vanish, vertAlign, w, webHidden| Constructor and Description |
|---|
ParaRPr() |
| 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.
|
CTTrackChange |
getMoveFrom()
Gets the value of the moveFrom property.
|
CTTrackChange |
getMoveTo()
Gets the value of the moveTo property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDel(CTTrackChange value)
Sets the value of the del property.
|
void |
setIns(CTTrackChange value)
Sets the value of the ins property.
|
void |
setMoveFrom(CTTrackChange value)
Sets the value of the moveFrom property.
|
void |
setMoveTo(CTTrackChange value)
Sets the value of the moveTo property.
|
void |
setParent(Object parent) |
getB, getBCs, getBdr, getCaps, getCntxtAlts, getColor, getCs, getDstrike, getEastAsianLayout, getEffect, getEm, getEmboss, getFitText, getGlow, getHighlight, getI, getICs, getImprint, getKern, getLang, getLigatures, getNoProof, getNumForm, getNumSpacing, getOMath, getOutline, getPosition, getProps3D, getReflection, getRFonts, getRPrChange, getRStyle, getRtl, getScene3D, getShadow, getShadow14, getShd, getSmallCaps, getSnapToGrid, getSpacing, getSpecVanish, getStrike, getStylisticSets, getSz, getSzCs, getTextFill, getTextOutline, getU, getVanish, getVertAlign, getW, getWebHidden, setB, setBCs, setBdr, setCaps, setCntxtAlts, setColor, setCs, setDstrike, setEastAsianLayout, setEffect, setEm, setEmboss, setFitText, setGlow, setHighlight, setI, setICs, setImprint, setKern, setLang, setLigatures, setNoProof, setNumForm, setNumSpacing, setOMath, setOutline, setPosition, setProps3D, setReflection, setRFonts, setRPrChange, setRStyle, setRtl, setScene3D, setShadow, setShadow14, setShd, setSmallCaps, setSnapToGrid, setSpacing, setSpecVanish, setStrike, setStylisticSets, setSz, setSzCs, setTextFill, setTextOutline, setU, setVanish, setVertAlign, setW, setWebHiddenprotected CTTrackChange ins
protected CTTrackChange del
protected CTTrackChange moveFrom
protected CTTrackChange moveTo
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 CTTrackChange getMoveFrom()
CTTrackChangepublic void setMoveFrom(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getMoveTo()
CTTrackChangepublic void setMoveTo(CTTrackChange value)
value - allowed object is
CTTrackChangepublic 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-2021. All Rights Reserved.