nutrient
Toggle table of contents
10.9.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.ui.toolbar
/
UndoRedoToolbarHelper
/
UndoRedoToolbarHost
Undo
Redo
Toolbar
Host
interface
UndoRedoToolbarHost
Interface that must be implemented by toolbars using this helper.
Inheritors
AnnotationCreationToolbar
AnnotationEditingToolbar
Members
Properties
configuration
Link copied to clipboard
abstract
val
configuration
:
PdfConfiguration
?
fragment
Link copied to clipboard
abstract
val
fragment
:
PdfFragment
?
Functions
find
Item
By
Id
Link copied to clipboard
abstract
fun
findItemById
(
@
IdRes
id
:
Int
)
:
ContextualToolbarMenuItem
?
set
Menu
Item
Enabled
Link copied to clipboard
abstract
fun
setMenuItemEnabled
(
@
IdRes
id
:
Int
,
enabled
:
Boolean
)
:
Boolean