Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class EncodingType

java.lang.Object
  extended bycom.aspose.pdf.kit.EncodingType

public class EncodingType
extends java.lang.Object

Represents 7 encoding types of the text using.


Field Summary
static java.lang.String CP1250
          A windows text encoding name.
static java.lang.String CP1252
          A windows text encoding name.
static java.lang.String CP1257
          A windows text encoding name.
static java.lang.String Identity_H
          The Unicode encoding with horizontal writing.
static java.lang.String Identity_V
          The Unicode encoding with vertical writing.
static java.lang.String MacRoman
          Mac os standard encoding for Latin text.
static java.lang.String Winansi
          Windows ansi encoding.
 
Constructor Summary
EncodingType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Identity_H

public static final java.lang.String Identity_H
The Unicode encoding with horizontal writing.

See Also:
Constant Field Values

Identity_V

public static final java.lang.String Identity_V
The Unicode encoding with vertical writing.

See Also:
Constant Field Values

CP1250

public static final java.lang.String CP1250
A windows text encoding name.

See Also:
Constant Field Values

CP1252

public static final java.lang.String CP1252
A windows text encoding name.

See Also:
Constant Field Values

CP1257

public static final java.lang.String CP1257
A windows text encoding name.

See Also:
Constant Field Values

Winansi

public static final java.lang.String Winansi
Windows ansi encoding.

See Also:
Constant Field Values

MacRoman

public static final java.lang.String MacRoman
Mac os standard encoding for Latin text.

See Also:
Constant Field Values
Constructor Detail

EncodingType

public EncodingType()