Package org.docx4j.math
Class CTMPr
java.lang.Object
org.docx4j.math.CTMPr
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTYAlignprotected CTUnSignedIntegerprotected CTSpacingRuleprotected CTUnSignedIntegerprotected CTCtrlPrprotected CTMCSprotected CTOnOffprotected CTUnSignedIntegerprotected CTSpacingRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the baseJc property.getCGp()Gets the value of the cGp property.Gets the value of the cGpRule property.getCSp()Gets the value of the cSp property.Gets the value of the ctrlPr property.getMcs()Gets the value of the mcs property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the plcHide property.getRSp()Gets the value of the rSp property.Gets the value of the rSpRule property.voidSets the value of the baseJc property.voidsetCGp(CTUnSignedInteger value) Sets the value of the cGp property.voidsetCGpRule(CTSpacingRule value) Sets the value of the cGpRule property.voidsetCSp(CTUnSignedInteger value) Sets the value of the cSp property.voidSets the value of the ctrlPr property.voidSets the value of the mcs property.voidvoidsetPlcHide(CTOnOff value) Sets the value of the plcHide property.voidsetRSp(CTUnSignedInteger value) Sets the value of the rSp property.voidsetRSpRule(CTSpacingRule value) Sets the value of the rSpRule property.
-
Field Details
-
baseJc
-
plcHide
-
rSpRule
-
cGpRule
-
rSp
-
cSp
-
cGp
-
mcs
-
ctrlPr
-
-
Constructor Details
-
CTMPr
public CTMPr()
-
-
Method Details
-
getBaseJc
Gets the value of the baseJc property.- Returns:
- possible object is
CTYAlign
-
setBaseJc
Sets the value of the baseJc property.- Parameters:
value- allowed object isCTYAlign
-
getPlcHide
Gets the value of the plcHide property.- Returns:
- possible object is
CTOnOff
-
setPlcHide
Sets the value of the plcHide property.- Parameters:
value- allowed object isCTOnOff
-
getRSpRule
Gets the value of the rSpRule property.- Returns:
- possible object is
CTSpacingRule
-
setRSpRule
Sets the value of the rSpRule property.- Parameters:
value- allowed object isCTSpacingRule
-
getCGpRule
Gets the value of the cGpRule property.- Returns:
- possible object is
CTSpacingRule
-
setCGpRule
Sets the value of the cGpRule property.- Parameters:
value- allowed object isCTSpacingRule
-
getRSp
Gets the value of the rSp property.- Returns:
- possible object is
CTUnSignedInteger
-
setRSp
Sets the value of the rSp property.- Parameters:
value- allowed object isCTUnSignedInteger
-
getCSp
Gets the value of the cSp property.- Returns:
- possible object is
CTUnSignedInteger
-
setCSp
Sets the value of the cSp property.- Parameters:
value- allowed object isCTUnSignedInteger
-
getCGp
Gets the value of the cGp property.- Returns:
- possible object is
CTUnSignedInteger
-
setCGp
Sets the value of the cGp property.- Parameters:
value- allowed object isCTUnSignedInteger
-
getMcs
Gets the value of the mcs property.- Returns:
- possible object is
CTMCS
-
setMcs
Sets the value of the mcs property.- Parameters:
value- allowed object isCTMCS
-
getCtrlPr
Gets the value of the ctrlPr property.- Returns:
- possible object is
CTCtrlPr
-
setCtrlPr
Sets the value of the ctrlPr property.- Parameters:
value- allowed object isCTCtrlPr
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-