[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextOrientation

Enum TextOrientation

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies text orientation.

public enum TextOrientation

Fields

EastAsianVetical = 4

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 = 0

The text is horizontal.

MongolianVertical = 5

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 = 1

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 = 2

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 = 6

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

WordArtVertical = 3

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