Interface CTNaryPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_NaryPr(@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 "chr" elementAppends and returns a new empty "ctrlPr" elementAppends and returns a new empty "grow" elementAppends and returns a new empty "limLoc" elementAppends and returns a new empty "subHide" elementAppends and returns a new empty "supHide" elementgetChr()Gets the "chr" elementGets the "ctrlPr" elementgetGrow()Gets the "grow" elementGets the "limLoc" elementGets the "subHide" elementGets the "supHide" elementbooleanisSetChr()True if has "chr" elementbooleanTrue if has "ctrlPr" elementbooleanTrue if has "grow" elementbooleanTrue if has "limLoc" elementbooleanTrue if has "subHide" elementbooleanTrue if has "supHide" elementvoidSets the "chr" elementvoidSets the "ctrlPr" elementvoidSets the "grow" elementvoidSets the "limLoc" elementvoidsetSubHide(CTOnOff subHide) Sets the "subHide" elementvoidsetSupHide(CTOnOff supHide) Sets the "supHide" elementvoidunsetChr()Unsets the "chr" elementvoidUnsets the "ctrlPr" elementvoidUnsets the "grow" elementvoidUnsets the "limLoc" elementvoidUnsets the "subHide" elementvoidUnsets the "supHide" 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
-
getChr
CTChar getChr()Gets the "chr" element -
isSetChr
boolean isSetChr()True if has "chr" element -
setChr
Sets the "chr" element -
addNewChr
CTChar addNewChr()Appends and returns a new empty "chr" element -
unsetChr
void unsetChr()Unsets the "chr" element -
getLimLoc
CTLimLoc getLimLoc()Gets the "limLoc" element -
isSetLimLoc
boolean isSetLimLoc()True if has "limLoc" element -
setLimLoc
Sets the "limLoc" element -
addNewLimLoc
CTLimLoc addNewLimLoc()Appends and returns a new empty "limLoc" element -
unsetLimLoc
void unsetLimLoc()Unsets the "limLoc" element -
getGrow
CTOnOff getGrow()Gets the "grow" element -
isSetGrow
boolean isSetGrow()True if has "grow" element -
setGrow
Sets the "grow" element -
addNewGrow
CTOnOff addNewGrow()Appends and returns a new empty "grow" element -
unsetGrow
void unsetGrow()Unsets the "grow" element -
getSubHide
CTOnOff getSubHide()Gets the "subHide" element -
isSetSubHide
boolean isSetSubHide()True if has "subHide" element -
setSubHide
Sets the "subHide" element -
addNewSubHide
CTOnOff addNewSubHide()Appends and returns a new empty "subHide" element -
unsetSubHide
void unsetSubHide()Unsets the "subHide" element -
getSupHide
CTOnOff getSupHide()Gets the "supHide" element -
isSetSupHide
boolean isSetSupHide()True if has "supHide" element -
setSupHide
Sets the "supHide" element -
addNewSupHide
CTOnOff addNewSupHide()Appends and returns a new empty "supHide" element -
unsetSupHide
void unsetSupHide()Unsets the "supHide" element -
getCtrlPr
CTCtrlPr getCtrlPr()Gets the "ctrlPr" element -
isSetCtrlPr
boolean isSetCtrlPr()True if has "ctrlPr" element -
setCtrlPr
Sets the "ctrlPr" element -
addNewCtrlPr
CTCtrlPr addNewCtrlPr()Appends and returns a new empty "ctrlPr" element -
unsetCtrlPr
void unsetCtrlPr()Unsets the "ctrlPr" element
-