PdfSelectionMenuKeys


object 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 properties

Any

Key for the context menu "Copy" item.

Any

Key for the context menu "Copy link" item.

Any

Key for the context menu "Jump" item.

Any

Key for the context menu "Select all" item.

Any

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

Public properties

CopyKey

Added in 1.0.0-alpha11
val CopyKeyAny

Key for the context menu "Copy" item.

CopyLinkKey

Added in 1.0.0-alpha11
val CopyLinkKeyAny

Key for the context menu "Copy link" item.

GoToKey

Added in 1.0.0-alpha11
val GoToKeyAny

Key for the context menu "Jump" item.

SelectAllKey

Added in 1.0.0-alpha11
val SelectAllKeyAny

Key for the context menu "Select all" item.

SmartActionKey

Added in 1.0.0-alpha11
val SmartActionKeyAny

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