|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.pd.AbstractBitFlags
de.intarsys.pdf.crypt.AbstractAccessPermissions
de.intarsys.pdf.crypt.AccessPermissionsR2
public class AccessPermissionsR2
The access permission flags as of /Standard handler, release 2 spec.
Field Summary |
---|
Fields inherited from class de.intarsys.pdf.crypt.AbstractAccessPermissions |
---|
Bit_Assemble, Bit_Copy, Bit_Extract, Bit_FillForm, Bit_Modify, Bit_ModifyAnnotation, Bit_Print, Bit_PrintHighQuality |
Constructor Summary | |
---|---|
AccessPermissionsR2(StandardSecurityHandler handler)
|
Method Summary | |
---|---|
boolean |
mayAssemble()
Assemble the document: insert, rotate or delete pages and create bookmarks or thumbnail images. |
boolean |
mayCopy()
Copy or otherwise extract text and graphics from the document in support of accessibility to disabled users or for other purposes. |
boolean |
mayExtract()
Extract text and graphics (in support of accessibility to disabled users or for other purposes) |
boolean |
mayFillForm()
Fill in existing interactive form fields (including signature fields) |
boolean |
mayModify()
Modify the contents of the document by operations other than those controlled by mayModifyAnnotation and mayFillForm |
boolean |
mayModifyAnnotation()
Add or modify text annotations, fill in interactice form fields, and if mayModify is set, create or modify interactive form fields (including signature fields) |
boolean |
mayPrint()
Print the document |
boolean |
mayPrintHighQuality()
Print the document to a representation from which a faithful digital copy of the PDF content could be generated. |
Methods inherited from class de.intarsys.pdf.crypt.AbstractAccessPermissions |
---|
getHandler |
Methods inherited from class de.intarsys.pdf.pd.AbstractBitFlags |
---|
isSetAnd, isSetOr |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessPermissionsR2(StandardSecurityHandler handler)
Method Detail |
---|
public boolean mayAssemble()
IAccessPermissions
public boolean mayCopy()
IAccessPermissions
public boolean mayExtract()
IAccessPermissions
public boolean mayFillForm()
IAccessPermissions
public boolean mayModify()
IAccessPermissions
public boolean mayModifyAnnotation()
IAccessPermissions
public boolean mayPrint()
IAccessPermissions
public boolean mayPrintHighQuality()
IAccessPermissions
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |