Interface CTPPrGeneral
-
- All Superinterfaces:
CTPPrBase,XmlObject,XmlTokenSource
public interface CTPPrGeneral extends CTPPrBase
An XML CT_PPrGeneral(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPPrGeneral>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTPPrChangeaddNewPPrChange()Appends and returns a new empty "pPrChange" elementCTPPrChangegetPPrChange()Gets the "pPrChange" elementbooleanisSetPPrChange()True if has "pPrChange" elementvoidsetPPrChange(CTPPrChange pPrChange)Sets the "pPrChange" elementvoidunsetPPrChange()Unsets the "pPrChange" element-
Methods 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, unsetWordWrap
-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTPPrGeneral> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getPPrChange
CTPPrChange getPPrChange()
Gets the "pPrChange" element
-
isSetPPrChange
boolean isSetPPrChange()
True if has "pPrChange" element
-
setPPrChange
void setPPrChange(CTPPrChange pPrChange)
Sets the "pPrChange" element
-
addNewPPrChange
CTPPrChange addNewPPrChange()
Appends and returns a new empty "pPrChange" element
-
unsetPPrChange
void unsetPPrChange()
Unsets the "pPrChange" element
-
-