Package org.docx4j.wml
Class RPr
java.lang.Object
org.docx4j.wml.RPrAbstract
org.docx4j.wml.RPr
- All Implemented Interfaces:
Child
Java class for CT_RPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrContent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields 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.Gets the parent object in the object tree representing the unmarshalled xml document.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
-
Constructor Details
-
RPr
public RPr()
-
-
Method Details
-
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.
-