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>
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
dirty |
protected HpsMeasure |
hps |
protected HpsMeasure |
hpsBaseText |
protected HpsMeasure |
hpsRaise |
protected CTLang |
lid |
protected CTRubyAlign |
rubyAlign |
| Constructor and Description |
|---|
CTRubyPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BooleanDefaultTrue |
getDirty()
Gets the value of the dirty property.
|
HpsMeasure |
getHps()
Gets the value of the hps property.
|
HpsMeasure |
getHpsBaseText()
Gets the value of the hpsBaseText property.
|
HpsMeasure |
getHpsRaise()
Gets the value of the hpsRaise property.
|
CTLang |
getLid()
Gets the value of the lid property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRubyAlign |
getRubyAlign()
Gets the value of the rubyAlign property.
|
void |
setDirty(BooleanDefaultTrue value)
Sets the value of the dirty property.
|
void |
setHps(HpsMeasure value)
Sets the value of the hps property.
|
void |
setHpsBaseText(HpsMeasure value)
Sets the value of the hpsBaseText property.
|
void |
setHpsRaise(HpsMeasure value)
Sets the value of the hpsRaise property.
|
void |
setLid(CTLang value)
Sets the value of the lid property.
|
void |
setParent(Object parent) |
void |
setRubyAlign(CTRubyAlign value)
Sets the value of the rubyAlign property.
|
protected CTRubyAlign rubyAlign
protected HpsMeasure hps
protected HpsMeasure hpsRaise
protected HpsMeasure hpsBaseText
protected CTLang lid
protected BooleanDefaultTrue dirty
public CTRubyAlign getRubyAlign()
CTRubyAlignpublic void setRubyAlign(CTRubyAlign value)
value - allowed object is
CTRubyAlignpublic HpsMeasure getHps()
HpsMeasurepublic void setHps(HpsMeasure value)
value - allowed object is
HpsMeasurepublic HpsMeasure getHpsRaise()
HpsMeasurepublic void setHpsRaise(HpsMeasure value)
value - allowed object is
HpsMeasurepublic HpsMeasure getHpsBaseText()
HpsMeasurepublic void setHpsBaseText(HpsMeasure value)
value - allowed object is
HpsMeasurepublic CTLang getLid()
CTLangpublic void setLid(CTLang value)
value - allowed object is
CTLangpublic BooleanDefaultTrue getDirty()
BooleanDefaultTruepublic void setDirty(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.