2021 Enumeration
Changes 0
E

TextListStyle

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