Class CTMPr

java.lang.Object
org.docx4j.math.CTMPr
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTMPr

      public CTMPr()
  • Method Details

    • getBaseJc

      public CTYAlign getBaseJc()
      Gets the value of the baseJc property.
      Returns:
      possible object is CTYAlign
    • setBaseJc

      public void setBaseJc(CTYAlign value)
      Sets the value of the baseJc property.
      Parameters:
      value - allowed object is CTYAlign
    • getPlcHide

      public CTOnOff getPlcHide()
      Gets the value of the plcHide property.
      Returns:
      possible object is CTOnOff
    • setPlcHide

      public void setPlcHide(CTOnOff value)
      Sets the value of the plcHide property.
      Parameters:
      value - allowed object is CTOnOff
    • getRSpRule

      public CTSpacingRule getRSpRule()
      Gets the value of the rSpRule property.
      Returns:
      possible object is CTSpacingRule
    • setRSpRule

      public void setRSpRule(CTSpacingRule value)
      Sets the value of the rSpRule property.
      Parameters:
      value - allowed object is CTSpacingRule
    • getCGpRule

      public CTSpacingRule getCGpRule()
      Gets the value of the cGpRule property.
      Returns:
      possible object is CTSpacingRule
    • setCGpRule

      public void setCGpRule(CTSpacingRule value)
      Sets the value of the cGpRule property.
      Parameters:
      value - allowed object is CTSpacingRule
    • getRSp

      public CTUnSignedInteger getRSp()
      Gets the value of the rSp property.
      Returns:
      possible object is CTUnSignedInteger
    • setRSp

      public void setRSp(CTUnSignedInteger value)
      Sets the value of the rSp property.
      Parameters:
      value - allowed object is CTUnSignedInteger
    • getCSp

      public CTUnSignedInteger getCSp()
      Gets the value of the cSp property.
      Returns:
      possible object is CTUnSignedInteger
    • setCSp

      public void setCSp(CTUnSignedInteger value)
      Sets the value of the cSp property.
      Parameters:
      value - allowed object is CTUnSignedInteger
    • getCGp

      public CTUnSignedInteger getCGp()
      Gets the value of the cGp property.
      Returns:
      possible object is CTUnSignedInteger
    • setCGp

      public void setCGp(CTUnSignedInteger value)
      Sets the value of the cGp property.
      Parameters:
      value - allowed object is CTUnSignedInteger
    • getMcs

      public CTMCS getMcs()
      Gets the value of the mcs property.
      Returns:
      possible object is CTMCS
    • setMcs

      public void setMcs(CTMCS value)
      Sets the value of the mcs property.
      Parameters:
      value - allowed object is CTMCS
    • getCtrlPr

      public CTCtrlPr getCtrlPr()
      Gets the value of the ctrlPr property.
      Returns:
      possible object is CTCtrlPr
    • setCtrlPr

      public void setCtrlPr(CTCtrlPr value)
      Sets the value of the ctrlPr property.
      Parameters:
      value - allowed object is CTCtrlPr
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.