EndnoteOptions.NumberingFormat Property
Gets or sets the numbering style for the endnote references.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
NumberingFormat NumberingFormat { get; set; }
#Property Value
Type | Description |
---|---|
Numbering |
An enumeration member that indicates the numbering style. |
Available values:
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. |
Arabic |
Specifies that the sequence shall consist of characters in the Arabic alphabet. |
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. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . |
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. |
Hebrew2 | Specifies that the sequence shall consist of the Hebrew alphabet. |
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 traditional sequential numerical legal ideographs. Currently not supported. |
Ideograph |
Specifies that the sequence shall consist of traditional sequential numerical 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 traditional sequential 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 the default numbering sequence (specifies that the sequence consists of decimal numbering). |
Number |
Specifies that the sequence shall consist of 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. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . |
Ordinal |
Specifies that the sequence shall consist of ordinal text of the current language. Example: first, second, third. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . |
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Numbering |
---|---|
Section |
|
#Remarks
The code sample below shows how to change the endnotes format so they appear as follows:
using (RichEditDocumentServer wordProcessor = new RichEditDocumentServer())
{
wordProcessor.LoadDocument("Document.docx");
Document document = wordProcessor.Document;
EndnoteOptions endnoteOptions = document.Sections[0].EndnoteOptions;
endnoteOptions.NumberingFormat = NumberingFormat.UpperRoman;
endnoteOptions.StartNumber = 5;
}