[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFlowDirection

Enum TextFlowDirection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the text flow and reading order of the content.

public enum TextFlowDirection

Fields

BottomToTopLeftToRight = 2

Bottom to top, left to right.

LefToRightTopToBottom = 0

Left to right, top to bottom.

LeftToRightTopToBottomRotated = 3

Left to right, top to bottom rotated.

TopToBottomLeftToRightRotated = 5

Top to bottom, left to right rotated.

TopToBottomRightToLeft = 1

Top to bottom, right to left.

TopToBottomRightToLeftRotated = 4

Top to bottom, right to left rotated.