Package org.apache.tika.metadata
Interface AccessPermissions
- 
 public interface AccessPermissionsUntil we can find a common standard, we'll use these options. They were mostly derived from PDFBox's AccessPermission, but some can apply to other document formats, especially CAN_MODIFY and FILL_IN_FORM.
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyASSEMBLE_DOCUMENTCan the user insert/rotate/delete pages.static PropertyCAN_MODIFYCan any modifications be made to the documentstatic PropertyCAN_MODIFY_ANNOTATIONSCan the user modify annotationsstatic PropertyCAN_PRINTCan the user print the documentstatic PropertyCAN_PRINT_FAITHFULCan the user print an image-degraded version of the document.static PropertyEXTRACT_CONTENTShould content be extracted, generally.static PropertyEXTRACT_FOR_ACCESSIBILITYShould content be extracted for the purposes of accessibility.static PropertyFILL_IN_FORMCan the user fill in a formstatic StringPREFIX
 
- 
- 
- 
Field Detail- 
PREFIXstatic final String PREFIX - See Also:
- Constant Field Values
 
 - 
CAN_MODIFYstatic final Property CAN_MODIFY Can any modifications be made to the document
 - 
EXTRACT_CONTENTstatic final Property EXTRACT_CONTENT Should content be extracted, generally.
 - 
EXTRACT_FOR_ACCESSIBILITYstatic final Property EXTRACT_FOR_ACCESSIBILITY Should content be extracted for the purposes of accessibility.
 - 
ASSEMBLE_DOCUMENTstatic final Property ASSEMBLE_DOCUMENT Can the user insert/rotate/delete pages.
 - 
FILL_IN_FORMstatic final Property FILL_IN_FORM Can the user fill in a form
 - 
CAN_MODIFY_ANNOTATIONSstatic final Property CAN_MODIFY_ANNOTATIONS Can the user modify annotations
 - 
CAN_PRINTstatic final Property CAN_PRINT Can the user print the document
 - 
CAN_PRINT_FAITHFULstatic final Property CAN_PRINT_FAITHFUL Can the user print an image-degraded version of the document.
 
- 
 
-