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、BB、cc。

LowerRoman = 2

順序は、下ケースのローマ数で構成される。例:I、II、III、IV、…、XVI、xix、XX、XI。

TaiwaneseCounting = 33

順序は、台湾の計算システムの順次数で構成される。

TaiwaneseCountingThousand = 35

順序は、台湾の数千系の順次数で構成される。

UpperLetter = 3

順序は、上記のラテン文字の単一文字の一つまたは複数の出来事で構成される。例: A、B、C、…、Y、Z、AA、BB、CC、……、YT、AZ、AAA。

UpperRoman = 1

順序は上記のローマ数で構成される。例: I、II、III、IV、…、 XVIII、XIX、XX、21。

 日本語