public class PermissionLevel extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CREATE
Annotations on this layer can be created, but not edited or deleted afterwards.
|
static int |
DELETE
Annotations on this layer can be created, edited, and deleted.
|
static int |
EDIT
Annotations on this layer can be created and edited.
|
static int |
HIDDEN
Annotations are not visible.
|
static int |
PRINT
Annotations on this layer are visible and will appear when printing or exporting but are not editable.
|
static int |
PRINT_WATERMARK |
static int |
REDACTION |
static int |
VIEW
Annotations on this layer are visible but not editable.
|
static int |
VIEW_WATERMARK |
Constructor and Description |
---|
PermissionLevel() |
public static final int HIDDEN
public static final int REDACTION
public static final int PRINT_WATERMARK
public static final int VIEW_WATERMARK
public static final int VIEW
public static final int PRINT
public static final int CREATE
public static final int EDIT
public static final int DELETE
Copyright © 2020 Snowbound Software Corporation. All rights reserved.