Class CTRubyPr

java.lang.Object
org.docx4j.wml.CTRubyPr
All Implemented Interfaces:
Child

public class CTRubyPr extends Object implements Child

Java class for CT_RubyPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_RubyPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rubyAlign" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyAlign"/>
         <element name="hps" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_HpsMeasure"/>
         <element name="hpsRaise" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_HpsMeasure"/>
         <element name="hpsBaseText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_HpsMeasure"/>
         <element name="lid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lang"/>
         <element name="dirty" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTRubyPr

      public CTRubyPr()
  • Method Details

    • getRubyAlign

      public CTRubyAlign getRubyAlign()
      Gets the value of the rubyAlign property.
      Returns:
      possible object is CTRubyAlign
    • setRubyAlign

      public void setRubyAlign(CTRubyAlign value)
      Sets the value of the rubyAlign property.
      Parameters:
      value - allowed object is CTRubyAlign
    • getHps

      public HpsMeasure getHps()
      Gets the value of the hps property.
      Returns:
      possible object is HpsMeasure
    • setHps

      public void setHps(HpsMeasure value)
      Sets the value of the hps property.
      Parameters:
      value - allowed object is HpsMeasure
    • getHpsRaise

      public HpsMeasure getHpsRaise()
      Gets the value of the hpsRaise property.
      Returns:
      possible object is HpsMeasure
    • setHpsRaise

      public void setHpsRaise(HpsMeasure value)
      Sets the value of the hpsRaise property.
      Parameters:
      value - allowed object is HpsMeasure
    • getHpsBaseText

      public HpsMeasure getHpsBaseText()
      Gets the value of the hpsBaseText property.
      Returns:
      possible object is HpsMeasure
    • setHpsBaseText

      public void setHpsBaseText(HpsMeasure value)
      Sets the value of the hpsBaseText property.
      Parameters:
      value - allowed object is HpsMeasure
    • getLid

      public CTLang getLid()
      Gets the value of the lid property.
      Returns:
      possible object is CTLang
    • setLid

      public void setLid(CTLang value)
      Sets the value of the lid property.
      Parameters:
      value - allowed object is CTLang
    • getDirty

      public BooleanDefaultTrue getDirty()
      Gets the value of the dirty property.
      Returns:
      possible object is BooleanDefaultTrue
    • setDirty

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