Supported styles of text list paragraphs.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum TextListStyle
Members
| Member name | Value | Description |
|---|
| Bullet | 1 |
Indicates a list that uses standard bullets.
|
| LetterLowercase | 3 |
Indicates a list that uses lowercase letters.
|
| LetterUppercase | 4 |
Indicates a list that uses uppercase letters.
|
| None | 0 |
Indicates that the paragraph is not a list.
|
| NumberArabic | 2 |
Indicates a list that uses arabic numbers.
|
| NumberRomanLowercase | 5 |
Indicates a list that uses lowercase Roman numbers.
|
| NumberRomanUppercase | 6 |
Indicates a list that uses uppercase Roman numbers.
|
See Also
Reference