Interface CTOMathPara
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OMathPara(@http://schemas.openxmlformats.org/officeDocument/2006/math).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOMathPara> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "oMath" elementAppends and returns a new empty "oMathParaPr" elementCTOMath[]Gets array of all "oMath" elementsgetOMathArray(int i) Gets ith "oMath" elementGets a List of "oMath" elementsGets the "oMathParaPr" elementinsertNewOMath(int i) Inserts and returns a new empty value (as xml) as the ith "oMath" elementbooleanTrue 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" elementintReturns number of "oMath" elementvoidUnsets the "oMathParaPr" 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
-
getOMathParaPr
CTOMathParaPr getOMathParaPr()Gets the "oMathParaPr" element -
isSetOMathParaPr
boolean isSetOMathParaPr()True if has "oMathParaPr" element -
setOMathParaPr
Sets the "oMathParaPr" element -
addNewOMathParaPr
CTOMathParaPr addNewOMathParaPr()Appends and returns a new empty "oMathParaPr" element -
unsetOMathParaPr
void unsetOMathParaPr()Unsets the "oMathParaPr" element -
getOMathList
Gets a List of "oMath" elements -
getOMathArray
CTOMath[] getOMathArray()Gets array of all "oMath" elements -
getOMathArray
Gets ith "oMath" element -
sizeOfOMathArray
int sizeOfOMathArray()Returns number of "oMath" element -
setOMathArray
Sets array of all "oMath" element -
setOMathArray
Sets ith "oMath" element -
insertNewOMath
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
-