| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.configuration.annotations.CopyPasteFeatures | |
Sub features of copy/paste that can be enabled or disabled.
| 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
| |||||||||||
Allows the user to copy annotations from one document to the other.
Returns an EnumSet with all CopyPasteFeatures enabled.