17.18.75 ST_RubyAlign

This simple type specifies the possible alignment settings which can 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 must 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 is displayed on the left side of the base text. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the phonetic guide text shall be centered with respect to the base text in this document.

[Example:

end example]

Enumeration Value

Description

Specifies that the phonetic guide text shall be distributed with respect to the base text in this document.

This type of justification shall equally affect the inter- word spacing on each line as well as the inter- character spacing between each word when justifying its contents - that is, an equal amount of additional character pitch shall be added to all characters on the line.

[Example:

end example]

Specifies that the phonetic guide text shall be distributed with respect to the base text in this document, with additional space added to the guide text to ensure it is indented with respect to the base text.

This type of justification shall equally affect the inter- word spacing on each line as well as the inter- character spacing between each word when justifying its contents - that is, an equal amount of additional character pitch shall be added to all characters on the line. As well, an additional space is added before and after the guide text to ensure it is indented with respect to the base text.

[Example:

end example]

Specifies that the phonetic guide text shall be left aligned with respect to the base text in this document.

[Example:

end example]

Enumeration Value

Description

Specifies that the phonetic guide text shall be right aligned with respect to the base text in this document.

[Example:

end example]

Specifies that the phonetic guide text shall be right aligned with respect to the base text in this document, and shall always be displayed vertically and to the right of the base text, regardless of the alignment of the base text.

[Example:

end example]

[Note: The W3C XML Schema definition of this simple type’s content model (ST_RubyAlign) is located in A.1. end note]

Last updated on