public final class NumberFormat
extends com.aspose.ms.System.Enum
Specifies the numbering format that can be used for a group of automatically numbered objects.
Full list is specified on <a href="https://msdn.microsoft.com/en-us/library/dd923798(v=office.12).aspx">MSDN</a>
Modifier and Type | Field and Description |
---|---|
static byte |
ChineseCounting
Specifies that the sequence shall consist of sequential numbers from the Chinese counting system.
|
static byte |
ChineseCountingThousand
Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system.
|
static byte |
DecimalNumbers
Specifies that the sequence shall consist of decimal numbering.
|
static byte |
LowerLetter
Specifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in lower case.
|
static byte |
LowerRoman
Specifies that the sequence shall consist of lowercase roman numerals.
|
static byte |
TaiwaneseCounting
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
|
static byte |
TaiwaneseCountingThousand
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
|
static byte |
UpperLetter
Specifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in upper case.
|
static byte |
UpperRoman
Specifies that the sequence shall consist of uppercase roman numerals.
|
public static final byte DecimalNumbers
Specifies that the sequence shall consist of decimal numbering. Example: 1, 2, 3, …, 8, 9, 10, 11, 12, …, 18, 19, 20, 21.
public static final byte UpperRoman
Specifies that the sequence shall consist of uppercase roman numerals. Example: I, II, III, IV, …, XVIII, XIX, XX, XXI.
public static final byte LowerRoman
Specifies that the sequence shall consist of lowercase roman numerals. Example: i, ii, iii, iv, …, xviii, xix, xx, xxi.
public static final byte UpperLetter
Specifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in upper case. Example: A, B, C, …, Y, Z, AA, BB, CC, …, YY, ZZ, AAA, BBB, CCC.
public static final byte LowerLetter
Specifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in lower case. Example: a, b, c, …, y, z, aa, bb, cc, …, yy, zz, aaa, bbb, ccc.
public static final byte TaiwaneseCounting
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
public static final byte TaiwaneseCountingThousand
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
public static final byte ChineseCounting
Specifies that the sequence shall consist of sequential numbers from the Chinese counting system.
public static final byte ChineseCountingThousand
Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system.