com.pdftools
Class NativeLibrary.ERRORCODE

java.lang.Object
  extended by com.pdftools.NativeLibrary.ERRORCODE
Enclosing class:
NativeLibrary

public static class NativeLibrary.ERRORCODE
extends java.lang.Object


Field Summary
static int PDF_E_CHARPROC
           
static int PDF_E_CORRUPT
           
static int PDF_E_ENDOBJ
           
static int PDF_E_ENDSTREAM
           
static int PDF_E_EOF
           
static int PDF_E_FATAL
           
static int PDF_E_FILECREATE
           
static int PDF_E_FILEOPEN
           
static int PDF_E_FONTINSTALL
           
static int PDF_E_GENNO
           
static int PDF_E_HEADER
           
static int PDF_E_IDENTITY
           
static int PDF_E_LENGTH
           
static int PDF_E_NULL
           
static int PDF_E_OBJ
           
static int PDF_E_OBJNO
           
static int PDF_E_OPERANDS
           
static int PDF_E_OPERATOR
           
static int PDF_E_OPNDARRAY
           
static int PDF_E_OPNDDICT
           
static int PDF_E_OPNDNAME
           
static int PDF_E_OPNDNUMBER
           
static int PDF_E_OPNDSTRING
           
static int PDF_E_PAGE
           
static int PDF_E_PAGECOUNT
           
static int PDF_E_PAGEKIDS
           
static int PDF_E_PAGEMEDIABOX
           
static int PDF_E_PAGEPARENT
           
static int PDF_E_PAGERES
           
static int PDF_E_PAGETYPE
           
static int PDF_E_PAINTMISSING
           
static int PDF_E_PASSWORD
           
static int PDF_E_PATTERNTYPE
           
static int PDF_E_ROOT
           
static int PDF_E_SAMPLELENGTH
           
static int PDF_E_SETPOS
           
static int PDF_E_SHADINGTYPE
           
static int PDF_E_STANDARDFONT
           
static int PDF_E_TOKEN
           
static int PDF_E_TRAILER
           
static int PDF_E_UNKCOLORSPACE
           
static int PDF_E_XREF
           
static int PDF_I_OPEN
           
static int PDF_I_PAGE
           
static int PDF_S_SUCCESS
           
static int PDF_W_FONTREPLACE
           
static int PDF_W_SYSTEMFONT
           
 
Constructor Summary
NativeLibrary.ERRORCODE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDF_S_SUCCESS

public static final int PDF_S_SUCCESS
See Also:
Constant Field Values

PDF_E_FATAL

public static final int PDF_E_FATAL
See Also:
Constant Field Values

PDF_E_FILEOPEN

public static final int PDF_E_FILEOPEN
See Also:
Constant Field Values

PDF_E_FILECREATE

public static final int PDF_E_FILECREATE
See Also:
Constant Field Values

PDF_E_SETPOS

public static final int PDF_E_SETPOS
See Also:
Constant Field Values

PDF_E_HEADER

public static final int PDF_E_HEADER
See Also:
Constant Field Values

PDF_E_EOF

public static final int PDF_E_EOF
See Also:
Constant Field Values

PDF_E_XREF

public static final int PDF_E_XREF
See Also:
Constant Field Values

PDF_E_TRAILER

public static final int PDF_E_TRAILER
See Also:
Constant Field Values

PDF_E_ROOT

public static final int PDF_E_ROOT
See Also:
Constant Field Values

PDF_E_PASSWORD

public static final int PDF_E_PASSWORD
See Also:
Constant Field Values

PDF_E_CORRUPT

public static final int PDF_E_CORRUPT
See Also:
Constant Field Values

PDF_E_OBJNO

public static final int PDF_E_OBJNO
See Also:
Constant Field Values

PDF_E_GENNO

public static final int PDF_E_GENNO
See Also:
Constant Field Values

PDF_E_IDENTITY

public static final int PDF_E_IDENTITY
See Also:
Constant Field Values

PDF_E_OBJ

public static final int PDF_E_OBJ
See Also:
Constant Field Values

PDF_E_NULL

public static final int PDF_E_NULL
See Also:
Constant Field Values

PDF_E_LENGTH

public static final int PDF_E_LENGTH
See Also:
Constant Field Values

PDF_E_ENDSTREAM

public static final int PDF_E_ENDSTREAM
See Also:
Constant Field Values

PDF_E_ENDOBJ

public static final int PDF_E_ENDOBJ
See Also:
Constant Field Values

PDF_E_PAGE

public static final int PDF_E_PAGE
See Also:
Constant Field Values

PDF_E_PAGETYPE

public static final int PDF_E_PAGETYPE
See Also:
Constant Field Values

PDF_E_PAGEKIDS

public static final int PDF_E_PAGEKIDS
See Also:
Constant Field Values

PDF_E_PAGECOUNT

public static final int PDF_E_PAGECOUNT
See Also:
Constant Field Values

PDF_E_PAGEPARENT

public static final int PDF_E_PAGEPARENT
See Also:
Constant Field Values

PDF_E_PAGERES

public static final int PDF_E_PAGERES
See Also:
Constant Field Values

PDF_E_PAGEMEDIABOX

public static final int PDF_E_PAGEMEDIABOX
See Also:
Constant Field Values

PDF_I_OPEN

public static final int PDF_I_OPEN
See Also:
Constant Field Values

PDF_I_PAGE

public static final int PDF_I_PAGE
See Also:
Constant Field Values

PDF_E_TOKEN

public static final int PDF_E_TOKEN
See Also:
Constant Field Values

PDF_E_OPERATOR

public static final int PDF_E_OPERATOR
See Also:
Constant Field Values

PDF_E_OPERANDS

public static final int PDF_E_OPERANDS
See Also:
Constant Field Values

PDF_E_OPNDNUMBER

public static final int PDF_E_OPNDNUMBER
See Also:
Constant Field Values

PDF_E_OPNDSTRING

public static final int PDF_E_OPNDSTRING
See Also:
Constant Field Values

PDF_E_OPNDNAME

public static final int PDF_E_OPNDNAME
See Also:
Constant Field Values

PDF_E_OPNDARRAY

public static final int PDF_E_OPNDARRAY
See Also:
Constant Field Values

PDF_E_OPNDDICT

public static final int PDF_E_OPNDDICT
See Also:
Constant Field Values

PDF_E_UNKCOLORSPACE

public static final int PDF_E_UNKCOLORSPACE
See Also:
Constant Field Values

PDF_E_PAINTMISSING

public static final int PDF_E_PAINTMISSING
See Also:
Constant Field Values

PDF_E_PATTERNTYPE

public static final int PDF_E_PATTERNTYPE
See Also:
Constant Field Values

PDF_E_SAMPLELENGTH

public static final int PDF_E_SAMPLELENGTH
See Also:
Constant Field Values

PDF_E_CHARPROC

public static final int PDF_E_CHARPROC
See Also:
Constant Field Values

PDF_E_SHADINGTYPE

public static final int PDF_E_SHADINGTYPE
See Also:
Constant Field Values

PDF_E_FONTINSTALL

public static final int PDF_E_FONTINSTALL
See Also:
Constant Field Values

PDF_E_STANDARDFONT

public static final int PDF_E_STANDARDFONT
See Also:
Constant Field Values

PDF_W_SYSTEMFONT

public static final int PDF_W_SYSTEMFONT
See Also:
Constant Field Values

PDF_W_FONTREPLACE

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

NativeLibrary.ERRORCODE

public NativeLibrary.ERRORCODE()