[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

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: Consider a run of phonetic guide text which shall have the ruby text positioned to the far left of the base text. This constraint is specified using the following WordprocessingML:

<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. end example]

Parent Elements

rubyPr2.3.3.27)

 

Attributes

Description

val (Phonetic Guide Text Alignment Value)

Specifies the type of alignment to be applied to the phonetic guide text.

 

[Example: Consider a run of phonetic guide text which shall have the ruby text positioned to the far right of the base text. This constraint is specified using the following WordprocessingML:

 

<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. end example]

 

The possible values for this attribute are defined by the ST_RubyAlign simple type2.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>