2022 Enumeration
Changes 0
E

ListType

Description:
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
E Mixed This value may be returned by FormattedText.GetListType() when there are multiple list types in the selected range.
E None The paragraph is not a part of a list.
E Bullet The paragraph is a part of a bulleted list.
E ArabicNumbers The paragraph is a part of an ordered list with Arabic number headings.
E LowerCaseLetters The paragraph is a part of an ordered list with lower-case letter headings.
E UpperCaseLetters The paragraph is a part of an ordered list with upper-case letter headings.