ListType
Description:
An enumerated type indicating the style of list item for paragraphs that are part of ordered or unordered lists in .
An enumerated type indicating the style of list item for paragraphs that are part of ordered or unordered lists in .
public enum ListType
| Name | Description |
|---|---|
| ArabicNumbers | The paragraph is a part of an ordered list with Arabic number headings. |
| Bullet | The paragraph is a part of a bulleted list. |
| LowerCaseLetters | The paragraph is a part of an ordered list with lower-case letter headings. |
| Mixed | This value may be returned by FormattedText.GetListType() when there are multiple list types in the selected range. |
| None | The paragraph is not a part of a list. |
| UpperCaseLetters | The paragraph is a part of an ordered list with upper-case letter headings. |