public final enum

CopyPasteFeatures

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.annotations.CopyPasteFeatures

Class Overview

Sub features of copy/paste that can be enabled or disabled.

Summary

Enum Values
CopyPasteFeatures  CROSS_DOCUMENT_COPY_PASTE  Allows the user to copy annotations from one document to the other. 
Public Methods
static EnumSet<CopyPasteFeatures> allFeatures()
Returns an EnumSet with all CopyPasteFeatures enabled.
static CopyPasteFeatures valueOf(String name)
final static CopyPasteFeatures[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CopyPasteFeatures CROSS_DOCUMENT_COPY_PASTE

Allows the user to copy annotations from one document to the other.

Public Methods

public static EnumSet<CopyPasteFeatures> allFeatures ()

Returns an EnumSet with all CopyPasteFeatures enabled.

public static CopyPasteFeatures valueOf (String name)

public static final CopyPasteFeatures[] values ()