Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Modifier and Type | Method and Description |
---|---|
PasswordPermissions |
PDFSecuritySettings.getPermissions()
Returns the current permission object in this set of encryption information.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFSecuritySettings.setPermissions(PasswordPermissions permissions)
Changes the permission object in this set of encryption information.
|
Constructor and Description |
---|
PDFSecuritySettings(String permissionsPwd,
String openPwd,
PasswordPermissions permissions,
int encryptType)
Creates a set of encryption information.
|