[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.JustificationMode

JustificationMode Enum

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.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum JustificationMode
Public Enum JustificationMode

Fields

Name Description
CompressPunctuation

Compress whitespace from punctuation characters.

CompressPunctuationAndJapaneseKana

Compress whitespace from both Japanese Kana and punctuation characters.

DoNotCompress

Do not compress whitespaces.