Package org.docx4j.wml
Class ParaRPr
java.lang.Object
org.docx4j.wml.RPrAbstract
org.docx4j.wml.ParaRPr
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTTrackChangedelprotected CTTrackChangeinsprotected CTTrackChangemoveFromprotected CTTrackChangemoveToFields inherited from class org.docx4j.wml.RPrAbstract
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 Summary
Constructors Constructor Description ParaRPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTrackChangegetDel()Gets the value of the del property.CTTrackChangegetIns()Gets the value of the ins property.CTTrackChangegetMoveFrom()Gets the value of the moveFrom property.CTTrackChangegetMoveTo()Gets the value of the moveTo property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetDel(CTTrackChange value)Sets the value of the del property.voidsetIns(CTTrackChange value)Sets the value of the ins property.voidsetMoveFrom(CTTrackChange value)Sets the value of the moveFrom property.voidsetMoveTo(CTTrackChange value)Sets the value of the moveTo property.voidsetParent(java.lang.Object parent)Methods inherited from class org.docx4j.wml.RPrAbstract
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, setWebHiddenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ins
-
del
-
moveFrom
-
moveTo
-
-
Constructor Details
-
ParaRPr
public ParaRPr()
-
-
Method Details
-
getIns
Gets the value of the ins property.- Returns:
- possible object is
CTTrackChange
-
setIns
Sets the value of the ins property.- Parameters:
value- allowed object isCTTrackChange
-
getDel
Gets the value of the del property.- Returns:
- possible object is
CTTrackChange
-
setDel
Sets the value of the del property.- Parameters:
value- allowed object isCTTrackChange
-
getMoveFrom
Gets the value of the moveFrom property.- Returns:
- possible object is
CTTrackChange
-
setMoveFrom
Sets the value of the moveFrom property.- Parameters:
value- allowed object isCTTrackChange
-
getMoveTo
Gets the value of the moveTo property.- Returns:
- possible object is
CTTrackChange
-
setMoveTo
Sets the value of the moveTo property.- Parameters:
value- allowed object isCTTrackChange
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-