Namespace:
Autodesk.Revit.DB
TextListStyle
Enumeration
Description:
Supported styles of text list paragraphs.
Supported styles of text list paragraphs.
Syntax
public enum TextListStyle
Unknown Namespace Members:
Name | Description |
---|---|
None | Indicates that the paragraph is not a list. |
Bullet | Indicates a list that uses standard bullets. |
NumberArabic | Indicates a list that uses arabic numbers. |
LetterLowercase | Indicates a list that uses lowercase letters. |
LetterUppercase | Indicates a list that uses uppercase letters. |
NumberRomanLowercase | Indicates a list that uses lowercase Roman numbers. |
NumberRomanUppercase | Indicates a list that uses uppercase Roman numbers. |