| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.configuration.annotations.AnnotationReplyFeatures | |
Which features of annotation replies should be enabled.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnnotationReplyFeatures | DISABLED | The annotation reply ui is disabled completely. | |||||||||
| AnnotationReplyFeatures | ENABLED | The annotation reply ui is enabled. | |||||||||
| AnnotationReplyFeatures | READ_ONLY | The annotation reply ui is enabled but read-only. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AnnotationReplyFeatures | valueOf(String name) | ||||||||||
| final static AnnotationReplyFeatures[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The annotation reply ui is disabled completely.
The annotation reply ui is enabled but read-only.