Interface CTEqArrPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTEqArrPr extends XmlObject
An XML CT_EqArrPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTEqArrPr>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 CTYAlignaddNewBaseJc()Appends and returns a new empty "baseJc" elementCTCtrlPraddNewCtrlPr()Appends and returns a new empty "ctrlPr" elementCTOnOffaddNewMaxDist()Appends and returns a new empty "maxDist" elementCTOnOffaddNewObjDist()Appends and returns a new empty "objDist" elementCTUnSignedIntegeraddNewRSp()Appends and returns a new empty "rSp" elementCTSpacingRuleaddNewRSpRule()Appends and returns a new empty "rSpRule" elementCTYAligngetBaseJc()Gets the "baseJc" elementCTCtrlPrgetCtrlPr()Gets the "ctrlPr" elementCTOnOffgetMaxDist()Gets the "maxDist" elementCTOnOffgetObjDist()Gets the "objDist" elementCTUnSignedIntegergetRSp()Gets the "rSp" elementCTSpacingRulegetRSpRule()Gets the "rSpRule" elementbooleanisSetBaseJc()True if has "baseJc" elementbooleanisSetCtrlPr()True if has "ctrlPr" elementbooleanisSetMaxDist()True if has "maxDist" elementbooleanisSetObjDist()True if has "objDist" elementbooleanisSetRSp()True if has "rSp" elementbooleanisSetRSpRule()True if has "rSpRule" elementvoidsetBaseJc(CTYAlign baseJc)Sets the "baseJc" elementvoidsetCtrlPr(CTCtrlPr ctrlPr)Sets the "ctrlPr" elementvoidsetMaxDist(CTOnOff maxDist)Sets the "maxDist" elementvoidsetObjDist(CTOnOff objDist)Sets the "objDist" elementvoidsetRSp(CTUnSignedInteger rSp)Sets the "rSp" elementvoidsetRSpRule(CTSpacingRule rSpRule)Sets the "rSpRule" elementvoidunsetBaseJc()Unsets the "baseJc" elementvoidunsetCtrlPr()Unsets the "ctrlPr" elementvoidunsetMaxDist()Unsets the "maxDist" elementvoidunsetObjDist()Unsets the "objDist" elementvoidunsetRSp()Unsets the "rSp" elementvoidunsetRSpRule()Unsets the "rSpRule" 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<CTEqArrPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBaseJc
CTYAlign getBaseJc()
Gets the "baseJc" element
-
isSetBaseJc
boolean isSetBaseJc()
True if has "baseJc" element
-
setBaseJc
void setBaseJc(CTYAlign baseJc)
Sets the "baseJc" element
-
addNewBaseJc
CTYAlign addNewBaseJc()
Appends and returns a new empty "baseJc" element
-
unsetBaseJc
void unsetBaseJc()
Unsets the "baseJc" element
-
getMaxDist
CTOnOff getMaxDist()
Gets the "maxDist" element
-
isSetMaxDist
boolean isSetMaxDist()
True if has "maxDist" element
-
setMaxDist
void setMaxDist(CTOnOff maxDist)
Sets the "maxDist" element
-
addNewMaxDist
CTOnOff addNewMaxDist()
Appends and returns a new empty "maxDist" element
-
unsetMaxDist
void unsetMaxDist()
Unsets the "maxDist" element
-
getObjDist
CTOnOff getObjDist()
Gets the "objDist" element
-
isSetObjDist
boolean isSetObjDist()
True if has "objDist" element
-
setObjDist
void setObjDist(CTOnOff objDist)
Sets the "objDist" element
-
addNewObjDist
CTOnOff addNewObjDist()
Appends and returns a new empty "objDist" element
-
unsetObjDist
void unsetObjDist()
Unsets the "objDist" element
-
getRSpRule
CTSpacingRule getRSpRule()
Gets the "rSpRule" element
-
isSetRSpRule
boolean isSetRSpRule()
True if has "rSpRule" element
-
setRSpRule
void setRSpRule(CTSpacingRule rSpRule)
Sets the "rSpRule" element
-
addNewRSpRule
CTSpacingRule addNewRSpRule()
Appends and returns a new empty "rSpRule" element
-
unsetRSpRule
void unsetRSpRule()
Unsets the "rSpRule" element
-
getRSp
CTUnSignedInteger getRSp()
Gets the "rSp" element
-
isSetRSp
boolean isSetRSp()
True if has "rSp" element
-
setRSp
void setRSp(CTUnSignedInteger rSp)
Sets the "rSp" element
-
addNewRSp
CTUnSignedInteger addNewRSp()
Appends and returns a new empty "rSp" element
-
unsetRSp
void unsetRSp()
Unsets the "rSp" 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
-
-