Package org.docx4j.math
Class CTRPR
java.lang.Object
org.docx4j.math.CTRPR
- All Implemented Interfaces:
Child
Java class for CT_RPR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RPR">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lit" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<choice>
<element name="nor" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<sequence>
<group ref="{http://schemas.openxmlformats.org/officeDocument/2006/math}EG_ScriptStyle"/>
</sequence>
</choice>
<element name="brk" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_ManualBreak" minOccurs="0"/>
<element name="aln" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" 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.getAln()Gets the value of the aln property.getBrk()Gets the value of the brk property.getLit()Gets the value of the lit property.getNor()Gets the value of the nor property.Gets the parent object in the object tree representing the unmarshalled xml document.getScr()Gets the value of the scr property.getSty()Gets the value of the sty property.voidSets the value of the aln property.voidsetBrk(CTManualBreak value) Sets the value of the brk property.voidSets the value of the lit property.voidSets the value of the nor property.voidvoidSets the value of the scr property.voidSets the value of the sty property.
-
Field Details
-
lit
-
nor
-
scr
-
sty
-
brk
-
aln
-
-
Constructor Details
-
CTRPR
public CTRPR()
-
-
Method Details
-
getLit
Gets the value of the lit property.- Returns:
- possible object is
CTOnOff
-
setLit
Sets the value of the lit property.- Parameters:
value- allowed object isCTOnOff
-
getNor
Gets the value of the nor property.- Returns:
- possible object is
CTOnOff
-
setNor
Sets the value of the nor property.- Parameters:
value- allowed object isCTOnOff
-
getScr
Gets the value of the scr property.- Returns:
- possible object is
CTScript
-
setScr
Sets the value of the scr property.- Parameters:
value- allowed object isCTScript
-
getSty
Gets the value of the sty property.- Returns:
- possible object is
CTStyle
-
setSty
Sets the value of the sty property.- Parameters:
value- allowed object isCTStyle
-
getBrk
Gets the value of the brk property.- Returns:
- possible object is
CTManualBreak
-
setBrk
Sets the value of the brk property.- Parameters:
value- allowed object isCTManualBreak
-
getAln
Gets the value of the aln property.- Returns:
- possible object is
CTOnOff
-
setAln
Sets the value of the aln property.- Parameters:
value- allowed object isCTOnOff
-
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.
-