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

In This Topic
    ListTrailingCharacter Enumeration
    In This Topic
    Specifies the character that separates the list label from the text of the paragraph.
    Syntax
    'Declaration
     
    Public Enum ListTrailingCharacter 
       Inherits System.Enum
    public enum ListTrailingCharacter : System.Enum 
    Members
    MemberDescription
    Nothing There is no separator character between the list label and text of the paragraph.
    Space A space character is placed between the list label and text of the paragraph.
    Tab A tab character is placed between the list label and text of the paragraph.
    Inheritance Hierarchy

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

    See Also