public class CTMathPr extends Object implements Child
Java class for CT_MathPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MathPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mathFont" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_String" minOccurs="0"/> <element name="brkBin" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_BreakBin" minOccurs="0"/> <element name="brkBinSub" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_BreakBinSub" minOccurs="0"/> <element name="smallFrac" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/> <element name="dispDef" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/> <element name="lMargin" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <element name="rMargin" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <element name="defJc" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OMathJc" minOccurs="0"/> <element name="preSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <element name="postSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <element name="interSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <element name="intraSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure" minOccurs="0"/> <choice minOccurs="0"> <element name="wrapIndent" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_TwipsMeasure"/> <element name="wrapRight" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff"/> </choice> <element name="intLim" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_LimLoc" minOccurs="0"/> <element name="naryLim" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_LimLoc" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTBreakBin |
brkBin |
protected CTBreakBinSub |
brkBinSub |
protected CTOMathJc |
defJc |
protected CTOnOff |
dispDef |
protected CTTwipsMeasure |
interSp |
protected CTLimLoc |
intLim |
protected CTTwipsMeasure |
intraSp |
protected CTTwipsMeasure |
lMargin |
protected CTString |
mathFont |
protected CTLimLoc |
naryLim |
protected CTTwipsMeasure |
postSp |
protected CTTwipsMeasure |
preSp |
protected CTTwipsMeasure |
rMargin |
protected CTOnOff |
smallFrac |
protected CTTwipsMeasure |
wrapIndent |
protected CTOnOff |
wrapRight |
Constructor and Description |
---|
CTMathPr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBreakBin |
getBrkBin()
Gets the value of the brkBin property.
|
CTBreakBinSub |
getBrkBinSub()
Gets the value of the brkBinSub property.
|
CTOMathJc |
getDefJc()
Gets the value of the defJc property.
|
CTOnOff |
getDispDef()
Gets the value of the dispDef property.
|
CTTwipsMeasure |
getInterSp()
Gets the value of the interSp property.
|
CTLimLoc |
getIntLim()
Gets the value of the intLim property.
|
CTTwipsMeasure |
getIntraSp()
Gets the value of the intraSp property.
|
CTTwipsMeasure |
getLMargin()
Gets the value of the lMargin property.
|
CTString |
getMathFont()
Gets the value of the mathFont property.
|
CTLimLoc |
getNaryLim()
Gets the value of the naryLim property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTwipsMeasure |
getPostSp()
Gets the value of the postSp property.
|
CTTwipsMeasure |
getPreSp()
Gets the value of the preSp property.
|
CTTwipsMeasure |
getRMargin()
Gets the value of the rMargin property.
|
CTOnOff |
getSmallFrac()
Gets the value of the smallFrac property.
|
CTTwipsMeasure |
getWrapIndent()
Gets the value of the wrapIndent property.
|
CTOnOff |
getWrapRight()
Gets the value of the wrapRight property.
|
void |
setBrkBin(CTBreakBin value)
Sets the value of the brkBin property.
|
void |
setBrkBinSub(CTBreakBinSub value)
Sets the value of the brkBinSub property.
|
void |
setDefJc(CTOMathJc value)
Sets the value of the defJc property.
|
void |
setDispDef(CTOnOff value)
Sets the value of the dispDef property.
|
void |
setInterSp(CTTwipsMeasure value)
Sets the value of the interSp property.
|
void |
setIntLim(CTLimLoc value)
Sets the value of the intLim property.
|
void |
setIntraSp(CTTwipsMeasure value)
Sets the value of the intraSp property.
|
void |
setLMargin(CTTwipsMeasure value)
Sets the value of the lMargin property.
|
void |
setMathFont(CTString value)
Sets the value of the mathFont property.
|
void |
setNaryLim(CTLimLoc value)
Sets the value of the naryLim property.
|
void |
setParent(Object parent) |
void |
setPostSp(CTTwipsMeasure value)
Sets the value of the postSp property.
|
void |
setPreSp(CTTwipsMeasure value)
Sets the value of the preSp property.
|
void |
setRMargin(CTTwipsMeasure value)
Sets the value of the rMargin property.
|
void |
setSmallFrac(CTOnOff value)
Sets the value of the smallFrac property.
|
void |
setWrapIndent(CTTwipsMeasure value)
Sets the value of the wrapIndent property.
|
void |
setWrapRight(CTOnOff value)
Sets the value of the wrapRight property.
|
protected CTString mathFont
protected CTBreakBin brkBin
protected CTBreakBinSub brkBinSub
protected CTOnOff smallFrac
protected CTOnOff dispDef
protected CTTwipsMeasure lMargin
protected CTTwipsMeasure rMargin
protected CTOMathJc defJc
protected CTTwipsMeasure preSp
protected CTTwipsMeasure postSp
protected CTTwipsMeasure interSp
protected CTTwipsMeasure intraSp
protected CTTwipsMeasure wrapIndent
protected CTOnOff wrapRight
protected CTLimLoc intLim
protected CTLimLoc naryLim
public CTString getMathFont()
CTString
public void setMathFont(CTString value)
value
- allowed object is
CTString
public CTBreakBin getBrkBin()
CTBreakBin
public void setBrkBin(CTBreakBin value)
value
- allowed object is
CTBreakBin
public CTBreakBinSub getBrkBinSub()
CTBreakBinSub
public void setBrkBinSub(CTBreakBinSub value)
value
- allowed object is
CTBreakBinSub
public CTOnOff getSmallFrac()
CTOnOff
public void setSmallFrac(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getDispDef()
CTOnOff
public void setDispDef(CTOnOff value)
value
- allowed object is
CTOnOff
public CTTwipsMeasure getLMargin()
CTTwipsMeasure
public void setLMargin(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTTwipsMeasure getRMargin()
CTTwipsMeasure
public void setRMargin(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTOMathJc getDefJc()
CTOMathJc
public void setDefJc(CTOMathJc value)
value
- allowed object is
CTOMathJc
public CTTwipsMeasure getPreSp()
CTTwipsMeasure
public void setPreSp(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTTwipsMeasure getPostSp()
CTTwipsMeasure
public void setPostSp(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTTwipsMeasure getInterSp()
CTTwipsMeasure
public void setInterSp(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTTwipsMeasure getIntraSp()
CTTwipsMeasure
public void setIntraSp(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTTwipsMeasure getWrapIndent()
CTTwipsMeasure
public void setWrapIndent(CTTwipsMeasure value)
value
- allowed object is
CTTwipsMeasure
public CTOnOff getWrapRight()
CTOnOff
public void setWrapRight(CTOnOff value)
value
- allowed object is
CTOnOff
public CTLimLoc getIntLim()
CTLimLoc
public void setIntLim(CTLimLoc value)
value
- allowed object is
CTLimLoc
public CTLimLoc getNaryLim()
CTLimLoc
public void setNaryLim(CTLimLoc value)
value
- allowed object is
CTLimLoc
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.