NumberingFormat Enum
Specifies the numbering format which shall be used for a group of automatically numbered objects, such as pages.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Decimal | Specifies that the sequence shall consist of decimal numbering. Example: 1, 2, 3, ... , 9, 10, 11 |
AIUEOHiragana | Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. Currently not supported. |
AIUEOFull |
Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. Currently not supported. |
Arabic |
Specifies that the sequence shall consist of ascending Abjad numerals. Currently not supported. |
Arabic |
Specifies that the sequence shall consist of characters in the Arabic alphabet. Currently not supported. |
Bullet | Specifies that the sequence shall consist of bullet characters. |
Cardinal |
Specifies that the sequence shall consist of cardinal text of the current language. Example: one, two, three English, French, German, Italian, Russian, Swedish and Turkish are currently supported. |
Chicago | Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. Currently not supported. |
Chinese |
Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. Currently not supported. |
Chinese |
Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. Currently not supported. |
Chinese |
Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. Currently not supported. |
Chosung | Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of decimal numbering enclosed in parentheses. |
Decimal |
Specifies that the sequence shall consist of double-byte Arabic numbering. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font. Currently not supported. |
Decimal |
Specifies that the sequence shall consist of single-byte Arabic numbering. Example: 1, 2, 3 |
Decimal |
Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. Example: 01, 02, 03, ..., 09, 10 |
Ganada | Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. Currently not supported. |
Hebrew1 | Specifies that the sequence shall consist of Hebrew numerals. Currently not supported. |
Hebrew2 | Specifies that the sequence shall consist of the Hebrew alphabet. Currently not supported. |
Hex | Specifies that the sequence shall consist of hexadecimal numbering. Example: 1, 2, 3, ... , 9, A, B |
Hindi |
Specifies that the sequence shall consist of Hindi consonants. Currently not supported. |
Hindi |
Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. Currently not supported. |
Hindi |
Specifies that the sequence shall consist of Hindi numbers. Currently not supported. |
Hindi |
Specifies that the sequence shall consist of Hindi vowels. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential numerical traditional legal ideographs. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential numerical traditional ideographs. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential zodiac ideographs. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of sequential traditional zodiac ideographs. Currently not supported. |
Iroha | Specifies that the sequence shall consist of the iroha. Currently not supported. |
Iroha |
Specifies that the sequence shall consist of the full-width forms of the iroha. Currently not supported. |
Japanese |
Specifies that the sequence shall consist of sequential numbers from the Japanese counting system. Currently not supported. |
Japanese |
Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. Currently not supported. |
Japanese |
Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. Currently not supported. |
Korean |
Specifies that the sequence shall consist of sequential numbers from the Korean counting system. Currently not supported. |
Korean |
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. Currently not supported. |
Korean |
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. Currently not supported. |
Korean |
Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. Currently not supported. |
Lower |
Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. Example: a, b, c |
Lower |
Specifies that the sequence shall consist of lowercase roman numerals. Example: i, ii, iii |
None | Specifies default numbering sequence (that the sequence consists of decimal numbering). |
Number |
Specifies that the sequence shall consist of the Arabic numbering surrounded by dash characters. Example: - 1 -, - 2 -, - 3 - |
Ordinal | Specifies that the sequence shall consist of ordinals of the current language. Example: 1st, 2nd, 3rd English, French, German, Italian, Russian, Swedish and Turkish are currently supported. |
Ordinal |
Specifies that the sequence shall consist of ordinal text of the current language. Example: first, second, third English, French, German, Italian, Russian, Swedish and Turkish are currently supported. |
Russian |
Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. Example: а, б, в |
Russian |
Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. Example: А, Б, В |
Taiwanese |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. Currently not supported. |
Taiwanese |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. Currently not supported. |
Taiwanese |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. Currently not supported. |
Thai |
Specifies that the sequence shall consist of sequential numbers from the Thai counting system. Currently not supported. |
Thai |
Specifies that the sequence shall consist of Thai letters. Currently not supported. |
Thai |
Specifies that the sequence shall consist of Thai numerals. Currently not supported. |
Upper |
Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. Example: A, B, C |
Upper |
Specifies that the sequence shall consist of uppercase roman numerals. Example: I, II, III |
Vietnamese |
Specifies that the sequence shall consist of Vietnamese numerals. Currently not supported. |
#Passed To
You can pass NumberingFormat values to the following properies:
#Remarks
If a particular enumeration value is not supported, the numbering format defaults to the NumberingFormat.Decimal value.
Use the SectionPageNumbering.NumberingFormat property to specify the page numbering format.