toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.ui.toolbar
/
TextSelectionToolbar
Text
Selection
Toolbar
open
class
TextSelectionToolbar
:
ContextualToolbar
<
T
>
Toolbar displayed on text selection.
Members
Constructors
Text
Selection
Toolbar
Link copied to clipboard
constructor
(
context
:
Context
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)
Functions
bind
Controller
Link copied to clipboard
open
fun
bindController
(
@
NonNull
controller
:
TextSelectionController
)
Binds controller for managing text selection mode.
is
Controller
Bound
Link copied to clipboard
open
fun
isControllerBound
(
)
:
Boolean
Returns
true
if the controller is bound.
unbind
Controller
Link copied to clipboard
open
fun
unbindController
(
)
Unbinds controller for managing text selection mode.