[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextOrientation

TextOrientation Enum

Specifies text orientation.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum TextOrientation
Public Enum TextOrientation

Fields

Name Description
EastAsianVetical

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.

Horizontal

The text is horizontal.

MongolianVertical

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 EastAsianVetical is that text flows from top down, then from left to right (instead of from right to left).

Vertical

The text is vertical. Each line is rotated clockwise 90 degrees. Text goes from top to bottom. Each next line is to the left of the previous one.

Vertical270

The text is vertical. Each line is rotated clockwise 270 degrees. Text goes from bottom to top. Each next line is to the right of the previous one.

WordArtRightToLeft

Similar to WordArtVertical, but the flow is from right to left rather than from left to right.

WordArtVertical

The text is vertical. Letters are stacked on top of each other from top to bottom.