Annotation Editing Toolbar
class AnnotationEditingToolbar : ContextualToolbar<AnnotationEditingController> , AnnotationProvider.OnAnnotationUpdatedListener, AnnotationManager.OnAnnotationEditingModeChangeListener, OnUndoHistoryChangeListener
Toolbar shown when annotations are being edited.
Functions
Link copied to clipboard
Bind annotation editing controller.
Link copied to clipboard
Returns true
if the controller is bound.
Link copied to clipboard
Called when annotation has been created.
Link copied to clipboard
Called when existing annotation has been removed.
Link copied to clipboard
Called when existing annotation has changed.
Link copied to clipboard
open override fun onAnnotationZOrderChanged(pageIndex: Int, oldOrder: List<Annotation>, newOrder: List<Annotation>)
Called when the z-order of annotations has changed on a specified page.
Link copied to clipboard
Called then annotation editing mode changes, meaning another annotation is being selected for editing.
Link copied to clipboard
Called when annotation editing mode has been entered.
Link copied to clipboard
Called when annotation editing mode has been exited.
Link copied to clipboard
Notifies the observer that the undo history has changed inside the undo manager.
Link copied to clipboard
Unbind current annotation editing controller (if any).