TextListStyle Enumeration

TextListStyle Enumeration

Supported styles of text list paragraphs.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum TextListStyle
Public Enumeration TextListStyle
public enum class TextListStyle
type TextListStyle
Members
Member nameValueDescription
Bullet1 Indicates a list that uses standard bullets.
LetterLowercase3 Indicates a list that uses lowercase letters.
LetterUppercase4 Indicates a list that uses uppercase letters.
None0 Indicates that the paragraph is not a list.
NumberArabic2 Indicates a list that uses arabic numbers.
NumberRomanLowercase5 Indicates a list that uses lowercase Roman numbers.
NumberRomanUppercase6 Indicates a list that uses uppercase Roman numbers.
See Also