Enum NumberFormat

Enum NumberFormat

名称: Aspose.Note 集合: Aspose.Note.dll (25.4.0)

指定可以用于一组自动编号的对象的数码格式。完整的列表是指定的 MSDN

public enum NumberFormat : byte
    {
        General = 0,
        Currency = 1,
        Date = 2,
        Time = 3,
        Percent = 4,
        Scientific = 5,
        Fixed = 6,
        Accounting1 = 7,
        Accounting2 = 8,
        Accounting3 = 9,
        Accounting4 = 10,
        Accounting5 = 11,
        Accounting6 = 12,
        Accounting7 = 13,
        Accounting8 = 14,
        Accounting9 = 15,
        Accounting10 = 16,
        Accounting11 = 17,
        Accounting12 = 18,
        Accounting13 = 19,
        Accounting14 = 20,
        Accounting15 = 21,
        Accounting16 = 22,
        Accounting17 = 23,
        Accounting18 = 24,
        Accounting19 = 25,
        Custom = 26
    }

Fields

ChineseCounting = 37

它规定,序列应由中国计算系统的连续数字组成。

ChineseCountingThousand = 39

它指出,序列将由中国数千系统的连续数字组成。

DecimalNumbers = 0

它规定,序列应由十数数组成。例如: 1, 2, 3, …, 8, 9, 10, 11, 12, … , 18, 19, 20, 21.

LowerLetter = 4

该序列应由一个或多个拉丁字母单一的事件组成,在较低的情况下。例如: a、b、c、……、y、z、aa、 bb、cc、…、YY、ZZ、AAA、BBB、CCC。

LowerRoman = 2

它规定,序列应由较低的罗马数字组成。例子:i、ii、iii、iv、…、xviii,xix、xx、Xxi。

TaiwaneseCounting = 33

它规定,序列应由台湾计算系统的连续数字组成。

TaiwaneseCountingThousand = 35

它指出,序列将由台湾数千系统的连续数字组成。

UpperLetter = 3

该序列应由一个或多个拉丁字母在上面的案例中单一字的事件组成。例子:A、B、C、……、Y、Z、AA、BB、CC、…、YT、ZE、AAA,BBB,CC。

UpperRoman = 1

它规定,序列应由顶级罗马数字组成。例子: I、II、III、IV、……、XVIII、XXXX、21。

 中文