PdfSelectionMenuKeys


public static class PdfSelectionMenuKeys


Defines unique keys for the default selection menu items.

These keys are used to identify standard actions like Copy and Select All within the selection context menu.

Summary

Public fields

static final @NonNull Object

Key for the context menu "Copy" item.

static final @NonNull Object

Key for the context menu "Copy link" item.

static final @NonNull Object

Key for the context menu "Jump" item.

static @NonNull PdfSelectionMenuKeys
static final @NonNull Object

Key for the context menu "Select all" item.

static final @NonNull Object

Key for all "smart actions" added by classifier in context menu.

Public fields

CopyKey

Added in 1.0.0-alpha11
public static final @NonNull Object CopyKey

Key for the context menu "Copy" item.

CopyLinkKey

Added in 1.0.0-alpha11
public static final @NonNull Object CopyLinkKey

Key for the context menu "Copy link" item.

GoToKey

Added in 1.0.0-alpha11
public static final @NonNull Object GoToKey

Key for the context menu "Jump" item.

INSTANCE

Added in 1.0.0-alpha11
public static @NonNull PdfSelectionMenuKeys INSTANCE

SelectAllKey

Added in 1.0.0-alpha11
public static final @NonNull Object SelectAllKey

Key for the context menu "Select all" item.

SmartActionKey

Added in 1.0.0-alpha11
public static final @NonNull Object SmartActionKey

Key for all "smart actions" added by classifier in context menu.