Interface CTDPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DPr(@http://schemas.openxmlformats.org/officeDocument/2006/math).
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 "begChr" elementAppends and returns a new empty "ctrlPr" elementAppends and returns a new empty "endChr" elementAppends and returns a new empty "grow" elementAppends and returns a new empty "sepChr" elementAppends and returns a new empty "shp" elementGets the "begChr" elementGets the "ctrlPr" elementGets the "endChr" elementgetGrow()Gets the "grow" elementGets the "sepChr" elementgetShp()Gets the "shp" elementbooleanTrue if has "begChr" elementbooleanTrue if has "ctrlPr" elementbooleanTrue if has "endChr" elementbooleanTrue if has "grow" elementbooleanTrue if has "sepChr" elementbooleanisSetShp()True if has "shp" elementvoidSets the "begChr" elementvoidSets the "ctrlPr" elementvoidSets the "endChr" elementvoidSets the "grow" elementvoidSets the "sepChr" elementvoidSets the "shp" elementvoidUnsets the "begChr" elementvoidUnsets the "ctrlPr" elementvoidUnsets the "endChr" elementvoidUnsets the "grow" elementvoidUnsets the "sepChr" elementvoidunsetShp()Unsets the "shp" elementMethods 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
-
getBegChr
CTChar getBegChr()Gets the "begChr" element -
isSetBegChr
boolean isSetBegChr()True if has "begChr" element -
setBegChr
Sets the "begChr" element -
addNewBegChr
CTChar addNewBegChr()Appends and returns a new empty "begChr" element -
unsetBegChr
void unsetBegChr()Unsets the "begChr" element -
getSepChr
CTChar getSepChr()Gets the "sepChr" element -
isSetSepChr
boolean isSetSepChr()True if has "sepChr" element -
setSepChr
Sets the "sepChr" element -
addNewSepChr
CTChar addNewSepChr()Appends and returns a new empty "sepChr" element -
unsetSepChr
void unsetSepChr()Unsets the "sepChr" element -
getEndChr
CTChar getEndChr()Gets the "endChr" element -
isSetEndChr
boolean isSetEndChr()True if has "endChr" element -
setEndChr
Sets the "endChr" element -
addNewEndChr
CTChar addNewEndChr()Appends and returns a new empty "endChr" element -
unsetEndChr
void unsetEndChr()Unsets the "endChr" element -
getGrow
CTOnOff getGrow()Gets the "grow" element -
isSetGrow
boolean isSetGrow()True if has "grow" element -
setGrow
Sets the "grow" element -
addNewGrow
CTOnOff addNewGrow()Appends and returns a new empty "grow" element -
unsetGrow
void unsetGrow()Unsets the "grow" element -
getShp
CTShp getShp()Gets the "shp" element -
isSetShp
boolean isSetShp()True if has "shp" element -
setShp
Sets the "shp" element -
addNewShp
CTShp addNewShp()Appends and returns a new empty "shp" element -
unsetShp
void unsetShp()Unsets the "shp" element -
getCtrlPr
CTCtrlPr getCtrlPr()Gets the "ctrlPr" element -
isSetCtrlPr
boolean isSetCtrlPr()True if has "ctrlPr" element -
setCtrlPr
Sets the "ctrlPr" element -
addNewCtrlPr
CTCtrlPr addNewCtrlPr()Appends and returns a new empty "ctrlPr" element -
unsetCtrlPr
void unsetCtrlPr()Unsets the "ctrlPr" element
-