[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.JustificationMode

Enum JustificationMode

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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

Fields

CompressPunctuation = 1

Compress whitespace from punctuation characters.

CompressPunctuationAndJapaneseKana = 2

Compress whitespace from both Japanese Kana and punctuation characters.

DoNotCompress = 0

Do not compress whitespaces.