Class CTRPR

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

public class CTRPR
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected CTOnOff aln  
    protected CTManualBreak brk  
    protected CTOnOff lit  
    protected CTOnOff nor  
    protected CTScript scr  
    protected CTStyle sty  
  • Constructor Summary

    Constructors
    Constructor Description
    CTRPR()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTOnOff getAln()
    Gets the value of the aln property.
    CTManualBreak getBrk()
    Gets the value of the brk property.
    CTOnOff getLit()
    Gets the value of the lit property.
    CTOnOff getNor()
    Gets the value of the nor property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    CTScript getScr()
    Gets the value of the scr property.
    CTStyle getSty()
    Gets the value of the sty property.
    void setAln​(CTOnOff value)
    Sets the value of the aln property.
    void setBrk​(CTManualBreak value)
    Sets the value of the brk property.
    void setLit​(CTOnOff value)
    Sets the value of the lit property.
    void setNor​(CTOnOff value)
    Sets the value of the nor property.
    void setParent​(java.lang.Object parent)  
    void setScr​(CTScript value)
    Sets the value of the scr property.
    void setSty​(CTStyle value)
    Sets the value of the sty property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 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.