public class CTEqArrPr extends Object implements Child
Java class for CT_EqArrPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EqArrPr">
<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="maxDist" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="objDist" 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="rSp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_UnSignedInteger" 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 CTCtrlPr |
ctrlPr |
protected CTOnOff |
maxDist |
protected CTOnOff |
objDist |
protected CTUnSignedInteger |
rSp |
protected CTSpacingRule |
rSpRule |
| Constructor and Description |
|---|
CTEqArrPr() |
| 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.
|
CTCtrlPr |
getCtrlPr()
Gets the value of the ctrlPr property.
|
CTOnOff |
getMaxDist()
Gets the value of the maxDist property.
|
CTOnOff |
getObjDist()
Gets the value of the objDist property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setCtrlPr(CTCtrlPr value)
Sets the value of the ctrlPr property.
|
void |
setMaxDist(CTOnOff value)
Sets the value of the maxDist property.
|
void |
setObjDist(CTOnOff value)
Sets the value of the objDist property.
|
void |
setParent(Object parent) |
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 maxDist
protected CTOnOff objDist
protected CTSpacingRule rSpRule
protected CTUnSignedInteger rSp
protected CTCtrlPr ctrlPr
public CTYAlign getBaseJc()
CTYAlignpublic void setBaseJc(CTYAlign value)
value - allowed object is
CTYAlignpublic CTOnOff getMaxDist()
CTOnOffpublic void setMaxDist(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getObjDist()
CTOnOffpublic void setObjDist(CTOnOff value)
value - allowed object is
CTOnOffpublic CTSpacingRule getRSpRule()
CTSpacingRulepublic void setRSpRule(CTSpacingRule value)
value - allowed object is
CTSpacingRulepublic CTUnSignedInteger getRSp()
CTUnSignedIntegerpublic void setRSp(CTUnSignedInteger value)
value - allowed object is
CTUnSignedIntegerpublic 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-2020. All Rights Reserved.