This program reads a file in a number of paragraphs of a text from a file and aligns the text with a line wrapping at a specific length.
Supported alignments:
- Left alignment (L)
- Righ alignment (R)
- Center alignment (C)
- Hhyphenating long words (H)
Program usage message:
usage: java AlignText file_name line_length [align_mode]
Default alignment: Left (L).