<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.

example:
<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

<rubyPr>2.3.3.27)

Attributes

Description

<val> (Phonetic Guide Text Alignment Value)

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 <val> attribute is right for the phonetic guide, so the ruby text will be displayed on the right side of the base text. ]

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>