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