Interface CTEqArrPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EqArrPr(@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 "baseJc" elementAppends and returns a new empty "ctrlPr" elementAppends and returns a new empty "maxDist" elementAppends and returns a new empty "objDist" elementAppends and returns a new empty "rSp" elementAppends and returns a new empty "rSpRule" elementGets the "baseJc" elementGets the "ctrlPr" elementGets the "maxDist" elementGets the "objDist" elementgetRSp()Gets the "rSp" elementGets the "rSpRule" elementbooleanTrue if has "baseJc" elementbooleanTrue if has "ctrlPr" elementbooleanTrue if has "maxDist" elementbooleanTrue if has "objDist" elementbooleanisSetRSp()True if has "rSp" elementbooleanTrue if has "rSpRule" elementvoidSets the "baseJc" elementvoidSets 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" elementvoidUnsets the "baseJc" elementvoidUnsets the "ctrlPr" elementvoidUnsets the "maxDist" elementvoidUnsets the "objDist" elementvoidunsetRSp()Unsets the "rSp" elementvoidUnsets the "rSpRule" 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
-
getBaseJc
CTYAlign getBaseJc()Gets the "baseJc" element -
isSetBaseJc
boolean isSetBaseJc()True if has "baseJc" element -
setBaseJc
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
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
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
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
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
Sets the "ctrlPr" element -
addNewCtrlPr
CTCtrlPr addNewCtrlPr()Appends and returns a new empty "ctrlPr" element -
unsetCtrlPr
void unsetCtrlPr()Unsets the "ctrlPr" element
-