Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

ALIGNMENT

Show in webframe

typedef enum
{
   ALIGNMENT_LEFTALIGNMENT = 0,
   ALIGNMENT_RIGHTALIGNMENT,
   ALIGNMENT_CENTERED,
   ALIGNMENT_JUSTIFIED
} ALIGNMENT;

The ALIGNMENT enumerated type represents the possible alignment options.

Value

Meaning

ALIGNMENT_LEFTALIGNMENT

Paragraphs will have left alignment.

ALIGNMENT_RIGHTALIGNMENT

Paragraphs will have right alignment.

ALIGNMENT_CENTERED

Paragraphs will be centered.

ALIGNMENT_JUSTIFIED

Paragraphs will be justified (Default).

Comments

This enumerated type is used by the following structure:

PARAGRAPHOPTIONS

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.