[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TextDirection

Enum TextDirection

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the text direction.

public enum TextDirection

Fields

Horizontal = 0

Horizontal text direction.

Rotate270 = 3

Rotate text by 270 angle.

Rotate90 = 2

Rotate text by 90 angle.

Stacked = 4

Stacked text and the text reading order is from left to right.

StackedRtl = 5

Stacked text and the text reading order is from right to left.

Vertical = 1

Vertical text direction.