[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFlowDirection

TextFlowDirection Enum

Specifies the text flow and reading order of the content.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum TextFlowDirection
Public Enum TextFlowDirection

Fields

Name Description
BottomToTopLeftToRight

Bottom to top, left to right.

LefToRightTopToBottom

Left to right, top to bottom.

LeftToRightTopToBottomRotated

Left to right, top to bottom rotated.

TopToBottomLeftToRightRotated

Top to bottom, left to right rotated.

TopToBottomRightToLeft

Top to bottom, right to left.

TopToBottomRightToLeftRotated

Top to bottom, right to left rotated.