Table of Contents

Enum TextFlowDirection

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Text flow direction of a region (ECMA-376 Part 1 §17.18.93 ST_TextDirection).

public enum TextFlowDirection

Fields

LeftToRightTopToBottom = 0

Horizontal, left to right, top to bottom (w:val "lrTb", the default).

TopToBottomRightToLeft = 1

Vertical, top to bottom, right to left (w:val "tbRl").

BottomToTopLeftToRight = 2

Vertical, bottom to top, left to right (w:val "btLr").

LeftToRightTopToBottomRotated = 3

Rotated horizontal (w:val "lrTbV").

TopToBottomRightToLeftRotated = 4

Rotated vertical (w:val "tbRlV").

TopToBottomLeftToRightRotated = 5

Rotated vertical, left to right (w:val "tbLrV").