Table of Contents

Enum ParagraphTextDirection

Namespace
LMKit.Document.Layout
Assembly
LM-Kit.NET.dll

Coarse paragraph flow direction inferred from dominant text angle.

public enum ParagraphTextDirection

Fields

Unknown = 0

Indicates that the value is unknown or has not been specified.

Horizontal = 1

Baseline ~ 0°.

HorizontalUpsideDown = 2

Baseline ~ 180° (upside-down text).

TopToBottom = 3

Baseline ~ 90° (vertical, top to bottom).

BottomToTop = 4

Baseline ~ 270° (vertical, bottom to top).