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

คําอธิบายว่า sequence จะประกอบด้วยตัวเลข sequential จากระบบคํานวณจีน

ChineseCountingThousand = 39

คําอธิบายว่า sequence จะประกอบด้วยตัวเลข sequential จากประเทศจีนคํานวณระบบหลายพัน

DecimalNumbers = 0

คําอธิบายว่า sequence จะประกอบด้วยการดิจิทัล decimalตัวอย่าง: 1, 2, 3, … , 8, 9, 10, 11, 12, …, 18, 19, 20, 21

LowerLetter = 4

คําอธิบายว่า sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in lower caseตัวอย่าง: A, B, C, …, Y, Z, aa, bb, cc, …., yy, zz, aaa, bbb,ccc.

LowerRoman = 2

คําอธิบายว่า sequence จะประกอบด้วยตัวเลขโรแมนในกรณีต่ํากว่าตัวอย่าง: i, ii, iii, iv, …, xviii , xix, xx, Xxi.

TaiwaneseCounting = 33

คําอธิบายว่า sequence จะประกอบด้วยตัวเลข sequential จากระบบคํานวณไต้หวัน

TaiwaneseCountingThousand = 35

คําอธิบายว่า sequence จะประกอบด้วยตัวเลข sequential จากระบบไต้หวันคํานวณพัน

UpperLetter = 3

คําอธิบายว่า sequence shall consist of one or more occurrences of a single letter of the Latin alphabet in the upper caseตัวอย่าง: A, B, C, …, Y, Z, AA, BB, CC, …) YY, zZ, AAA, bbb, cc.

UpperRoman = 1

คําอธิบายว่า sequence จะประกอบด้วยตัวเลขโรแมนด้านบนตัวอย่าง: I, II, III, IV, …, XVIII, XIX, XX, XXI

 แบบไทย