Creates a new instance of the ListFormat class.

ListFormat()

public ListFormat();
Public Sub New()

ListFormat(ListType)

public ListFormat(ListType type);
Public Sub New(ByVal type As ListType)

Parameters

Parameter Description
type Specifies one of the ListType values. The following values are possible:
Event Description
None The text is neither a bulleted nor a numbered list.
Bulleted The list is a bulleted list.
Numbered The list is a numbered list.
Structured The list is a structured list. All numbers of higher levels (lower level numbers) are displayed in front of the list number. The additional text of all levels in front and behind the list numbers is also displayed.