com.aspose.cells
Class PdfSecurityOptions

java.lang.Object
    extended by com.aspose.cells.PdfSecurityOptions

public class PdfSecurityOptions 
extends java.lang.Object

Settings of pdf when converting excel to pdf, PDF/A does not allow security setting.

Constructor Summary
PdfSecurityOptions()
           The constructor of PdfSecurityOptions
 
Property Getters/Setters Summary
booleangetAnnotationsPermission()
voidsetAnnotationsPermission(boolean value)
           Permission to comment on the document.
booleangetAssembleDocumentPermission()
voidsetAssembleDocumentPermission(boolean value)
           Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
booleangetExtractContentPermission()
voidsetExtractContentPermission(boolean value)
           Permission to copy or extract content.
booleangetExtractContentPermissionObsolete()
voidsetExtractContentPermissionObsolete(boolean value)
           Permission to copy or extract content Obsoleted according to PDF reference.
booleangetFillFormsPermission()
voidsetFillFormsPermission(boolean value)
           Permission to fill the form fields.
booleangetFullQualityPrintPermission()
voidsetFullQualityPrintPermission(boolean value)
           Permission to print in high quality.
booleangetModifyDocumentPermission()
voidsetModifyDocumentPermission(boolean value)
           Permission to modify pdf document
java.lang.StringgetOwnerPassword()
voidsetOwnerPassword(java.lang.String value)
           Gets or sets the owner password of the document
booleangetPrintPermission()
voidsetPrintPermission(boolean value)
           Permission to print pdf document
java.lang.StringgetUserPassword()
voidsetUserPassword(java.lang.String value)
           Gets or sets the user password
 

Constructor Detail

PdfSecurityOptions

public PdfSecurityOptions()
The constructor of PdfSecurityOptions

Property Getters/Setters Detail

getUserPassword/setUserPassword

public java.lang.String getUserPassword() / public void setUserPassword(java.lang.String value)
Gets or sets the user password

getOwnerPassword/setOwnerPassword

public java.lang.String getOwnerPassword() / public void setOwnerPassword(java.lang.String value)
Gets or sets the owner password of the document

getPrintPermission/setPrintPermission

public boolean getPrintPermission() / public void setPrintPermission(boolean value)
Permission to print pdf document

getModifyDocumentPermission/setModifyDocumentPermission

public boolean getModifyDocumentPermission() / public void setModifyDocumentPermission(boolean value)
Permission to modify pdf document

getExtractContentPermissionObsolete/setExtractContentPermissionObsolete

public boolean getExtractContentPermissionObsolete() / public void setExtractContentPermissionObsolete(boolean value)
Permission to copy or extract content Obsoleted according to PDF reference.

getAnnotationsPermission/setAnnotationsPermission

public boolean getAnnotationsPermission() / public void setAnnotationsPermission(boolean value)
Permission to comment on the document.

getFillFormsPermission/setFillFormsPermission

public boolean getFillFormsPermission() / public void setFillFormsPermission(boolean value)
Permission to fill the form fields.

getExtractContentPermission/setExtractContentPermission

public boolean getExtractContentPermission() / public void setExtractContentPermission(boolean value)
Permission to copy or extract content.

getAssembleDocumentPermission/setAssembleDocumentPermission

public boolean getAssembleDocumentPermission() / public void setAssembleDocumentPermission(boolean value)
Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.

getFullQualityPrintPermission/setFullQualityPrintPermission

public boolean getFullQualityPrintPermission() / public void setFullQualityPrintPermission(boolean value)
Permission to print in high quality.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.