[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListTrailingCharacter

Enum ListTrailingCharacter

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

Specifies the character that separates the list label from the text of the paragraph.

public enum ListTrailingCharacter

Fields

Nothing = 2

There is no separator character between the list label and text of the paragraph.

Space = 1

A space character is placed between the list label and text of the paragraph.

Tab = 0

A tab character is placed between the list label and text of the paragraph.