NumberingStyle
Specifies the numbering format applied to a list level, controlling how list item numbers or bullets render in flow documents.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Lists
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public enum NumberingStyle
Fields
Formats list items using the Aiueo Japanese syllabary sequence (あ, い, う, え, お, ...).
Aiueo = 12
Formats list items using full-width Aiueo Japanese syllabary characters (ア, イ, ウ, エ, オ, ...).
AiueoFullWidth = 20
Formats list items using Arabic Abjad numeric system (أ, ب, ج, د, ...).
ArabicAbjad = 48
Formats list items using Arabic alphabetic characters (أ, ب, ت, ...).
ArabicAlpha = 46
Formats list items as Thai Baht currency amounts spelled out in words.
BahtText = 0
Formats list items with bullet symbols; the actual bullet character is defined in the list level configuration.
Bullet = 23
Formats list items as cardinal numbers spelled out in words (One, Two, Three, ...).
CardinalText = 6
Formats list items using Chicago Manual of Style numbering (asterisk, dagger, double dagger sequence).
Chicago = 9
Formats list items using Chinese counting characters.
ChineseCounting = 37
Formats list items using Chinese counting characters with thousand grouping.
ChineseCountingThousand = 39
Formats list items using simplified Chinese legal numbering for formal documents.
ChineseLegalSimplified = 38
Formats list items using Korean Chosung consonant sequence (ㄱ, ㄴ, ㄷ, ...).
Chosung = 25
Allows user-defined custom numbering format; rendering depends on the format provider implementation.
Custom = 0
Formats list items with Arabic decimal numbers (1, 2, 3, ...).
Decimal = 0
Formats list items with decimal numbers enclosed in circles (①, ②, ③, ...).
DecimalEnclosedCircle = 18
Formats list items with decimal numbers enclosed in circles using Chinese typography style.
DecimalEnclosedCircleChinese = 28
Formats list items with decimal numbers followed by an enclosed full stop (1., 2., 3., within circle).
DecimalEnclosedFullStop = 26
Formats list items with decimal numbers enclosed in parentheses ((1), (2), (3), ...).
DecimalEnclosedParent = 27
Formats list items with full-width decimal numbers used in East Asian typography (1, 2, 3, ...).
DecimalFullWidth = 14
Formats list items with full-width decimal numbers (alternative variant).
DecimalFullWidth2 = 19
Formats list items with half-width decimal numbers (1, 2, 3, ...).
DecimalHalfWidth = 15
Formats list items with zero-padded decimal numbers (01, 02, 03, ...).
DecimalZero = 22
Formats list items as Dollar currency amounts spelled out in words.
DollarText = 0
Formats list items using Korean Ganada syllabary sequence (가, 나, 다, ...).
Ganada = 24
Formats list items using Hebrew numbering system (primary variant).
Hebrew1 = 45
Formats list items using Hebrew numbering system (alternative variant).
Hebrew2 = 47
Formats list items with hexadecimal numbers (1, 2, ..., 9, A, B, C, ...).
Hex = 8
Formats list items using Hindi consonant characters (क, ख, ग, ...).
HindiConsonants = 50
Formats list items using Hindi counting words spelled out in Devanagari script.
HindiCounting = 52
Formats list items using Hindi numeric characters (१, २, ३, ...).
HindiNumbers = 51
Formats list items using Hindi vowel characters (अ, आ, इ, ...).
HindiVowels = 49
Formats list items with ideographic digital characters used in East Asian numbering systems.
IdeographDigital = 10
Formats list items with ideographic numbers enclosed in circles.
IdeographEnclosedCircle = 29
Formats list items using traditional ideographic legal numbering for formal East Asian documents.
IdeographLegalTraditional = 34
Formats list items using traditional ideographic numbering characters for East Asian documents.
IdeographTraditional = 30
Formats list items using Chinese zodiac ideographic characters (子, 丑, 寅, ...).
IdeographZodiac = 31
Formats list items using traditional Chinese zodiac ideographic characters.
IdeographZodiacTraditional = 32
Formats list items using the Iroha Japanese syllabary sequence (い, ろ, は, に, ...).
Iroha = 13
Formats list items using full-width Iroha Japanese syllabary characters (イ, ロ, ハ, ニ, ...).
IrohaFullWidth = 21
Formats list items using sequential Japanese counting characters.
JapaneseCounting = 11
Formats list items using Japanese digital characters with ten-thousand grouping (万 unit).
JapaneseDigitalTenThousand = 17
Formats list items using Japanese legal numbering characters for formal documents.
JapaneseLegal = 16
Formats list items using Korean counting characters.
KoreanCounting = 42
Formats list items using Korean digital characters.
KoreanDigital = 41
Formats list items using Korean digital characters (alternative variant).
KoreanDigital2 = 44
Formats list items using Korean legal numbering for formal documents.
KoreanLegal = 43
Formats list items with lowercase letters (a, b, c, ...).
LowerLetter = 4
Formats list items with lowercase Roman numerals (i, ii, iii, ...).
LowerRoman = 2
Suppresses list item numbering; no number or bullet appears before the list item content.
None = 255
Formats list items with numbers enclosed by dashes (- 1 -, - 2 -, - 3 -, ...).
NumberInDash = 57
Formats list items as ordinal numbers (1st, 2nd, 3rd, ...).
Ordinal = 5
Formats list items as ordinal numbers spelled out in words (First, Second, Third, ...).
OrdinalText = 7
Formats list items with lowercase Russian Cyrillic letters (а, б, в, ...).
RussianLower = 58
Formats list items with uppercase Russian Cyrillic letters (А, Б, В, ...).
RussianUpper = 59
Formats list items using Taiwanese counting characters.
TaiwaneseCounting = 33
Formats list items using Taiwanese counting characters with thousand grouping.
TaiwaneseCountingThousand = 35
Formats list items using Taiwanese digital characters.
TaiwaneseDigital = 36
Formats list items using Thai counting words spelled out in Thai script.
ThaiCounting = 55
Formats list items using Thai letter characters (ก, ข, ค, ...).
ThaiLetters = 53
Formats list items using Thai numeric characters (๑, ๒, ๓, ...).
ThaiNumbers = 54
Formats list items with uppercase letters (A, B, C, ...).
UpperLetter = 3
Formats list items with uppercase Roman numerals (I, II, III, ...).
UpperRoman = 1
Formats list items using Vietnamese counting characters.
VietnameseCounting = 56