EnumTextFlow
Enum
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.
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.