[]
Specifies how full-width characters in the current document should be compressed to remove additional whitespace when the contents of this document are displayed, specifically by specifying the set(s) of characters which can be compressed to remove additional whitespace.
public enum JustificationMode
CompressPunctuation = 1
Compress whitespace from punctuation characters.
CompressPunctuationAndJapaneseKana = 2
Compress whitespace from both Japanese Kana and punctuation characters.
DoNotCompress = 0
Do not compress whitespaces.