public class CTMPr extends Object implements Child
Java class for CT_MPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="baseJc" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_YAlign" minOccurs="0"/>
<element name="plcHide" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="rSpRule" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_SpacingRule" minOccurs="0"/>
<element name="cGpRule" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_SpacingRule" minOccurs="0"/>
<element name="rSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_UnSignedInteger" minOccurs="0"/>
<element name="cSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_UnSignedInteger" minOccurs="0"/>
<element name="cGp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_UnSignedInteger" minOccurs="0"/>
<element name="mcs" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_MCS" minOccurs="0"/>
<element name="ctrlPr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_CtrlPr" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTYAlign |
baseJc |
protected CTUnSignedInteger |
cGp |
protected CTSpacingRule |
cGpRule |
protected CTUnSignedInteger |
cSp |
protected CTCtrlPr |
ctrlPr |
protected CTMCS |
mcs |
protected CTOnOff |
plcHide |
protected CTUnSignedInteger |
rSp |
protected CTSpacingRule |
rSpRule |
| Constructor and Description |
|---|
CTMPr() |
| 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.
|
CTYAlign |
getBaseJc()
Gets the value of the baseJc property.
|
CTUnSignedInteger |
getCGp()
Gets the value of the cGp property.
|
CTSpacingRule |
getCGpRule()
Gets the value of the cGpRule property.
|
CTUnSignedInteger |
getCSp()
Gets the value of the cSp property.
|
CTCtrlPr |
getCtrlPr()
Gets the value of the ctrlPr property.
|
CTMCS |
getMcs()
Gets the value of the mcs property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTOnOff |
getPlcHide()
Gets the value of the plcHide property.
|
CTUnSignedInteger |
getRSp()
Gets the value of the rSp property.
|
CTSpacingRule |
getRSpRule()
Gets the value of the rSpRule property.
|
void |
setBaseJc(CTYAlign value)
Sets the value of the baseJc property.
|
void |
setCGp(CTUnSignedInteger value)
Sets the value of the cGp property.
|
void |
setCGpRule(CTSpacingRule value)
Sets the value of the cGpRule property.
|
void |
setCSp(CTUnSignedInteger value)
Sets the value of the cSp property.
|
void |
setCtrlPr(CTCtrlPr value)
Sets the value of the ctrlPr property.
|
void |
setMcs(CTMCS value)
Sets the value of the mcs property.
|
void |
setParent(Object parent) |
void |
setPlcHide(CTOnOff value)
Sets the value of the plcHide property.
|
void |
setRSp(CTUnSignedInteger value)
Sets the value of the rSp property.
|
void |
setRSpRule(CTSpacingRule value)
Sets the value of the rSpRule property.
|
protected CTYAlign baseJc
protected CTOnOff plcHide
protected CTSpacingRule rSpRule
protected CTSpacingRule cGpRule
protected CTUnSignedInteger rSp
protected CTUnSignedInteger cSp
protected CTUnSignedInteger cGp
protected CTMCS mcs
protected CTCtrlPr ctrlPr
public CTYAlign getBaseJc()
CTYAlignpublic void setBaseJc(CTYAlign value)
value - allowed object is
CTYAlignpublic CTOnOff getPlcHide()
CTOnOffpublic void setPlcHide(CTOnOff value)
value - allowed object is
CTOnOffpublic CTSpacingRule getRSpRule()
CTSpacingRulepublic void setRSpRule(CTSpacingRule value)
value - allowed object is
CTSpacingRulepublic CTSpacingRule getCGpRule()
CTSpacingRulepublic void setCGpRule(CTSpacingRule value)
value - allowed object is
CTSpacingRulepublic CTUnSignedInteger getRSp()
CTUnSignedIntegerpublic void setRSp(CTUnSignedInteger value)
value - allowed object is
CTUnSignedIntegerpublic CTUnSignedInteger getCSp()
CTUnSignedIntegerpublic void setCSp(CTUnSignedInteger value)
value - allowed object is
CTUnSignedIntegerpublic CTUnSignedInteger getCGp()
CTUnSignedIntegerpublic void setCGp(CTUnSignedInteger value)
value - allowed object is
CTUnSignedIntegerpublic void setMcs(CTMCS value)
value - allowed object is
CTMCSpublic CTCtrlPr getCtrlPr()
CTCtrlPrpublic void setCtrlPr(CTCtrlPr value)
value - allowed object is
CTCtrlPrpublic 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-2022. All Rights Reserved.