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>
PPrBase.DivId, PPrBase.Ind, PPrBase.NumPr, PPrBase.OutlineLvl, PPrBase.PBdr, PPrBase.PStyle, PPrBase.Spacing, PPrBase.TextAlignment| Modifier and Type | Field and Description |
|---|---|
protected CTPPrChange |
pPrChange |
protected ParaRPr |
rPr |
protected SectPr |
sectPr |
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 and Description |
|---|
PPr() |
| 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.
|
CTPPrChange |
getPPrChange()
Gets the value of the pPrChange property.
|
ParaRPr |
getRPr()
Gets the value of the rPr property.
|
SectPr |
getSectPr()
Gets the value of the sectPr property.
|
void |
setPPrChange(CTPPrChange value)
Sets the value of the pPrChange property.
|
void |
setRPr(ParaRPr value)
Sets the value of the rPr property.
|
void |
setSectPr(SectPr value)
Sets the value of the sectPr property.
|
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, setWordWrapprotected ParaRPr rPr
protected SectPr sectPr
protected CTPPrChange pPrChange
public ParaRPr getRPr()
ParaRPrpublic void setRPr(ParaRPr value)
value - allowed object is
ParaRPrpublic SectPr getSectPr()
SectPrpublic void setSectPr(SectPr value)
value - allowed object is
SectPrpublic CTPPrChange getPPrChange()
CTPPrChangepublic void setPPrChange(CTPPrChange value)
value - allowed object is
CTPPrChangepublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class PPrBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.