setDocumentEditorEnabled

open fun setDocumentEditorEnabled(documentEditorEnabled: Boolean)

Enables/Disables document editor. This should be set before displaying . If enabled, a floating action button will be displayed, through which a document editing mode can be entered.

Parameters

documentEditorEnabled

true to enable document editing mode, false to disable it.