[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_PhoneticAlignment (Phonetic Alignment Types)

Phonetic alignment settings. These specify how to align the phonetic text, which represent the sounds, above the base text or base word.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

center (Center Alignment)

Center the phonetic characters over the base word, per word.

distributed (Distributed)

Each phonetic character is distributed above each base word character, per word.

left (Left Alignment)

Each phonetic character is left justified with respect to the base text., per word.

noControl (No Control)

Each phonetic character is left justified without respect to the base text (so it is not per word).

 

Referenced By

phoneticPr@alignment3.4.3)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PhoneticAlignment">

   <restriction base="xsd:string">

   <enumeration value="noControl"/>

   <enumeration value="left"/>

   <enumeration value="center"/>

   <enumeration value="distributed"/>

   </restriction>

</simpleType>