|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.pdf.PDFEncryptInfo
public class PDFEncryptInfo
This class holds the PDF encrypt info attributes. It can be set in PDFPrinter to encrypt the generated PDF file.
| Constructor Summary | |
|---|---|
PDFEncryptInfo()
|
|
| Method Summary | |
|---|---|
String |
getOwnerPassword()
Get the owner password(plain text). |
int |
getPermissionCode()
Get the permission code. |
String |
getUserPassword()
Get the user password(plain text). |
boolean |
isAddPermitted()
Check if the add content operation permitted. |
boolean |
isChangePermitted()
Check if the change content operation permitted. |
boolean |
isCopyPermitted()
Check if the copy content operation permitted. |
boolean |
isEncrypted()
Check if encrypt enabled. |
boolean |
isPrintPermitted()
Check if print permitted. |
void |
setAddPermission(boolean perm)
Set the add content permission. |
void |
setChangePermission(boolean perm)
Set the change content permission. |
void |
setCopyPermission(boolean perm)
Set the copy content operation permission. |
void |
setOwnerPassword(String password)
Set owner password(plain text). |
void |
setPrintPermission(boolean perm)
Set the print permission; |
void |
setUserPassword(String password)
Set the user password(plain text). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDFEncryptInfo()
| Method Detail |
|---|
public boolean isEncrypted()
public void setOwnerPassword(String password)
public String getOwnerPassword()
public void setUserPassword(String password)
public String getUserPassword()
public int getPermissionCode()
public void setPrintPermission(boolean perm)
public boolean isPrintPermitted()
public void setChangePermission(boolean perm)
public boolean isChangePermitted()
public void setCopyPermission(boolean perm)
public boolean isCopyPermitted()
public void setAddPermission(boolean perm)
public boolean isAddPermitted()
public String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||