![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.kit.PdfPrivilege
Represents the privileges for accessing Pdf file.
Field Summary | |
static int |
AllowAll
All allowed. |
static int |
Assembly
Allows assemblying file. |
static int |
Copy
Allows copying file. |
static int |
DegradedPrinting
Allows degraded printing. |
static int |
FillIn
Allows filling forms in file. |
static int |
ModifyAnnotations
Allows modifying annotations of file. |
static int |
ModifyContents
Allows modifying file. |
static int |
Print
Allows printing file. |
static int |
ScreenReaders
Only permits to reader on screen. |
Constructor Summary | |
PdfPrivilege()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Copy
public static final int Print
public static final int ModifyContents
public static final int ModifyAnnotations
public static final int FillIn
public static final int ScreenReaders
public static final int Assembly
public static final int DegradedPrinting
public static final int AllowAll
Constructor Detail |
public PdfPrivilege()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |