Package com.grapecity.documents.excel
Class PdfSecurityOptions
java.lang.Object
com.grapecity.documents.excel.PdfSecurityOptions
Represents the security setting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.booleanGets the permission to copy or extract content.booleanGets the permission to fill the form fields.booleanGets the permission to print in high quality.booleanGets the permission to comment on the document.booleanGets the permission to modify pdf document.Gets the owner password of the document.booleanGets the permission to print pdf document.Gets the user password.voidsetAssembleDocumentPermission(boolean value) Sets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.voidsetExtractContentPermission(boolean value) Sets the permission to copy or extract content.voidsetFillFormsPermission(boolean value) Sets the permission to fill the form fields.voidsetFullQualityPrintPermission(boolean value) Sets the permission to print in high quality.voidsetModifyAnnotationsPermission(boolean value) Sets the permission to comment on the document.voidsetModifyDocumentPermission(boolean value) Sets the permission to modify pdf document.voidsetOwnerPassword(String value) Sets the owner password of the document.voidsetPrintPermission(boolean value) Sets the permission to print pdf document.voidsetUserPassword(String value) Sets the user password.toString()
-
Constructor Details
-
PdfSecurityOptions
public PdfSecurityOptions()
-
-
Method Details
-
getUserPassword
Gets the user password. -
setUserPassword
Sets the user password. -
getOwnerPassword
Gets the owner password of the document. -
setOwnerPassword
Sets the owner password of the document. -
getPrintPermission
public boolean getPrintPermission()Gets the permission to print pdf document. -
setPrintPermission
public void setPrintPermission(boolean value) Sets the permission to print pdf document. -
getModifyDocumentPermission
public boolean getModifyDocumentPermission()Gets the permission to modify pdf document. -
setModifyDocumentPermission
public void setModifyDocumentPermission(boolean value) Sets the permission to modify pdf document. -
getModifyAnnotationsPermission
public boolean getModifyAnnotationsPermission()Gets the permission to comment on the document. -
setModifyAnnotationsPermission
public void setModifyAnnotationsPermission(boolean value) Sets the permission to comment on the document. -
getFillFormsPermission
public boolean getFillFormsPermission()Gets the permission to fill the form fields. -
setFillFormsPermission
public void setFillFormsPermission(boolean value) Sets the permission to fill the form fields. -
getExtractContentPermission
public boolean getExtractContentPermission()Gets the permission to copy or extract content. -
setExtractContentPermission
public void setExtractContentPermission(boolean value) Sets the permission to copy or extract content. -
getAssembleDocumentPermission
public boolean getAssembleDocumentPermission()Gets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set. -
setAssembleDocumentPermission
public 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. -
getFullQualityPrintPermission
public boolean getFullQualityPrintPermission()Gets the permission to print in high quality. -
setFullQualityPrintPermission
public void setFullQualityPrintPermission(boolean value) Sets the permission to print in high quality. -
toString
-