public class PdfSecurityOptions
extends java.lang.Object
| Constructor and Description |
|---|
PdfSecurityOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssembleDocumentPermission()
Gets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
|
boolean |
getExtractContentPermission()
Gets the permission to copy or extract content.
|
boolean |
getFillFormsPermission()
Gets the permission to fill the form fields.
|
boolean |
getFullQualityPrintPermission()
Gets the permission to print in high quality.
|
boolean |
getModifyAnnotationsPermission()
Gets the permission to comment on the document.
|
boolean |
getModifyDocumentPermission()
Gets the permission to modify pdf document
|
java.lang.String |
getOwnerPassword()
Gets the owner password of the document
|
boolean |
getPrintPermission()
Gets the permission to print pdf document
|
java.lang.String |
getUserPassword()
Gets the user password
|
void |
setAssembleDocumentPermission(boolean value)
Sets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
|
void |
setExtractContentPermission(boolean value)
Sets the permission to copy or extract content.
|
void |
setFillFormsPermission(boolean value)
Sets the permission to fill the form fields.
|
void |
setFullQualityPrintPermission(boolean value)
Sets the permission to print in high quality.
|
void |
setModifyAnnotationsPermission(boolean value)
Sets the permission to comment on the document.
|
void |
setModifyDocumentPermission(boolean value)
Sets the permission to modify pdf document
|
void |
setOwnerPassword(java.lang.String value)
Sets the owner password of the document
|
void |
setPrintPermission(boolean value)
Sets the permission to print pdf document
|
void |
setUserPassword(java.lang.String value)
Sets the user password
|
java.lang.String |
toString() |
public java.lang.String getUserPassword()
public void setUserPassword(java.lang.String value)
public java.lang.String getOwnerPassword()
public void setOwnerPassword(java.lang.String value)
public boolean getPrintPermission()
public void setPrintPermission(boolean value)
public boolean getModifyDocumentPermission()
public void setModifyDocumentPermission(boolean value)
public boolean getModifyAnnotationsPermission()
public void setModifyAnnotationsPermission(boolean value)
public boolean getFillFormsPermission()
public void setFillFormsPermission(boolean value)
public boolean getExtractContentPermission()
public void setExtractContentPermission(boolean value)
public boolean getAssembleDocumentPermission()
public void setAssembleDocumentPermission(boolean value)
public boolean getFullQualityPrintPermission()
public void setFullQualityPrintPermission(boolean value)
public java.lang.String toString()
toString in class java.lang.Object