Package org.docx4j.math
Class CTEqArrPr
java.lang.Object
org.docx4j.math.CTEqArrPr
- All Implemented Interfaces:
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 Summary
Fields -
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.Gets the value of the ctrlPr property.Gets the value of the maxDist property.Gets the value of the objDist property.Gets the parent object in the object tree representing the unmarshalled xml document.getRSp()Gets the value of the rSp property.Gets the value of the rSpRule property.voidSets the value of the baseJc property.voidSets the value of the ctrlPr property.voidsetMaxDist(CTOnOff value) Sets the value of the maxDist property.voidsetObjDist(CTOnOff value) Sets the value of the objDist property.voidvoidsetRSp(CTUnSignedInteger value) Sets the value of the rSp property.voidsetRSpRule(CTSpacingRule value) Sets the value of the rSpRule property.
-
Field Details
-
baseJc
-
maxDist
-
objDist
-
rSpRule
-
rSp
-
ctrlPr
-
-
Constructor Details
-
CTEqArrPr
public CTEqArrPr()
-
-
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
-
getMaxDist
Gets the value of the maxDist property.- Returns:
- possible object is
CTOnOff
-
setMaxDist
Sets the value of the maxDist property.- Parameters:
value- allowed object isCTOnOff
-
getObjDist
Gets the value of the objDist property.- Returns:
- possible object is
CTOnOff
-
setObjDist
Sets the value of the objDist 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
-
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
-
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.
-