Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfCharacterSet

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfCharacterSet


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

    The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.

    • 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 Ansi
      Specifies the English character set.
      static byte Arabic
      Specifies the Arabic character set
      static byte Baltic
      Specifies the Baltic (Northeastern European) character set
      static byte Chinesebig5
      Specifies the "traditional" Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
      static byte Default
      Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET.
      static byte Easteurope
      Specifies a Eastern European character set.
      static byte Gb2312
      Specifies the "simplified" Chinese character set for People's Republic of China.
      static byte Greek
      Specifies the Greek character set.
      static byte Hangul
      Also spelled "Hangeul".
      static byte Hebrew
      Specifies the Vietnamese character set.
      static byte Johab
      Also spelled "Johap".
      static byte Mac
      Specifies the Apple Macintosh character set.
      static byte Oem
      Specifies a mapping to one of the OEM code pages, according to the current system locale setting.
      static byte Russian
      Specifies the Russian Cyrillic character set.
      static byte Shiftjis
      Specifies the Japanese character set.
      static byte Symbol
      Specifies a character set of symbols.
      static byte Thai
      Specifies the Thai character set.
      static byte Turkish
      Specifies the Turkish character set.
      static byte Vietnamese
      Specifies the Vietnamese character set.
      • 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, register, toObject, toString
    • Field Detail

      • Ansi

        public static final byte Ansi

        Specifies the English character set.

        See Also:
        Constant Field Values
      • Default

        public static final byte Default

        Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET.

        See Also:
        Constant Field Values
      • Symbol

        public static final byte Symbol

        Specifies a character set of symbols.

        See Also:
        Constant Field Values
      • Mac

        public static final byte Mac

        Specifies the Apple Macintosh character set.

        See Also:
        Constant Field Values
      • Shiftjis

        public static final byte Shiftjis

        Specifies the Japanese character set.

        See Also:
        Constant Field Values
      • Hangul

        public static final byte Hangul

        Also spelled "Hangeul". Specifies the Hangul Korean character set.

        See Also:
        Constant Field Values
      • Johab

        public static final byte Johab

        Also spelled "Johap". Specifies the Johab Korean character set.

        See Also:
        Constant Field Values
      • Gb2312

        public static final byte Gb2312

        Specifies the "simplified" Chinese character set for People's Republic of China.

        See Also:
        Constant Field Values
      • Chinesebig5

        public static final byte Chinesebig5

        Specifies the "traditional" Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.

        See Also:
        Constant Field Values
      • Greek

        public static final byte Greek

        Specifies the Greek character set.

        See Also:
        Constant Field Values
      • Turkish

        public static final byte Turkish

        Specifies the Turkish character set.

        See Also:
        Constant Field Values
      • Vietnamese

        public static final byte Vietnamese

        Specifies the Vietnamese character set.

        See Also:
        Constant Field Values
      • Hebrew

        public static final byte Hebrew

        Specifies the Vietnamese character set.

        See Also:
        Constant Field Values
      • Arabic

        public static final byte Arabic

        Specifies the Arabic character set

        See Also:
        Constant Field Values
      • Baltic

        public static final byte Baltic

        Specifies the Baltic (Northeastern European) character set

        See Also:
        Constant Field Values
      • Russian

        public static final byte Russian

        Specifies the Russian Cyrillic character set.

        See Also:
        Constant Field Values
      • Easteurope

        public static final byte Easteurope

        Specifies a Eastern European character set.

        See Also:
        Constant Field Values
      • Oem

        public static final byte Oem

        Specifies a mapping to one of the OEM code pages, according to the current system locale setting.

        See Also:
        Constant Field Values