<rubyAlign>
(Phonetic Guide Text Alignment)
This element specifies the alignment setting which shall be used to determine the placement of phonetic guide text with respect to the base text when this phonetic guide is displayed.
<w:rubyPr> … <w:rubyAlign w:val="left"/> … </w:rubyPr>
The <rubyAlign>
property is left
for the phonetic guide, so the ruby text will be displayed on the left side of the base text. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the type of alignment to be applied to the phonetic guide text. <w:rubyPr> … <w:rubyAlign w:val="left"/> … </w:rubyPr> The value of the The possible values for this attribute are defined by the ST_RubyAlign simple type (§2.18.82). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RubyAlign">
<attribute name="val" type="ST_RubyAlign" use="required"/>
</complexType>