|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiUserAccessPrivileges>
com.stimulsoft.report.export.tools.StiUserAccessPrivileges
public enum StiUserAccessPrivileges
User accesc privileges Copyright Stimulsoft
Enum Constant Summary | |
---|---|
AddOrModifyTextAnnotations
User password allows adding or modifying text annotations in the content of the pdfdocument. |
|
All
User password allows all modifications on the content of the pdf document. |
|
CopyTextAndGraphics
User password allows copying text and graphics objects from the content of the pdfdocument. |
|
ModifyContents
User password allows modifying the content of the pdf document. |
|
None
User password allows only opening the pdf document, decrypt it, and display it on the screen. |
|
PrintDocument
User password allows opening the pdf document, decrypt it, display it on the screen and print its content. |
Method Summary | |
---|---|
int |
getValue()
|
static StiEnumSet<StiUserAccessPrivileges> |
parse(java.lang.String value)
|
static StiEnumSet<StiUserAccessPrivileges> |
parseInt(int value)
|
static StiUserAccessPrivileges |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiUserAccessPrivileges[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StiUserAccessPrivileges None
public static final StiUserAccessPrivileges PrintDocument
public static final StiUserAccessPrivileges ModifyContents
public static final StiUserAccessPrivileges CopyTextAndGraphics
public static final StiUserAccessPrivileges AddOrModifyTextAnnotations
public static final StiUserAccessPrivileges All
Method Detail |
---|
public static StiUserAccessPrivileges[] values()
for (StiUserAccessPrivileges c : StiUserAccessPrivileges.values()) System.out.println(c);
public static StiUserAccessPrivileges valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface IStiEnum
public static StiEnumSet<StiUserAccessPrivileges> parseInt(int value)
public static StiEnumSet<StiUserAccessPrivileges> parse(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |