public enum StiUserAccessPrivileges extends java.lang.Enum<StiUserAccessPrivileges> implements IStiEnum
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 namejava.lang.NullPointerException - if the argument is nullpublic static StiEnumSet<StiUserAccessPrivileges> parseInt(int value)
public static StiEnumSet<StiUserAccessPrivileges> parse(java.lang.String value)
Copyright © 2019 Stimulsoft. All Rights Reserved.