RVTDocs.com
Namespace: Autodesk.Revit.DB

ListType

Enumeration
Description:
An enumerated type indicating the style of list item for paragraphs that are part of ordered or unordered lists in .
Syntax
public enum ListType
ListType Enumeration Members:
Name Description
0 This value may be returned by FormattedText.GetListType() when there are multiple list types in the selected range.
1 The paragraph is not a part of a list.
2 The paragraph is a part of a bulleted list.
3 The paragraph is a part of an ordered list with Arabic number headings.
4 The paragraph is a part of an ordered list with lower-case letter headings.
5 The paragraph is a part of an ordered list with upper-case letter headings.