TextJustify
An enumeration with all possible text justification options.
Auto = 0
The browser determines the justification algorithm
Distribute = 4
Handles spacing much like the newspaper value.
This form of justification is optimized for documents in Asian languages,
such as Thai.
Justifies lines of text in the same way as the distribute value,
except that it also justifies the last line of the paragraph
Not implemented
InterCluster = 3
Only content that does not contain any inter-word spacing
(such as Asian languages) is justified
InterIdeograph = 2
Justifies content with ideographic text
InterWord = 1
Increases/Decreases the space between words
Kashida = 7
Justifies content by elongating characters
Newspaper = 8
Increases or decreases the spacing between letters and between words.
It is the most sophisticated form of justification for Latin alphabets.