Class CTEqArrPr

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

public class CTEqArrPr
extends java.lang.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>
 
  • Field Details

  • Constructor Details

    • CTEqArrPr

      public CTEqArrPr()
  • 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
    • getMaxDist

      public CTOnOff getMaxDist()
      Gets the value of the maxDist property.
      Returns:
      possible object is CTOnOff
    • setMaxDist

      public void setMaxDist​(CTOnOff value)
      Sets the value of the maxDist property.
      Parameters:
      value - allowed object is CTOnOff
    • getObjDist

      public CTOnOff getObjDist()
      Gets the value of the objDist property.
      Returns:
      possible object is CTOnOff
    • setObjDist

      public void setObjDist​(CTOnOff value)
      Sets the value of the objDist 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
    • 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
    • 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 java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.