Package org.docx4j.wml
Class CTRubyPr
java.lang.Object
org.docx4j.wml.CTRubyPr
- All Implemented Interfaces:
Child
public class CTRubyPr extends java.lang.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 Summary
Fields Modifier and Type Field Description protected BooleanDefaultTruedirtyprotected HpsMeasurehpsprotected HpsMeasurehpsBaseTextprotected HpsMeasurehpsRaiseprotected CTLanglidprotected CTRubyAlignrubyAlign -
Constructor Summary
Constructors Constructor Description CTRubyPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.BooleanDefaultTruegetDirty()Gets the value of the dirty property.HpsMeasuregetHps()Gets the value of the hps property.HpsMeasuregetHpsBaseText()Gets the value of the hpsBaseText property.HpsMeasuregetHpsRaise()Gets the value of the hpsRaise property.CTLanggetLid()Gets the value of the lid property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTRubyAligngetRubyAlign()Gets the value of the rubyAlign property.voidsetDirty(BooleanDefaultTrue value)Sets the value of the dirty property.voidsetHps(HpsMeasure value)Sets the value of the hps property.voidsetHpsBaseText(HpsMeasure value)Sets the value of the hpsBaseText property.voidsetHpsRaise(HpsMeasure value)Sets the value of the hpsRaise property.voidsetLid(CTLang value)Sets the value of the lid property.voidsetParent(java.lang.Object parent)voidsetRubyAlign(CTRubyAlign value)Sets the value of the rubyAlign property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
rubyAlign
-
hps
-
hpsRaise
-
hpsBaseText
-
lid
-
dirty
-
-
Constructor Details
-
CTRubyPr
public CTRubyPr()
-
-
Method Details
-
getRubyAlign
Gets the value of the rubyAlign property.- Returns:
- possible object is
CTRubyAlign
-
setRubyAlign
Sets the value of the rubyAlign property.- Parameters:
value- allowed object isCTRubyAlign
-
getHps
Gets the value of the hps property.- Returns:
- possible object is
HpsMeasure
-
setHps
Sets the value of the hps property.- Parameters:
value- allowed object isHpsMeasure
-
getHpsRaise
Gets the value of the hpsRaise property.- Returns:
- possible object is
HpsMeasure
-
setHpsRaise
Sets the value of the hpsRaise property.- Parameters:
value- allowed object isHpsMeasure
-
getHpsBaseText
Gets the value of the hpsBaseText property.- Returns:
- possible object is
HpsMeasure
-
setHpsBaseText
Sets the value of the hpsBaseText property.- Parameters:
value- allowed object isHpsMeasure
-
getLid
Gets the value of the lid property.- Returns:
- possible object is
CTLang
-
setLid
Sets the value of the lid property.- Parameters:
value- allowed object isCTLang
-
getDirty
Gets the value of the dirty property.- Returns:
- possible object is
BooleanDefaultTrue
-
setDirty
Sets the value of the dirty property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-