Interface CTD
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_D(@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 "dPr" elementaddNewE()Appends and returns a new empty value (as xml) as the last "e" elementgetDPr()Gets the "dPr" elementGets array of all "e" elementsgetEArray(int i) Gets ith "e" elementgetEList()Gets a List of "e" elementsinsertNewE(int i) Inserts and returns a new empty value (as xml) as the ith "e" elementbooleanisSetDPr()True if has "dPr" elementvoidremoveE(int i) Removes the ith "e" elementvoidSets the "dPr" elementvoidsetEArray(int i, CTOMathArg e) Sets ith "e" elementvoidsetEArray(CTOMathArg[] eArray) Sets array of all "e" elementintReturns number of "e" elementvoidunsetDPr()Unsets the "dPr" 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
-
getDPr
CTDPr getDPr()Gets the "dPr" element -
isSetDPr
boolean isSetDPr()True if has "dPr" element -
setDPr
Sets the "dPr" element -
addNewDPr
CTDPr addNewDPr()Appends and returns a new empty "dPr" element -
unsetDPr
void unsetDPr()Unsets the "dPr" element -
getEList
List<CTOMathArg> getEList()Gets a List of "e" elements -
getEArray
CTOMathArg[] getEArray()Gets array of all "e" elements -
getEArray
Gets ith "e" element -
sizeOfEArray
int sizeOfEArray()Returns number of "e" element -
setEArray
Sets array of all "e" element -
setEArray
Sets ith "e" element -
insertNewE
Inserts and returns a new empty value (as xml) as the ith "e" element -
addNewE
CTOMathArg addNewE()Appends and returns a new empty value (as xml) as the last "e" element -
removeE
void removeE(int i) Removes the ith "e" element
-