[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TextDirection

TextDirection Enum

Specifies the text direction.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum TextDirection
Public Enum TextDirection

Fields

Name Description
Horizontal

Horizontal text direction.

Rotate270

Rotate text by 270 angle.

Rotate90

Rotate text by 90 angle.

Stacked

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

StackedRtl

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

Vertical

Vertical text direction.