Interface CTM
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTM extends XmlObject
An XML CT_M(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTM>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 CTMPraddNewMPr()Appends and returns a new empty "mPr" elementCTMRaddNewMr()Appends and returns a new empty value (as xml) as the last "mr" elementCTMPrgetMPr()Gets the "mPr" elementCTMR[]getMrArray()Gets array of all "mr" elementsCTMRgetMrArray(int i)Gets ith "mr" elementjava.util.List<CTMR>getMrList()Gets a List of "mr" elementsCTMRinsertNewMr(int i)Inserts and returns a new empty value (as xml) as the ith "mr" elementbooleanisSetMPr()True if has "mPr" elementvoidremoveMr(int i)Removes the ith "mr" elementvoidsetMPr(CTMPr mPr)Sets the "mPr" elementvoidsetMrArray(int i, CTMR mr)Sets ith "mr" elementvoidsetMrArray(CTMR[] mrArray)Sets array of all "mr" elementintsizeOfMrArray()Returns number of "mr" elementvoidunsetMPr()Unsets the "mPr" 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<CTM> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getMPr
CTMPr getMPr()
Gets the "mPr" element
-
isSetMPr
boolean isSetMPr()
True if has "mPr" element
-
setMPr
void setMPr(CTMPr mPr)
Sets the "mPr" element
-
addNewMPr
CTMPr addNewMPr()
Appends and returns a new empty "mPr" element
-
unsetMPr
void unsetMPr()
Unsets the "mPr" element
-
getMrList
java.util.List<CTMR> getMrList()
Gets a List of "mr" elements
-
getMrArray
CTMR[] getMrArray()
Gets array of all "mr" elements
-
getMrArray
CTMR getMrArray(int i)
Gets ith "mr" element
-
sizeOfMrArray
int sizeOfMrArray()
Returns number of "mr" element
-
setMrArray
void setMrArray(CTMR[] mrArray)
Sets array of all "mr" element
-
setMrArray
void setMrArray(int i, CTMR mr)Sets ith "mr" element
-
insertNewMr
CTMR insertNewMr(int i)
Inserts and returns a new empty value (as xml) as the ith "mr" element
-
addNewMr
CTMR addNewMr()
Appends and returns a new empty value (as xml) as the last "mr" element
-
removeMr
void removeMr(int i)
Removes the ith "mr" element
-
-