Interface CTNaryPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTNaryPr extends XmlObject
An XML CT_NaryPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTNaryPr>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 CTCharaddNewChr()Appends and returns a new empty "chr" elementCTCtrlPraddNewCtrlPr()Appends and returns a new empty "ctrlPr" elementCTOnOffaddNewGrow()Appends and returns a new empty "grow" elementCTLimLocaddNewLimLoc()Appends and returns a new empty "limLoc" elementCTOnOffaddNewSubHide()Appends and returns a new empty "subHide" elementCTOnOffaddNewSupHide()Appends and returns a new empty "supHide" elementCTChargetChr()Gets the "chr" elementCTCtrlPrgetCtrlPr()Gets the "ctrlPr" elementCTOnOffgetGrow()Gets the "grow" elementCTLimLocgetLimLoc()Gets the "limLoc" elementCTOnOffgetSubHide()Gets the "subHide" elementCTOnOffgetSupHide()Gets the "supHide" elementbooleanisSetChr()True if has "chr" elementbooleanisSetCtrlPr()True if has "ctrlPr" elementbooleanisSetGrow()True if has "grow" elementbooleanisSetLimLoc()True if has "limLoc" elementbooleanisSetSubHide()True if has "subHide" elementbooleanisSetSupHide()True if has "supHide" elementvoidsetChr(CTChar chr)Sets the "chr" elementvoidsetCtrlPr(CTCtrlPr ctrlPr)Sets the "ctrlPr" elementvoidsetGrow(CTOnOff grow)Sets the "grow" elementvoidsetLimLoc(CTLimLoc limLoc)Sets the "limLoc" elementvoidsetSubHide(CTOnOff subHide)Sets the "subHide" elementvoidsetSupHide(CTOnOff supHide)Sets the "supHide" elementvoidunsetChr()Unsets the "chr" elementvoidunsetCtrlPr()Unsets the "ctrlPr" elementvoidunsetGrow()Unsets the "grow" elementvoidunsetLimLoc()Unsets the "limLoc" elementvoidunsetSubHide()Unsets the "subHide" elementvoidunsetSupHide()Unsets the "supHide" 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<CTNaryPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getChr
CTChar getChr()
Gets the "chr" element
-
isSetChr
boolean isSetChr()
True if has "chr" element
-
setChr
void setChr(CTChar chr)
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
void setLimLoc(CTLimLoc limLoc)
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
void setGrow(CTOnOff grow)
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
void setSubHide(CTOnOff subHide)
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
void setSupHide(CTOnOff supHide)
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
void setCtrlPr(CTCtrlPr ctrlPr)
Sets the "ctrlPr" element
-
addNewCtrlPr
CTCtrlPr addNewCtrlPr()
Appends and returns a new empty "ctrlPr" element
-
unsetCtrlPr
void unsetCtrlPr()
Unsets the "ctrlPr" element
-
-