Interface CTMCPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_MCPr(@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 "count" elementAppends and returns a new empty "mcJc" elementgetCount()Gets the "count" elementgetMcJc()Gets the "mcJc" elementbooleanTrue if has "count" elementbooleanTrue if has "mcJc" elementvoidsetCount(CTInteger255 count) Sets the "count" elementvoidSets the "mcJc" elementvoidUnsets the "count" elementvoidUnsets the "mcJc" 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
-
getCount
CTInteger255 getCount()Gets the "count" element -
isSetCount
boolean isSetCount()True if has "count" element -
setCount
Sets the "count" element -
addNewCount
CTInteger255 addNewCount()Appends and returns a new empty "count" element -
unsetCount
void unsetCount()Unsets the "count" element -
getMcJc
CTXAlign getMcJc()Gets the "mcJc" element -
isSetMcJc
boolean isSetMcJc()True if has "mcJc" element -
setMcJc
Sets the "mcJc" element -
addNewMcJc
CTXAlign addNewMcJc()Appends and returns a new empty "mcJc" element -
unsetMcJc
void unsetMcJc()Unsets the "mcJc" element
-