Click or drag to resize

ParagraphJustification Enumeration

Represents paragraph justification

Namespace: Patagames.Ocr.Enums
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public enum ParagraphJustification
Members
Member nameValueDescription
JUSTIFICATION_UNKNOWN0 The alignment is not clearly one of the other options. This could happen for example if there are only one or two lines of text or the text looks like source code or poetry.
JUSTIFICATION_LEFT1 Each line, except possibly the first, is flush to the same left tab stop.
JUSTIFICATION_CENTER2 The text lines of the paragraph are centered about a line going down through their middle of the text lines.
JUSTIFICATION_RIGHT3 Each line, except possibly the first, is flush to the same right tab stop.
See Also