Interface CTPPrGeneral
- All Superinterfaces:
CTPPrBase,XmlObject,XmlTokenSource
An XML CT_PPrGeneral(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPPrGeneral> static final SchemaTypeFields 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" elementGets the "pPrChange" elementbooleanTrue if has "pPrChange" elementvoidsetPPrChange(CTPPrChange pPrChange) Sets the "pPrChange" elementvoidUnsets the "pPrChange" 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
-
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
-