com.aspose.note

Class NumberFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.note.NumberFormat


  • 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>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • DecimalNumbers

        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.

        See Also:
        Constant Field Values
      • UpperRoman

        public static final byte UpperRoman

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

        See Also:
        Constant Field Values
      • LowerRoman

        public static final byte LowerRoman

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

        See Also:
        Constant Field Values
      • 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, …, Y, Z, AA, BB, CC, …, YY, ZZ, AAA, BBB, CCC.

        See Also:
        Constant Field Values
      • 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, …, y, z, aa, bb, cc, …, yy, zz, aaa, bbb, ccc.

        See Also:
        Constant Field Values
      • TaiwaneseCounting

        public static final byte TaiwaneseCounting

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

        See Also:
        Constant Field Values
      • TaiwaneseCountingThousand

        public static final byte TaiwaneseCountingThousand

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

        See Also:
        Constant Field Values
      • ChineseCounting

        public static final byte ChineseCounting

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

        See Also:
        Constant Field Values
      • ChineseCountingThousand

        public static final byte ChineseCountingThousand

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

        See Also:
        Constant Field Values