Package org.docx4j.wml
Class PPr
java.lang.Object
org.docx4j.wml.PPrBase
org.docx4j.wml.PPr
- All Implemented Interfaces:
Child
public class PPr extends PPrBase
Java class for CT_PPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PPr">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrBase">
<sequence>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_ParaRPr" minOccurs="0"/>
<element name="sectPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SectPr" minOccurs="0"/>
<element name="pPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.wml.PPrBase
PPrBase.DivId, PPrBase.Ind, PPrBase.NumPr, PPrBase.OutlineLvl, PPrBase.PBdr, PPrBase.PStyle, PPrBase.Spacing, PPrBase.TextAlignment -
Field Summary
Fields Modifier and Type Field Description protected CTPPrChangepPrChangeprotected ParaRPrrPrprotected SectPrsectPrFields inherited from class org.docx4j.wml.PPrBase
adjustRightInd, autoSpaceDE, autoSpaceDN, bidi, cnfStyle, collapsed, contextualSpacing, divId, framePr, ind, jc, keepLines, keepNext, kinsoku, mirrorIndents, numPr, outlineLvl, overflowPunct, pageBreakBefore, pBdr, pStyle, shd, snapToGrid, spacing, suppressAutoHyphens, suppressLineNumbers, suppressOverlap, tabs, textAlignment, textboxTightWrap, textDirection, topLinePunct, widowControl, wordWrap -
Constructor Summary
Constructors Constructor Description PPr() -
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.CTPPrChangegetPPrChange()Gets the value of the pPrChange property.ParaRPrgetRPr()Gets the value of the rPr property.SectPrgetSectPr()Gets the value of the sectPr property.voidsetPPrChange(CTPPrChange value)Sets the value of the pPrChange property.voidsetRPr(ParaRPr value)Sets the value of the rPr property.voidsetSectPr(SectPr value)Sets the value of the sectPr property.Methods inherited from class org.docx4j.wml.PPrBase
getAdjustRightInd, getAutoSpaceDE, getAutoSpaceDN, getBidi, getCnfStyle, getCollapsed, getContextualSpacing, getDivId, getFramePr, getInd, getJc, getKeepLines, getKeepNext, getKinsoku, getMirrorIndents, getNumPr, getOutlineLvl, getOverflowPunct, getPageBreakBefore, getParent, getPBdr, getPStyle, getShd, getSnapToGrid, getSpacing, getSuppressAutoHyphens, getSuppressLineNumbers, getSuppressOverlap, getTabs, getTextAlignment, getTextboxTightWrap, getTextDirection, getTopLinePunct, getWidowControl, getWordWrap, setAdjustRightInd, setAutoSpaceDE, setAutoSpaceDN, setBidi, setCnfStyle, setCollapsed, setContextualSpacing, setDivId, setFramePr, setInd, setJc, setKeepLines, setKeepNext, setKinsoku, setMirrorIndents, setNumPr, setOutlineLvl, setOverflowPunct, setPageBreakBefore, setParent, setPBdr, setPStyle, setShd, setSnapToGrid, setSpacing, setSuppressAutoHyphens, setSuppressLineNumbers, setSuppressOverlap, setTabs, setTextAlignment, setTextboxTightWrap, setTextDirection, setTopLinePunct, setWidowControl, setWordWrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
rPr
-
sectPr
-
pPrChange
-
-
Constructor Details
-
PPr
public PPr()
-
-
Method Details
-
getRPr
Gets the value of the rPr property.- Returns:
- possible object is
ParaRPr
-
setRPr
Sets the value of the rPr property.- Parameters:
value- allowed object isParaRPr
-
getSectPr
Gets the value of the sectPr property.- Returns:
- possible object is
SectPr
-
setSectPr
Sets the value of the sectPr property.- Parameters:
value- allowed object isSectPr
-
getPPrChange
Gets the value of the pPrChange property.- Returns:
- possible object is
CTPPrChange
-
setPPrChange
Sets the value of the pPrChange property.- Parameters:
value- allowed object isCTPPrChange
-
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.- Overrides:
afterUnmarshalin classPPrBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-