NumberFormat

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class NumberFormat extends System.Enum

Specifies the numbering format that can be used for a group of automatically numbered objects. Full list is specified on MSDN

Fields

FieldDescription
DecimalNumbersSpecifies that the sequence shall consist of decimal numbering.
UpperRomanSpecifies that the sequence shall consist of uppercase roman numerals.
LowerRomanSpecifies that the sequence shall consist of lowercase roman numerals.
UpperLetterSpecifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in upper case.
LowerLetterSpecifies that the sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in lower case.
TaiwaneseCountingSpecifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
TaiwaneseCountingThousandSpecifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
ChineseCountingSpecifies that the sequence shall consist of sequential numbers from the Chinese counting system.
ChineseCountingThousandSpecifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system.

DecimalNumbers

public static final byte DecimalNumbers

Specifies that the sequence shall consist of decimal numbering. Example: 1, 2, 3, \u2026, 8, 9, 10, 11, 12, \u2026, 18, 19, 20, 21.

UpperRoman

public static final byte UpperRoman

Specifies that the sequence shall consist of uppercase roman numerals. Example: I, II, III, IV, \u2026, XVIII, XIX, XX, XXI.

LowerRoman

public static final byte LowerRoman

Specifies that the sequence shall consist of lowercase roman numerals. Example: i, ii, iii, iv, \u2026, xviii, xix, xx, xxi.

UpperLetter

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, \u2026, Y, Z, AA, BB, CC, \u2026, YY, ZZ, AAA, BBB, CCC.

LowerLetter

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, \u2026, y, z, aa, bb, cc, \u2026, yy, zz, aaa, bbb, ccc.

TaiwaneseCounting

public static final byte TaiwaneseCounting

Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.

TaiwaneseCountingThousand

public static final byte TaiwaneseCountingThousand

Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.

ChineseCounting

public static final byte ChineseCounting

Specifies that the sequence shall consist of sequential numbers from the Chinese counting system.

ChineseCountingThousand

public static final byte ChineseCountingThousand

Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system.