java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.sharing.ShareFeatures |
Supported sharing features that should be enabled in the user interface.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ShareFeatures | DOCUMENT_SHARING | Document sharing inside PdfActivity . |
|||||||||
ShareFeatures | EMBEDDED_FILE_SHARING | Sharing embedded files. | |||||||||
ShareFeatures | FREE_TEXT_ANNOTATION_SHARING | Selected FreeTextAnnotation text sharing. |
|||||||||
ShareFeatures | IMAGE_SHARING | Sharing selected image stamp annotations. | |||||||||
ShareFeatures | NOTE_ANNOTATION_SHARING | NoteAnnotation text sharing. |
|||||||||
ShareFeatures | NOTE_EDITOR_CONTENT_SHARING | Sharing of note editor contents. | |||||||||
ShareFeatures | SOUND_SHARING | Sharing of selected sound annotations. | |||||||||
ShareFeatures | TEXT_SELECTION_SHARING | Sharing selected text. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static EnumSet<ShareFeatures> |
all()
Creates an enum set containing all share features.
| ||||||||||
static EnumSet<ShareFeatures> |
none()
Creates an empty enum set containing no share features.
| ||||||||||
static ShareFeatures | valueOf(String name) | ||||||||||
final static ShareFeatures[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Document sharing inside PdfActivity
. Enables share button in the main toolbar of
PdfActivity
.
Sharing embedded files. Enables sharing button in annotation editing toolbar for selected file annotations.
Selected FreeTextAnnotation
text sharing. Enables sharing button in the annotation
editing toolbar for selected free-text annotations.
Sharing selected image stamp annotations. Enables sharing button in the annotation editing toolbar for selected image stamp annotations.
NoteAnnotation
text sharing. Enables sharing button in the annotation editing toolbar
for selected note annotations.
Sharing of note editor contents. Enables sharing for annotation contents (getContents()
) and annotation replies in the note editor.
Sharing of selected sound annotations. Audio data is shared in WAVE file format. Enables sharing button in annotation editing toolbar for selected sound annotations.
Sharing selected text. Enables sharing button in both text selection toolbar and text selection popup toolbar.
Creates an empty enum set containing no share features.