com.pdfjet
Class CodePage

java.lang.Object
  extended by com.pdfjet.CodePage

public class CodePage
extends java.lang.Object

Used to specify the character encoding - code page - for a font. See the Font class for more information.


Field Summary
static int CP1250
           
static int CP1251
           
static int CP1252
           
static int CP1253
           
static int CP1254
           
static int CP1257
           
static int UNICODE
           
 
Constructor Summary
CodePage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNICODE

public static final int UNICODE
See Also:
Constant Field Values

CP1250

public static final int CP1250
See Also:
Constant Field Values

CP1251

public static final int CP1251
See Also:
Constant Field Values

CP1252

public static final int CP1252
See Also:
Constant Field Values

CP1253

public static final int CP1253
See Also:
Constant Field Values

CP1254

public static final int CP1254
See Also:
Constant Field Values

CP1257

public static final int CP1257
See Also:
Constant Field Values
Constructor Detail

CodePage

public CodePage()