|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setOwnerPassword(java.lang.String value)
value
- The owner password.public void setUserPassword(java.lang.String value)
value
- The user password.public void setAllowPrint(boolean value)
value
- Set to true to allow printing.public void setAllowCopyContent(boolean value)
value
- Set to true to allow content extraction.public void setAllowEditContent(boolean value)
value
- Set to true to allow the document content to be edited.public void setAllowEditAnnotation(boolean value)
value
- Set to true to allow the document annotations to be edited.public void init()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.