public static final enum

ApplicationPolicy.PolicyEvent

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.policy.ApplicationPolicy.PolicyEvent

Class Overview

Currently supported policy events.

Summary

Enum Values
ApplicationPolicy.PolicyEvent  ANNOTATION_COPY_PASTE_SYSTEM_INTEGRATION  Annotation copy/paste system clipboard integration policy event. 
ApplicationPolicy.PolicyEvent  TEXT_COPY_PASTE  Copy/paste policy event. 
Public Methods
static ApplicationPolicy.PolicyEvent valueOf(String name)
final static PolicyEvent[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ApplicationPolicy.PolicyEvent ANNOTATION_COPY_PASTE_SYSTEM_INTEGRATION

Annotation copy/paste system clipboard integration policy event. If this is enabled:

  • The text of copied free-text annotation will be put in the system clipboard and text copied to the system clipboard can be pasted as FreeTextAnnotations.
  • The image of copied image stamp annotation will be put in the system clipboard and image copied to the system clipboard can be pasted as image annotations.

public static final ApplicationPolicy.PolicyEvent TEXT_COPY_PASTE

Copy/paste policy event. Checked when user selects text on page to determine if copying text is allowed. All features related to this such as sharing and copying/pasting into the search bar will be disabled if copying text is not allowed.

Public Methods

public static ApplicationPolicy.PolicyEvent valueOf (String name)

public static final PolicyEvent[] values ()