Interface CTPPr
- All Superinterfaces:
CTPPrBase,XmlObject,XmlTokenSource
An XML CT_PPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "pPrChange" elementAppends and returns a new empty "rPr" elementAppends and returns a new empty "sectPr" elementGets the "pPrChange" elementgetRPr()Gets the "rPr" elementGets the "sectPr" elementbooleanTrue if has "pPrChange" elementbooleanisSetRPr()True if has "rPr" elementbooleanTrue if has "sectPr" elementvoidsetPPrChange(CTPPrChange pPrChange) Sets the "pPrChange" elementvoidSets the "rPr" elementvoidSets the "sectPr" elementvoidUnsets the "pPrChange" elementvoidunsetRPr()Unsets the "rPr" elementvoidUnsets the "sectPr" elementMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPrBase
addNewAdjustRightInd, addNewAutoSpaceDE, addNewAutoSpaceDN, addNewBidi, addNewCnfStyle, addNewContextualSpacing, addNewDivId, addNewFramePr, addNewInd, addNewJc, addNewKeepLines, addNewKeepNext, addNewKinsoku, addNewMirrorIndents, addNewNumPr, addNewOutlineLvl, addNewOverflowPunct, addNewPageBreakBefore, addNewPBdr, addNewPStyle, addNewShd, addNewSnapToGrid, addNewSpacing, addNewSuppressAutoHyphens, addNewSuppressLineNumbers, addNewSuppressOverlap, addNewTabs, addNewTextAlignment, addNewTextboxTightWrap, addNewTextDirection, addNewTopLinePunct, addNewWidowControl, addNewWordWrap, getAdjustRightInd, getAutoSpaceDE, getAutoSpaceDN, getBidi, getCnfStyle, getContextualSpacing, getDivId, getFramePr, getInd, getJc, getKeepLines, getKeepNext, getKinsoku, getMirrorIndents, getNumPr, getOutlineLvl, getOverflowPunct, getPageBreakBefore, getPBdr, getPStyle, getShd, getSnapToGrid, getSpacing, getSuppressAutoHyphens, getSuppressLineNumbers, getSuppressOverlap, getTabs, getTextAlignment, getTextboxTightWrap, getTextDirection, getTopLinePunct, getWidowControl, getWordWrap, isSetAdjustRightInd, isSetAutoSpaceDE, isSetAutoSpaceDN, isSetBidi, isSetCnfStyle, isSetContextualSpacing, isSetDivId, isSetFramePr, isSetInd, isSetJc, isSetKeepLines, isSetKeepNext, isSetKinsoku, isSetMirrorIndents, isSetNumPr, isSetOutlineLvl, isSetOverflowPunct, isSetPageBreakBefore, isSetPBdr, isSetPStyle, isSetShd, isSetSnapToGrid, isSetSpacing, isSetSuppressAutoHyphens, isSetSuppressLineNumbers, isSetSuppressOverlap, isSetTabs, isSetTextAlignment, isSetTextboxTightWrap, isSetTextDirection, isSetTopLinePunct, isSetWidowControl, isSetWordWrap, setAdjustRightInd, setAutoSpaceDE, setAutoSpaceDN, setBidi, setCnfStyle, setContextualSpacing, setDivId, setFramePr, setInd, setJc, setKeepLines, setKeepNext, setKinsoku, setMirrorIndents, setNumPr, setOutlineLvl, setOverflowPunct, setPageBreakBefore, setPBdr, setPStyle, setShd, setSnapToGrid, setSpacing, setSuppressAutoHyphens, setSuppressLineNumbers, setSuppressOverlap, setTabs, setTextAlignment, setTextboxTightWrap, setTextDirection, setTopLinePunct, setWidowControl, setWordWrap, unsetAdjustRightInd, unsetAutoSpaceDE, unsetAutoSpaceDN, unsetBidi, unsetCnfStyle, unsetContextualSpacing, unsetDivId, unsetFramePr, unsetInd, unsetJc, unsetKeepLines, unsetKeepNext, unsetKinsoku, unsetMirrorIndents, unsetNumPr, unsetOutlineLvl, unsetOverflowPunct, unsetPageBreakBefore, unsetPBdr, unsetPStyle, unsetShd, unsetSnapToGrid, unsetSpacing, unsetSuppressAutoHyphens, unsetSuppressLineNumbers, unsetSuppressOverlap, unsetTabs, unsetTextAlignment, unsetTextboxTightWrap, unsetTextDirection, unsetTopLinePunct, unsetWidowControl, unsetWordWrapMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getRPr
CTParaRPr getRPr()Gets the "rPr" element -
isSetRPr
boolean isSetRPr()True if has "rPr" element -
setRPr
Sets the "rPr" element -
addNewRPr
CTParaRPr addNewRPr()Appends and returns a new empty "rPr" element -
unsetRPr
void unsetRPr()Unsets the "rPr" element -
getSectPr
CTSectPr getSectPr()Gets the "sectPr" element -
isSetSectPr
boolean isSetSectPr()True if has "sectPr" element -
setSectPr
Sets the "sectPr" element -
addNewSectPr
CTSectPr addNewSectPr()Appends and returns a new empty "sectPr" element -
unsetSectPr
void unsetSectPr()Unsets the "sectPr" element -
getPPrChange
CTPPrChange getPPrChange()Gets the "pPrChange" element -
isSetPPrChange
boolean isSetPPrChange()True if has "pPrChange" element -
setPPrChange
Sets the "pPrChange" element -
addNewPPrChange
CTPPrChange addNewPPrChange()Appends and returns a new empty "pPrChange" element -
unsetPPrChange
void unsetPPrChange()Unsets the "pPrChange" element
-