public interface AccessPermissions
| Modifier and Type | Field and Description | 
|---|---|
| static Property | ASSEMBLE_DOCUMENTCan the user insert/rotate/delete pages. | 
| static Property | CAN_MODIFYCan any modifications be made to the document | 
| static Property | CAN_MODIFY_ANNOTATIONSCan the user modify annotations | 
| static Property | CAN_PRINTCan the user print the document | 
| static Property | CAN_PRINT_DEGRADEDCan the user print an image-degraded version of the document. | 
| static Property | EXTRACT_CONTENTShould content be extracted, generally. | 
| static Property | EXTRACT_FOR_ACCESSIBILITYShould content be extracted for the purposes
 of accessibility. | 
| static Property | FILL_IN_FORMCan the user fill in a form | 
| static String | PREFIX | 
static final String PREFIX
static final Property CAN_MODIFY
static final Property EXTRACT_CONTENT
static final Property EXTRACT_FOR_ACCESSIBILITY
static final Property ASSEMBLE_DOCUMENT
static final Property FILL_IN_FORM
static final Property CAN_MODIFY_ANNOTATIONS
static final Property CAN_PRINT
static final Property CAN_PRINT_DEGRADED
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.