Package org.docx4j.wml
Class ParaRPr
java.lang.Object
org.docx4j.wml.RPrAbstract
org.docx4j.wml.ParaRPr
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTTrackChangeprotected CTTrackChangeprotected CTTrackChangeprotected CTTrackChangeFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getDel()Gets the value of the del property.getIns()Gets the value of the ins property.Gets the value of the moveFrom property.Gets the value of the moveTo property.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.voidMethods 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, setWebHidden
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-