Packages

 

com.aspose.cad

Class MifCodePages

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


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

    Code pages used in MIF symbols

    • 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 Default
      Autodetect MIF encoding from n symbol in M+nXXXX format.
      static int Japanese
      Codepage index 1 - Windows 932
      static int KoreanJohab
      Codepage index 5 - Windows 1361
      static int KoreanWansung
      Codepage index 3 - Windows 949
      static int SimpChinese
      Codepage index 4 - Windows 936
      static int TradChinese
      Codepage index 2 - Windows 950
      • 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

      • Default

        public static final int Default

        Autodetect MIF encoding from n symbol in M+nXXXX format.

        See Also:
        Constant Field Values
      • Japanese

        public static final int Japanese

        Codepage index 1 - Windows 932

        See Also:
        Constant Field Values
      • TradChinese

        public static final int TradChinese

        Codepage index 2 - Windows 950

        See Also:
        Constant Field Values
      • KoreanWansung

        public static final int KoreanWansung

        Codepage index 3 - Windows 949

        See Also:
        Constant Field Values
      • SimpChinese

        public static final int SimpChinese

        Codepage index 4 - Windows 936

        See Also:
        Constant Field Values
      • KoreanJohab

        public static final int KoreanJohab

        Codepage index 5 - Windows 1361

        See Also:
        Constant Field Values