Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordCommentMode Enumeration

In This Topic
    WordCommentMode Enumeration
    In This Topic
    Specifies how comments are handled during layout of a GrapeCity.Documents.Word.GcWordDocument.
    Syntax
    'Declaration
     
    Public Enum WordCommentMode 
       Inherits System.Enum
    public enum WordCommentMode : System.Enum 
    Members
    MemberDescription
    Full All comments data is exported.
    Highlights Highlight only commented text, comments are not exported.
    None Comments are not exported.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.Layout.WordCommentMode

    See Also