Default Content Editing Inspector Controller
open class DefaultContentEditingInspectorController : AbstractPropertyInspectorController, ContentEditingInspectorController
Controller for form editing inspector. Meant to be used with ContentEditingController.
Constructors
Link copied to clipboard
constructor(@NonNull context: Context, @NonNull coordinatorController: PropertyInspectorCoordinatorLayoutController)
Functions
Link copied to clipboard
Binds to the content editing sheet controller for managing content editing views
Link copied to clipboard
Called when the user clicks the font color button on the content editing styling bar
Link copied to clipboard
open fun displayFontNamesSheet(animate: Boolean, @NonNull faceListEntries: List<FaceListEntry>, @Nullable preselectStyle: StyleInfo)
Called when the user clicks the font name button on the content editing styling bar
Link copied to clipboard
Called when the user clicks the font size button on the content editing styling bar
Link copied to clipboard
Called when the user clicks the line spacing button on the content editing styling bar
Link copied to clipboard
Check if inspector is currently displayed.
Link copied to clipboard
Called when PropertyInspector is displayed in the .
Link copied to clipboard
Called when PropertyInspector is removed from the .
Link copied to clipboard
Unbinds from previously bound content editing sheet controller.