|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.PdfDocumentPrivilege
public class PdfDocumentPrivilege
Represents the privileges for accessing pdf file.
| Constructor Summary | |
|---|---|
PdfDocumentPrivilege()
Initializes a new instance. |
|
| Method Summary | |
|---|---|
static PdfDocumentPrivilege |
getAllowAll()
All allowed. |
static PdfDocumentPrivilege |
getForbidAll()
All forbidded. |
boolean |
isAllowAssembly()
Gets the permission which allow assembly or not. |
boolean |
isAllowContentCopying()
Gets the permission which allow copy contents or not. |
boolean |
isAllowCopyContentAccessibility()
Gets the permission which allow copy content for accessibility or not. |
boolean |
isAllowDegradedPrinting()
Gets the permission which allow degraded printing or not. |
boolean |
isAllowFillFormFields()
Gets the permission which allow fill in form fields or not. |
boolean |
isAllowModifyAnnotations()
Gets the permission which allow modify annotations or not. |
boolean |
isAllowModifyContents()
Gets the permission which allow modify contents or not. |
boolean |
isAllowPrint()
Gets the permission which allow print or not. |
void |
setAllowAssembly(boolean value)
Sets the permission which allow assembly or not. |
void |
setAllowContentCopying(boolean value)
Sets the permission which allow copy contents or not. |
void |
setAllowCopyContentAccessibility(boolean value)
Sets the permission which allow copy content for accessibility or not. |
void |
setAllowDegradedPrinting(boolean value)
Sets the permission which allow degraded printing or not. |
void |
setAllowFillFormFields(boolean value)
Sets the permission which allow fill in form fields or not. |
void |
setAllowModifyAnnotations(boolean value)
Sets the permission which allow modify annotations or not. |
void |
setAllowModifyContents(boolean value)
Sets the permission which allow modify contents or not. |
void |
setAllowPrint(boolean value)
Sets the permission which allow print or not. |
| Constructor Detail |
|---|
public PdfDocumentPrivilege()
| Method Detail |
|---|
public static PdfDocumentPrivilege getAllowAll()
public static PdfDocumentPrivilege getForbidAll()
public boolean isAllowPrint()
public void setAllowPrint(boolean value)
value - The value.public boolean isAllowModifyContents()
public void setAllowModifyContents(boolean value)
value - The value.public boolean isAllowContentCopying()
public void setAllowContentCopying(boolean value)
value - The value.public boolean isAllowModifyAnnotations()
public void setAllowModifyAnnotations(boolean value)
value - The value.public boolean isAllowFillFormFields()
public void setAllowFillFormFields(boolean value)
value - The value.public boolean isAllowCopyContentAccessibility()
public void setAllowCopyContentAccessibility(boolean value)
value - The value.public boolean isAllowAssembly()
public void setAllowAssembly(boolean value)
value - The value.public boolean isAllowDegradedPrinting()
public void setAllowDegradedPrinting(boolean value)
value - The value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||