company logo

AlignTypes - Text alignment types

Text alignment types allow defining different ways of aligning text in fixed text document.

Enumarators overview

  • block (4) - Align text left and right adjusted
  • center (2) - Center each line in the output area
  • left (3) - Adjust text on left side
  • right (1) - Adjust text on right side

Enumerator details

  1. right - Adjust text on right side
    Code: 1
    to list
  2. center - Center each line in the output area
    Code: 2
    to list
  3. left - Adjust text on left side

    Text is aligned on left side text area border, which is determined by indenting.

    Code: 3
    to list
  4. block - Align text left and right adjusted

    Text is aligned to left and right text area border inserting necessary blanks.

    Code: 4
    to list