Packages

 

com.aspose.cad

Class StringDigitSubstitute

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.StringDigitSubstitute


  • public final class StringDigitSubstitute
    extends com.aspose.ms.System.Enum

    The enumeration specifies how to substitute digits in a string according to a user's locale or language.

    • 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 int National
      Specifies substitution digits that correspond with the official national language of the user's locale.
      static int None
      Specifies to disable substitutions.
      static int Traditional
      Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale.
      static int User
      Specifies a user-defined substitution scheme.
      • 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, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • User

        public static final int User

        Specifies a user-defined substitution scheme.

        See Also:
        Constant Field Values
      • National

        public static final int National

        Specifies substitution digits that correspond with the official national language of the user's locale.

        See Also:
        Constant Field Values
      • Traditional

        public static final int Traditional

        Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale.

        See Also:
        Constant Field Values