MarkerType
MarkerType
MarkerType
MarkerType
Enum
Definition
Specifies the kind of characters used to mark the item paragraphs in a list.
public : enum class MarkerTypepublic enum MarkerTypePublic Enum MarkerType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Arabic Arabic Arabic Arabic | The list is numbered with Arabic numerals (0, 1, 2, ...). |
| ArabicAbjad ArabicAbjad ArabicAbjad ArabicAbjad | Arabic abjadi ( أ ,ب ,ج ,د ,…). |
| ArabicDictionary ArabicDictionary ArabicDictionary ArabicDictionary | Arabic alphabetic ( أ ,ب ,ت ,ث ,…). |
| ArabicWide ArabicWide ArabicWide ArabicWide | Full-width ASCII (0, 1, 2, 3, …). |
| BlackCircleWingding BlackCircleWingding BlackCircleWingding BlackCircleWingding | The list is ordered with Wingdings black circled digits |
| Bullet Bullet Bullet Bullet | The list uses bullets (character code 0x2022). |
| CircledNumber CircledNumber CircledNumber CircledNumber | The list is ordered with Unicode circled numbers |
| DevanagariConsonant DevanagariConsonant DevanagariConsonant DevanagariConsonant | Devanāgarī consonants (क, ख, ग, घ, …). |
| DevanagariNumeric DevanagariNumeric DevanagariNumeric DevanagariNumeric | Devanāgarī numbers (१, २, ३, ४, …). |
| DevanagariVowel DevanagariVowel DevanagariVowel DevanagariVowel | Devanāgarī vowels (अ, आ, इ, ई, …). |
| Hebrew Hebrew Hebrew Hebrew | Hebrew alphabet (א, ב, ג, ד, …). |
| JapanKorea JapanKorea JapanKorea JapanKorea | Chinese with no 十. |
| JapanSimplifiedChinese JapanSimplifiedChinese JapanSimplifiedChinese JapanSimplifiedChinese | Chinese with a full-width period, no 十. |
| LowercaseEnglishLetter LowercaseEnglishLetter LowercaseEnglishLetter LowercaseEnglishLetter | The list is ordered with lowercase letters (a, b, c, ...). |
| LowercaseRoman LowercaseRoman LowercaseRoman LowercaseRoman | The list is ordered with lowercase Roman letters (i, ii, iii, ...). |
| None None None None | Not a list paragraph. |
| SimplifiedChinese SimplifiedChinese SimplifiedChinese SimplifiedChinese | Chinese with 十 only in items 10 through 99 (一, 二, 三, 四, …). |
| ThaiAlphabetic ThaiAlphabetic ThaiAlphabetic ThaiAlphabetic | Thai alphabetic (ก, ข,ค, ง, …). |
| ThaiNumeric ThaiNumeric ThaiNumeric ThaiNumeric | Thai numbers (๑, ๒,๓, ๔, …). |
| TraditionalChinese TraditionalChinese TraditionalChinese TraditionalChinese | Chinese with 十 only in items 10 through 19. |
| Undefined Undefined Undefined Undefined | The list type is not defined. |
| UnicodeSequence UnicodeSequence UnicodeSequence UnicodeSequence | The value returned by ITextParagraphFormat.ListStart is treated as the first code in a Unicode sequence. |
| UppercaseEnglishLetter UppercaseEnglishLetter UppercaseEnglishLetter UppercaseEnglishLetter | The list is ordered with uppercase letters (A, B, C, ...). |
| UppercaseRoman UppercaseRoman UppercaseRoman UppercaseRoman | The list is ordered with uppercase Roman letters (I, II, III, ...). |
| WhiteCircleWingding WhiteCircleWingding WhiteCircleWingding WhiteCircleWingding | The list is ordered with Wingdings white circled digits |


