ContentEditingToolbar

Toolbar displayed while editing PDF content.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Types

Link copied to clipboard
object Companion

Constants used for toolbar configuration.

Properties

Link copied to clipboard
open override val isControllerBound: Boolean
Link copied to clipboard
open override var isDraggable: Boolean

Functions

Link copied to clipboard
open override fun bindController(specialModeController: ContentEditingController)

Binds the special mode controller to this toolbar.

Link copied to clipboard
open override fun isControllerBound(): Boolean

Returns true if the controller is bound.

Link copied to clipboard
open override fun isDraggable(): Boolean

Returns true when toolbar is draggable.

Link copied to clipboard
open override fun onUndoHistoryChanged(undoManager: UndoManager)

Notifies the observer that the undo history has changed inside the undo manager.

Link copied to clipboard
open override fun unbindController()

Unbinds the bound controller (if any).