Content Editing Inspector Controller
interface ContentEditingInspectorController
Controller responsible for interaction between ContentEditingController and content editing views.
Inheritors
Functions
Link copied to clipboard
abstract fun bindContentEditingController(@NonNull contentEditingController: ContentEditingController)
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
abstract 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
Restore content editing inspector state.
Link copied to clipboard
Save content editing inspector state.
Link copied to clipboard
Unbinds from previously bound content editing sheet controller.