Enum TextFlow
Represents the text flow of a table cell.
Namespace: Telerik.Reporting.Rtf
Assembly: Telerik.Reporting.dll
Syntax
public enum TextFlow
Clockwise
Text in a cell flows top to bottom and right to left , vertical. Represents rotation by 90 degrees.
CounterClockwise
Text in a cell flows left to right and bottom to top. Represents rotation by -90 degrees.
Normal
Text in a cell flows from left to right and top to bottom (default).
RightToLeft
Text in a cell flows right to left and top to bottom.
Vertical
Text in a cell flows left to right and top to bottom, vertical.