类 PdfSecurityOptions
java.lang.Object
com.grapecity.documents.excel.PdfSecurityOptions
Represents the security setting.
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
Gets the permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.boolean
Gets the permission to copy or extract content.boolean
Gets the permission to fill the form fields.boolean
Gets the permission to print in high quality.boolean
Gets the permission to comment on the document.boolean
Gets the permission to modify pdf documentGets the owner password of the documentboolean
Gets the permission to print pdf documentGets the user passwordvoid
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 documentvoid
setOwnerPassword
(String value) Sets the owner password of the documentvoid
setPrintPermission
(boolean value) Sets the permission to print pdf documentvoid
setUserPassword
(String value) Sets the user passwordtoString()
-
构造器详细资料
-
PdfSecurityOptions
public PdfSecurityOptions()
-
-
方法详细资料
-
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
-