com.aspose.pdf.facades

Class EncodingType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.facades.EncodingType


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

    Enumerates encoding types of the text using.

    • 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 Cp1250
      A windows text encoding name.
      static int Cp1252
      A windows text encoding name.
      static int Cp1257
      A windows text encoding name.
      static int Identity_h
      The Unicode encoding with horizontal writing.
      static int Identity_v
      The Unicode encoding with vertical writing.
      static int Macroman
      Mac os standard encoding for Latin text.
      static int Winansi
      Windows ansi encoding.
      • 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

      • Identity_h

        public static final int Identity_h

        The Unicode encoding with horizontal writing.

        See Also:
        Constant Field Values
      • Identity_v

        public static final int Identity_v

        The Unicode encoding with vertical writing.

        See Also:
        Constant Field Values
      • Macroman

        public static final int Macroman

        Mac os standard encoding for Latin text.

        See Also:
        Constant Field Values