Class CTRPR

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

public class CTRPR extends Object implements 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 Details

  • Constructor Details

    • CTRPR

      public CTRPR()
  • Method Details

    • getLit

      public CTOnOff getLit()
      Gets the value of the lit property.
      Returns:
      possible object is CTOnOff
    • setLit

      public void setLit(CTOnOff value)
      Sets the value of the lit property.
      Parameters:
      value - allowed object is CTOnOff
    • getNor

      public CTOnOff getNor()
      Gets the value of the nor property.
      Returns:
      possible object is CTOnOff
    • setNor

      public void setNor(CTOnOff value)
      Sets the value of the nor property.
      Parameters:
      value - allowed object is CTOnOff
    • getScr

      public CTScript getScr()
      Gets the value of the scr property.
      Returns:
      possible object is CTScript
    • setScr

      public void setScr(CTScript value)
      Sets the value of the scr property.
      Parameters:
      value - allowed object is CTScript
    • getSty

      public CTStyle getSty()
      Gets the value of the sty property.
      Returns:
      possible object is CTStyle
    • setSty

      public void setSty(CTStyle value)
      Sets the value of the sty property.
      Parameters:
      value - allowed object is CTStyle
    • getBrk

      public CTManualBreak getBrk()
      Gets the value of the brk property.
      Returns:
      possible object is CTManualBreak
    • setBrk

      public void setBrk(CTManualBreak value)
      Sets the value of the brk property.
      Parameters:
      value - allowed object is CTManualBreak
    • getAln

      public CTOnOff getAln()
      Gets the value of the aln property.
      Returns:
      possible object is CTOnOff
    • setAln

      public void setAln(CTOnOff value)
      Sets the value of the aln property.
      Parameters:
      value - allowed object is CTOnOff
    • 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.