Interface CTDPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDPr extends XmlObject
An XML CT_DPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDPr>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 CTCharaddNewBegChr()Appends and returns a new empty "begChr" elementCTCtrlPraddNewCtrlPr()Appends and returns a new empty "ctrlPr" elementCTCharaddNewEndChr()Appends and returns a new empty "endChr" elementCTOnOffaddNewGrow()Appends and returns a new empty "grow" elementCTCharaddNewSepChr()Appends and returns a new empty "sepChr" elementCTShpaddNewShp()Appends and returns a new empty "shp" elementCTChargetBegChr()Gets the "begChr" elementCTCtrlPrgetCtrlPr()Gets the "ctrlPr" elementCTChargetEndChr()Gets the "endChr" elementCTOnOffgetGrow()Gets the "grow" elementCTChargetSepChr()Gets the "sepChr" elementCTShpgetShp()Gets the "shp" elementbooleanisSetBegChr()True if has "begChr" elementbooleanisSetCtrlPr()True if has "ctrlPr" elementbooleanisSetEndChr()True if has "endChr" elementbooleanisSetGrow()True if has "grow" elementbooleanisSetSepChr()True if has "sepChr" elementbooleanisSetShp()True if has "shp" elementvoidsetBegChr(CTChar begChr)Sets the "begChr" elementvoidsetCtrlPr(CTCtrlPr ctrlPr)Sets the "ctrlPr" elementvoidsetEndChr(CTChar endChr)Sets the "endChr" elementvoidsetGrow(CTOnOff grow)Sets the "grow" elementvoidsetSepChr(CTChar sepChr)Sets the "sepChr" elementvoidsetShp(CTShp shp)Sets the "shp" elementvoidunsetBegChr()Unsets the "begChr" elementvoidunsetCtrlPr()Unsets the "ctrlPr" elementvoidunsetEndChr()Unsets the "endChr" elementvoidunsetGrow()Unsets the "grow" elementvoidunsetSepChr()Unsets the "sepChr" elementvoidunsetShp()Unsets the "shp" element-
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<CTDPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBegChr
CTChar getBegChr()
Gets the "begChr" element
-
isSetBegChr
boolean isSetBegChr()
True if has "begChr" element
-
setBegChr
void setBegChr(CTChar begChr)
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
void setSepChr(CTChar sepChr)
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
void setEndChr(CTChar endChr)
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
void setGrow(CTOnOff grow)
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
void setShp(CTShp shp)
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
void setCtrlPr(CTCtrlPr ctrlPr)
Sets the "ctrlPr" element
-
addNewCtrlPr
CTCtrlPr addNewCtrlPr()
Appends and returns a new empty "ctrlPr" element
-
unsetCtrlPr
void unsetCtrlPr()
Unsets the "ctrlPr" element
-
-