Interface CTPPr
-
- All Superinterfaces:
CTPPrBase
,XmlObject
,XmlTokenSource
public interface CTPPr extends CTPPrBase
An XML CT_PPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTPPrChange
addNewPPrChange()
Appends and returns a new empty "pPrChange" elementCTParaRPr
addNewRPr()
Appends and returns a new empty "rPr" elementCTSectPr
addNewSectPr()
Appends and returns a new empty "sectPr" elementCTPPrChange
getPPrChange()
Gets the "pPrChange" elementCTParaRPr
getRPr()
Gets the "rPr" elementCTSectPr
getSectPr()
Gets the "sectPr" elementboolean
isSetPPrChange()
True if has "pPrChange" elementboolean
isSetRPr()
True if has "rPr" elementboolean
isSetSectPr()
True if has "sectPr" elementvoid
setPPrChange(CTPPrChange pPrChange)
Sets the "pPrChange" elementvoid
setRPr(CTParaRPr rPr)
Sets the "rPr" elementvoid
setSectPr(CTSectPr sectPr)
Sets the "sectPr" elementvoid
unsetPPrChange()
Unsets the "pPrChange" elementvoid
unsetRPr()
Unsets the "rPr" elementvoid
unsetSectPr()
Unsets the "sectPr" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRPr
CTParaRPr getRPr()
Gets the "rPr" element
-
isSetRPr
boolean isSetRPr()
True if has "rPr" element
-
setRPr
void setRPr(CTParaRPr rPr)
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
void setSectPr(CTSectPr sectPr)
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
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
-
-