Interface CTMathPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMathPr extends XmlObject
An XML CT_MathPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTMathPr>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 CTBreakBinaddNewBrkBin()Appends and returns a new empty "brkBin" elementCTBreakBinSubaddNewBrkBinSub()Appends and returns a new empty "brkBinSub" elementCTOMathJcaddNewDefJc()Appends and returns a new empty "defJc" elementCTOnOffaddNewDispDef()Appends and returns a new empty "dispDef" elementCTTwipsMeasureaddNewInterSp()Appends and returns a new empty "interSp" elementCTLimLocaddNewIntLim()Appends and returns a new empty "intLim" elementCTTwipsMeasureaddNewIntraSp()Appends and returns a new empty "intraSp" elementCTTwipsMeasureaddNewLMargin()Appends and returns a new empty "lMargin" elementCTStringaddNewMathFont()Appends and returns a new empty "mathFont" elementCTLimLocaddNewNaryLim()Appends and returns a new empty "naryLim" elementCTTwipsMeasureaddNewPostSp()Appends and returns a new empty "postSp" elementCTTwipsMeasureaddNewPreSp()Appends and returns a new empty "preSp" elementCTTwipsMeasureaddNewRMargin()Appends and returns a new empty "rMargin" elementCTOnOffaddNewSmallFrac()Appends and returns a new empty "smallFrac" elementCTTwipsMeasureaddNewWrapIndent()Appends and returns a new empty "wrapIndent" elementCTOnOffaddNewWrapRight()Appends and returns a new empty "wrapRight" elementCTBreakBingetBrkBin()Gets the "brkBin" elementCTBreakBinSubgetBrkBinSub()Gets the "brkBinSub" elementCTOMathJcgetDefJc()Gets the "defJc" elementCTOnOffgetDispDef()Gets the "dispDef" elementCTTwipsMeasuregetInterSp()Gets the "interSp" elementCTLimLocgetIntLim()Gets the "intLim" elementCTTwipsMeasuregetIntraSp()Gets the "intraSp" elementCTTwipsMeasuregetLMargin()Gets the "lMargin" elementCTStringgetMathFont()Gets the "mathFont" elementCTLimLocgetNaryLim()Gets the "naryLim" elementCTTwipsMeasuregetPostSp()Gets the "postSp" elementCTTwipsMeasuregetPreSp()Gets the "preSp" elementCTTwipsMeasuregetRMargin()Gets the "rMargin" elementCTOnOffgetSmallFrac()Gets the "smallFrac" elementCTTwipsMeasuregetWrapIndent()Gets the "wrapIndent" elementCTOnOffgetWrapRight()Gets the "wrapRight" elementbooleanisSetBrkBin()True if has "brkBin" elementbooleanisSetBrkBinSub()True if has "brkBinSub" elementbooleanisSetDefJc()True if has "defJc" elementbooleanisSetDispDef()True if has "dispDef" elementbooleanisSetInterSp()True if has "interSp" elementbooleanisSetIntLim()True if has "intLim" elementbooleanisSetIntraSp()True if has "intraSp" elementbooleanisSetLMargin()True if has "lMargin" elementbooleanisSetMathFont()True if has "mathFont" elementbooleanisSetNaryLim()True if has "naryLim" elementbooleanisSetPostSp()True if has "postSp" elementbooleanisSetPreSp()True if has "preSp" elementbooleanisSetRMargin()True if has "rMargin" elementbooleanisSetSmallFrac()True if has "smallFrac" elementbooleanisSetWrapIndent()True if has "wrapIndent" elementbooleanisSetWrapRight()True if has "wrapRight" elementvoidsetBrkBin(CTBreakBin brkBin)Sets the "brkBin" elementvoidsetBrkBinSub(CTBreakBinSub brkBinSub)Sets the "brkBinSub" elementvoidsetDefJc(CTOMathJc defJc)Sets the "defJc" elementvoidsetDispDef(CTOnOff dispDef)Sets the "dispDef" elementvoidsetInterSp(CTTwipsMeasure interSp)Sets the "interSp" elementvoidsetIntLim(CTLimLoc intLim)Sets the "intLim" elementvoidsetIntraSp(CTTwipsMeasure intraSp)Sets the "intraSp" elementvoidsetLMargin(CTTwipsMeasure lMargin)Sets the "lMargin" elementvoidsetMathFont(CTString mathFont)Sets the "mathFont" elementvoidsetNaryLim(CTLimLoc naryLim)Sets the "naryLim" elementvoidsetPostSp(CTTwipsMeasure postSp)Sets the "postSp" elementvoidsetPreSp(CTTwipsMeasure preSp)Sets the "preSp" elementvoidsetRMargin(CTTwipsMeasure rMargin)Sets the "rMargin" elementvoidsetSmallFrac(CTOnOff smallFrac)Sets the "smallFrac" elementvoidsetWrapIndent(CTTwipsMeasure wrapIndent)Sets the "wrapIndent" elementvoidsetWrapRight(CTOnOff wrapRight)Sets the "wrapRight" elementvoidunsetBrkBin()Unsets the "brkBin" elementvoidunsetBrkBinSub()Unsets the "brkBinSub" elementvoidunsetDefJc()Unsets the "defJc" elementvoidunsetDispDef()Unsets the "dispDef" elementvoidunsetInterSp()Unsets the "interSp" elementvoidunsetIntLim()Unsets the "intLim" elementvoidunsetIntraSp()Unsets the "intraSp" elementvoidunsetLMargin()Unsets the "lMargin" elementvoidunsetMathFont()Unsets the "mathFont" elementvoidunsetNaryLim()Unsets the "naryLim" elementvoidunsetPostSp()Unsets the "postSp" elementvoidunsetPreSp()Unsets the "preSp" elementvoidunsetRMargin()Unsets the "rMargin" elementvoidunsetSmallFrac()Unsets the "smallFrac" elementvoidunsetWrapIndent()Unsets the "wrapIndent" elementvoidunsetWrapRight()Unsets the "wrapRight" 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<CTMathPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getMathFont
CTString getMathFont()
Gets the "mathFont" element
-
isSetMathFont
boolean isSetMathFont()
True if has "mathFont" element
-
setMathFont
void setMathFont(CTString mathFont)
Sets the "mathFont" element
-
addNewMathFont
CTString addNewMathFont()
Appends and returns a new empty "mathFont" element
-
unsetMathFont
void unsetMathFont()
Unsets the "mathFont" element
-
getBrkBin
CTBreakBin getBrkBin()
Gets the "brkBin" element
-
isSetBrkBin
boolean isSetBrkBin()
True if has "brkBin" element
-
setBrkBin
void setBrkBin(CTBreakBin brkBin)
Sets the "brkBin" element
-
addNewBrkBin
CTBreakBin addNewBrkBin()
Appends and returns a new empty "brkBin" element
-
unsetBrkBin
void unsetBrkBin()
Unsets the "brkBin" element
-
getBrkBinSub
CTBreakBinSub getBrkBinSub()
Gets the "brkBinSub" element
-
isSetBrkBinSub
boolean isSetBrkBinSub()
True if has "brkBinSub" element
-
setBrkBinSub
void setBrkBinSub(CTBreakBinSub brkBinSub)
Sets the "brkBinSub" element
-
addNewBrkBinSub
CTBreakBinSub addNewBrkBinSub()
Appends and returns a new empty "brkBinSub" element
-
unsetBrkBinSub
void unsetBrkBinSub()
Unsets the "brkBinSub" element
-
getSmallFrac
CTOnOff getSmallFrac()
Gets the "smallFrac" element
-
isSetSmallFrac
boolean isSetSmallFrac()
True if has "smallFrac" element
-
setSmallFrac
void setSmallFrac(CTOnOff smallFrac)
Sets the "smallFrac" element
-
addNewSmallFrac
CTOnOff addNewSmallFrac()
Appends and returns a new empty "smallFrac" element
-
unsetSmallFrac
void unsetSmallFrac()
Unsets the "smallFrac" element
-
getDispDef
CTOnOff getDispDef()
Gets the "dispDef" element
-
isSetDispDef
boolean isSetDispDef()
True if has "dispDef" element
-
setDispDef
void setDispDef(CTOnOff dispDef)
Sets the "dispDef" element
-
addNewDispDef
CTOnOff addNewDispDef()
Appends and returns a new empty "dispDef" element
-
unsetDispDef
void unsetDispDef()
Unsets the "dispDef" element
-
getLMargin
CTTwipsMeasure getLMargin()
Gets the "lMargin" element
-
isSetLMargin
boolean isSetLMargin()
True if has "lMargin" element
-
setLMargin
void setLMargin(CTTwipsMeasure lMargin)
Sets the "lMargin" element
-
addNewLMargin
CTTwipsMeasure addNewLMargin()
Appends and returns a new empty "lMargin" element
-
unsetLMargin
void unsetLMargin()
Unsets the "lMargin" element
-
getRMargin
CTTwipsMeasure getRMargin()
Gets the "rMargin" element
-
isSetRMargin
boolean isSetRMargin()
True if has "rMargin" element
-
setRMargin
void setRMargin(CTTwipsMeasure rMargin)
Sets the "rMargin" element
-
addNewRMargin
CTTwipsMeasure addNewRMargin()
Appends and returns a new empty "rMargin" element
-
unsetRMargin
void unsetRMargin()
Unsets the "rMargin" element
-
getDefJc
CTOMathJc getDefJc()
Gets the "defJc" element
-
isSetDefJc
boolean isSetDefJc()
True if has "defJc" element
-
setDefJc
void setDefJc(CTOMathJc defJc)
Sets the "defJc" element
-
addNewDefJc
CTOMathJc addNewDefJc()
Appends and returns a new empty "defJc" element
-
unsetDefJc
void unsetDefJc()
Unsets the "defJc" element
-
getPreSp
CTTwipsMeasure getPreSp()
Gets the "preSp" element
-
isSetPreSp
boolean isSetPreSp()
True if has "preSp" element
-
setPreSp
void setPreSp(CTTwipsMeasure preSp)
Sets the "preSp" element
-
addNewPreSp
CTTwipsMeasure addNewPreSp()
Appends and returns a new empty "preSp" element
-
unsetPreSp
void unsetPreSp()
Unsets the "preSp" element
-
getPostSp
CTTwipsMeasure getPostSp()
Gets the "postSp" element
-
isSetPostSp
boolean isSetPostSp()
True if has "postSp" element
-
setPostSp
void setPostSp(CTTwipsMeasure postSp)
Sets the "postSp" element
-
addNewPostSp
CTTwipsMeasure addNewPostSp()
Appends and returns a new empty "postSp" element
-
unsetPostSp
void unsetPostSp()
Unsets the "postSp" element
-
getInterSp
CTTwipsMeasure getInterSp()
Gets the "interSp" element
-
isSetInterSp
boolean isSetInterSp()
True if has "interSp" element
-
setInterSp
void setInterSp(CTTwipsMeasure interSp)
Sets the "interSp" element
-
addNewInterSp
CTTwipsMeasure addNewInterSp()
Appends and returns a new empty "interSp" element
-
unsetInterSp
void unsetInterSp()
Unsets the "interSp" element
-
getIntraSp
CTTwipsMeasure getIntraSp()
Gets the "intraSp" element
-
isSetIntraSp
boolean isSetIntraSp()
True if has "intraSp" element
-
setIntraSp
void setIntraSp(CTTwipsMeasure intraSp)
Sets the "intraSp" element
-
addNewIntraSp
CTTwipsMeasure addNewIntraSp()
Appends and returns a new empty "intraSp" element
-
unsetIntraSp
void unsetIntraSp()
Unsets the "intraSp" element
-
getWrapIndent
CTTwipsMeasure getWrapIndent()
Gets the "wrapIndent" element
-
isSetWrapIndent
boolean isSetWrapIndent()
True if has "wrapIndent" element
-
setWrapIndent
void setWrapIndent(CTTwipsMeasure wrapIndent)
Sets the "wrapIndent" element
-
addNewWrapIndent
CTTwipsMeasure addNewWrapIndent()
Appends and returns a new empty "wrapIndent" element
-
unsetWrapIndent
void unsetWrapIndent()
Unsets the "wrapIndent" element
-
getWrapRight
CTOnOff getWrapRight()
Gets the "wrapRight" element
-
isSetWrapRight
boolean isSetWrapRight()
True if has "wrapRight" element
-
setWrapRight
void setWrapRight(CTOnOff wrapRight)
Sets the "wrapRight" element
-
addNewWrapRight
CTOnOff addNewWrapRight()
Appends and returns a new empty "wrapRight" element
-
unsetWrapRight
void unsetWrapRight()
Unsets the "wrapRight" element
-
getIntLim
CTLimLoc getIntLim()
Gets the "intLim" element
-
isSetIntLim
boolean isSetIntLim()
True if has "intLim" element
-
setIntLim
void setIntLim(CTLimLoc intLim)
Sets the "intLim" element
-
addNewIntLim
CTLimLoc addNewIntLim()
Appends and returns a new empty "intLim" element
-
unsetIntLim
void unsetIntLim()
Unsets the "intLim" element
-
getNaryLim
CTLimLoc getNaryLim()
Gets the "naryLim" element
-
isSetNaryLim
boolean isSetNaryLim()
True if has "naryLim" element
-
setNaryLim
void setNaryLim(CTLimLoc naryLim)
Sets the "naryLim" element
-
addNewNaryLim
CTLimLoc addNewNaryLim()
Appends and returns a new empty "naryLim" element
-
unsetNaryLim
void unsetNaryLim()
Unsets the "naryLim" element
-
-