|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfEncryption
Encryption-related items for a PDFDocument.
Method Summary | |
---|---|
void |
init()
Initializes the encryption algorithms and values. |
void |
setAllowCopyContent(boolean value)
Sets whether the document will allow the content to be extracted from the PDF document. |
void |
setAllowEditAnnotation(boolean value)
Sets whether the document will its annotations to be edited. |
void |
setAllowEditContent(boolean value)
Sets whether the document will allow its content to be edited. |
void |
setAllowPrint(boolean value)
Sets whether the document will allow printing. |
void |
setOwnerPassword(java.lang.String value)
Sets the owner password for the PDF. |
void |
setUserPassword(java.lang.String value)
Sets the user password for the PDF. |
Method Detail |
---|
void setOwnerPassword(java.lang.String value)
value
- The owner password.void setUserPassword(java.lang.String value)
value
- The user password.void setAllowPrint(boolean value)
value
- Set to true to allow printing.void setAllowCopyContent(boolean value)
value
- Set to true to allow content extraction.void setAllowEditContent(boolean value)
value
- Set to true to allow the document content to be edited.void setAllowEditAnnotation(boolean value)
value
- Set to true to allow the document annotations to be edited.void init()
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.