Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class StringDigitSubstitute

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.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.

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