[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_TextVerticalType (Vertical Text Types)

If there is vertical text, determines what type of vertical text is going to be used.

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

eaVert (Vertical Text Type Enum ( East Asian Vertical ))

A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.

horz (Vertical Text Type Enum ( Horizontal ))

Horizontal text. This should be default.

mongolianVert (Vertical Text Type Enum ( Mongolian Vertical ))

A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical. The difference between this and the eastAsianVertical is the text flows top down then LEFT RIGHT, instead of RIGHT LEFT

vert (Vertical Text Type Enum ( Vertical ))

Determines if all of the text is vertical orientation (each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one).

vert270 (Vertical Text Type Enum ( Vertical 270 ))

Determines if all of the text is vertical orientation (each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one).

wordArtVert (Vertical Text Type Enum ( WordArt Vertical ))

Determines if all of the text is vertical ("one letter on top of another").

wordArtVertRtl (Vertical WordArt Right to Left)

Specifies that vertical WordArt should be shown from right to left rather than left to right.

 

Referenced By

bodyPr@vert5.1.5.1.1); tcPr@vert5.1.6.15)

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

<simpleType name="ST_TextVerticalType">

   <restriction base="xsd:token">

   <enumeration value="horz"/>

   <enumeration value="vert"/>

   <enumeration value="vert270"/>

   <enumeration value="wordArtVert"/>

   <enumeration value="eaVert"/>

   <enumeration value="mongolianVert"/>

   <enumeration value="wordArtVertRtl"/>

   </restriction>

</simpleType>