Interface CTOMathPara
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTOMathPara extends XmlObject
An XML CT_OMathPara(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTOMathPara>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 CTOMathaddNewOMath()Appends and returns a new empty value (as xml) as the last "oMath" elementCTOMathParaPraddNewOMathParaPr()Appends and returns a new empty "oMathParaPr" elementCTOMath[]getOMathArray()Gets array of all "oMath" elementsCTOMathgetOMathArray(int i)Gets ith "oMath" elementjava.util.List<CTOMath>getOMathList()Gets a List of "oMath" elementsCTOMathParaPrgetOMathParaPr()Gets the "oMathParaPr" elementCTOMathinsertNewOMath(int i)Inserts and returns a new empty value (as xml) as the ith "oMath" elementbooleanisSetOMathParaPr()True if has "oMathParaPr" elementvoidremoveOMath(int i)Removes the ith "oMath" elementvoidsetOMathArray(int i, CTOMath oMath)Sets ith "oMath" elementvoidsetOMathArray(CTOMath[] oMathArray)Sets array of all "oMath" elementvoidsetOMathParaPr(CTOMathParaPr oMathParaPr)Sets the "oMathParaPr" elementintsizeOfOMathArray()Returns number of "oMath" elementvoidunsetOMathParaPr()Unsets the "oMathParaPr" 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<CTOMathPara> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getOMathParaPr
CTOMathParaPr getOMathParaPr()
Gets the "oMathParaPr" element
-
isSetOMathParaPr
boolean isSetOMathParaPr()
True if has "oMathParaPr" element
-
setOMathParaPr
void setOMathParaPr(CTOMathParaPr oMathParaPr)
Sets the "oMathParaPr" element
-
addNewOMathParaPr
CTOMathParaPr addNewOMathParaPr()
Appends and returns a new empty "oMathParaPr" element
-
unsetOMathParaPr
void unsetOMathParaPr()
Unsets the "oMathParaPr" element
-
getOMathList
java.util.List<CTOMath> getOMathList()
Gets a List of "oMath" elements
-
getOMathArray
CTOMath[] getOMathArray()
Gets array of all "oMath" elements
-
getOMathArray
CTOMath getOMathArray(int i)
Gets ith "oMath" element
-
sizeOfOMathArray
int sizeOfOMathArray()
Returns number of "oMath" element
-
setOMathArray
void setOMathArray(CTOMath[] oMathArray)
Sets array of all "oMath" element
-
setOMathArray
void setOMathArray(int i, CTOMath oMath)Sets ith "oMath" element
-
insertNewOMath
CTOMath insertNewOMath(int i)
Inserts and returns a new empty value (as xml) as the ith "oMath" element
-
addNewOMath
CTOMath addNewOMath()
Appends and returns a new empty value (as xml) as the last "oMath" element
-
removeOMath
void removeOMath(int i)
Removes the ith "oMath" element
-
-