[]
Specifies the character that separates the list label from the text of the paragraph.
public enum ListTrailingCharacter
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.