Enum
TextFlow

Represents the text flow of a table cell.

Definition

Namespace:Telerik.Reporting.Rtf

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum TextFlow

Fields

Clockwise

Text in a cell flows top to bottom and right to left , vertical. Represents rotation by 90 degrees.

Declaration

cs-api-definition
Clockwise = 4

Field Value

TextFlow

CounterClockwise

Text in a cell flows left to right and bottom to top. Represents rotation by -90 degrees.

Declaration

cs-api-definition
CounterClockwise = 2

Field Value

TextFlow

Normal

Text in a cell flows from left to right and top to bottom (default).

Declaration

cs-api-definition
Normal = 0

Field Value

TextFlow

RightToLeft

Text in a cell flows right to left and top to bottom.

Declaration

cs-api-definition
RightToLeft = 1

Field Value

TextFlow

Vertical

Text in a cell flows left to right and top to bottom, vertical.

Declaration

cs-api-definition
Vertical = 3

Field Value

TextFlow