Click or drag to resize
ListType Enumeration
Built-in list paragraph styles supported by the Text Object Model.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum ListType
Members
  Member nameValueDescription
None0Not a list paragraph.
Bullet1List uses bullets (0x2022).
AsArabic2List is numbered with Arabic numerals (0, 1, 2, ...).
AsLCLetter3List is ordered with lowercase letters (a, b, c, ...).
AsUCLetter4List is ordered with uppercase Arabic letters (A, B, C, ...).
AsLCRoman5List is ordered with lowercase Roman letters (i, ii, iii, ...).
AsUCRoman6List is ordered with uppercase Roman letters (I, II, III, ...).
AsSequence7The value returned by ListStart is treated as the first code in a Unicode sequence.
Circle8List is ordered with Unicode circled numbers.
BlackCircleWingding9List is ordered with Wingdings black circled digits.
WhiteCircleWingding10List is ordered with Wingdings white circled digits.
ArabicWide11Full-width ASCII (0, 1, 2, 3, …).
ChS12Simplified Chinese.
ChT13Traditional Chinese
JpnChS14Japanese.
JpnKor15Korean.
Arabic116Arabic alphabetic.
Arabic217Arabic abjadi.
Hebrew18Hebrew alphabet.
ThaiAlpha19Thai alphabetic.
ThaiNum20Thai numbers.
HindiAlpha21Hindi vowels.
HindiAlpha122Hindi consonants.
HindiNum23Hindi numbers.
Undefined-9999999Undefined.
See Also