<ST_TextFontAlignType> (Font Alignment Types)

This type specifies the different types of font alignment.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<auto> (Font Alignment Enum ( Automatic ))

When the text flow is horizontal or simple vertical same as <fontBaseline> but for other vertical modes same as <fontCenter>.

<b> (Font Alignment Enum ( Bottom ))

The letters are anchored to the very bottom of a single line. This is different than the bottom baseline because of letters such as "g," "q," "y," etc.

<base> (Font Alignment Enum ( Baseline ))

The letters are anchored to the bottom baseline of a single line.

<ctr> (Font Alignment Enum ( Center ))

The letters are anchored between the two baselines of a single line.

<t> (Font Alignment Enum ( Top ))

The letters are anchored to the top baseline of a single line.

Referenced By

<defPPr@fontAlgn>5.1.5.2.2); <lvl1pPr@fontAlgn>5.1.5.4.13); <lvl2pPr@fontAlgn>5.1.5.4.14); <lvl3pPr@fontAlgn>5.1.5.4.15); <lvl4pPr@fontAlgn>5.1.5.4.16); <lvl5pPr@fontAlgn>5.1.5.4.17); <lvl6pPr@fontAlgn>5.1.5.4.18); <lvl7pPr@fontAlgn>5.1.5.4.19); <lvl8pPr@fontAlgn>5.1.5.4.20); <lvl9pPr@fontAlgn>5.1.5.4.21); <pPr@fontAlgn>5.1.5.2.7)

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

<simpleType name="ST_TextFontAlignType">
	<restriction base="xsd:token">
	<enumeration value="auto"/>
	<enumeration value="t"/>
	<enumeration value="ctr"/>
	<enumeration value="base"/>
	<enumeration value="b"/>
	</restriction>
</simpleType>