Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / JustificationMode Enumeration

In This Topic
    JustificationMode Enumeration
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Enum JustificationMode 
       Inherits System.Enum
    public enum JustificationMode : System.Enum 
    Members
    MemberDescription
    CompressPunctuation Compress whitespace from punctuation characters.
    CompressPunctuationAndJapaneseKana Compress whitespace from both Japanese Kana and punctuation characters.
    DoNotCompress Do not compress whitespaces.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.JustificationMode

    See Also