Package org.docx4j.wml
Class CTRubyPr
java.lang.Object
org.docx4j.wml.CTRubyPr
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected BooleanDefaultTrueprotected HpsMeasureprotected HpsMeasureprotected HpsMeasureprotected CTLangprotected CTRubyAlign -
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.getDirty()Gets the value of the dirty property.getHps()Gets the value of the hps property.Gets the value of the hpsBaseText property.Gets the value of the hpsRaise property.getLid()Gets the value of the lid property.Gets the parent object in the object tree representing the unmarshalled xml document.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.voidSets the value of the lid property.voidvoidsetRubyAlign(CTRubyAlign value) Sets the value of the rubyAlign property.
-
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
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.
-