JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

org.jpedal.constants
Class PDFflags

java.lang.Object
  extended by org.jpedal.constants.PDFflags

public class PDFflags
extends java.lang.Object


Field Summary
static int IS_EXTRACTION_ALLOWED
           
static int IS_FILE_ENCRYPTED
           
static int IS_FILE_VIEWABLE
           
static int IS_METADATA_ENCRYPTED
           
static int IS_PASSWORD_SUPPLIED
           
static int NO_VALID_PASSWORD
          possible return keys from VALID_PASSWORD_SUPPLIED
static java.lang.Integer USER_ACCESS_PERMISSIONS
          see Table 3.20 in PDF spec for meaning of values returned
static int VALID_OWNER_PASSWORD
           
static java.lang.Integer VALID_PASSWORD_SUPPLIED
          ask JPedal for status on password
static int VALID_USER_PASSWORD
           
 
Constructor Summary
PDFflags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ACCESS_PERMISSIONS

public static final java.lang.Integer USER_ACCESS_PERMISSIONS
see Table 3.20 in PDF spec for meaning of values returned


VALID_PASSWORD_SUPPLIED

public static final java.lang.Integer VALID_PASSWORD_SUPPLIED
ask JPedal for status on password


NO_VALID_PASSWORD

public static final int NO_VALID_PASSWORD
possible return keys from VALID_PASSWORD_SUPPLIED

See Also:
Constant Field Values

VALID_USER_PASSWORD

public static final int VALID_USER_PASSWORD
See Also:
Constant Field Values

VALID_OWNER_PASSWORD

public static final int VALID_OWNER_PASSWORD
See Also:
Constant Field Values

IS_FILE_VIEWABLE

public static final int IS_FILE_VIEWABLE
See Also:
Constant Field Values

IS_FILE_ENCRYPTED

public static final int IS_FILE_ENCRYPTED
See Also:
Constant Field Values

IS_METADATA_ENCRYPTED

public static final int IS_METADATA_ENCRYPTED
See Also:
Constant Field Values

IS_EXTRACTION_ALLOWED

public static final int IS_EXTRACTION_ALLOWED
See Also:
Constant Field Values

IS_PASSWORD_SUPPLIED

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

PDFflags

public PDFflags()

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org