TextDirection
Determines the direction in which text flows.
Enumeration Members
Section titled "Enumeration Members"EastAsianVertical
Section titled "EastAsianVertical"Text flows along the vertical plane with East Asian vertical orientation.
EastAsianVertical = 3 Horizontal
Section titled "Horizontal"Text flows along the horizontal plane. Note that under this setting, text rotation is also supported, with the angle of rotation being relative to the horizontal plane.
Horizontal = 0 MongolianVertical
Section titled "MongolianVertical"Text flows along the vertical plane with Mongolian vertical orientation.
MongolianVertical = 4 Vertical
Section titled "Vertical"Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 90 degrees in the clockwise direction.
Vertical = 1 Vertical270
Section titled "Vertical270"Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 270 degrees in the clockwise direction.
Vertical270 = 2 WordArtVertical
Section titled "WordArtVertical"Text flows along the vertical plane with WordArt vertical orientation.
WordArtVertical = 5 WordArtVerticalRtl
Section titled "WordArtVerticalRtl"Similar to WordArtVertical, with a right-to-left text reading direction.
WordArtVerticalRtl = 6