DefaultContentEditingInspectorController

Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @NonNull coordinatorController: PropertyInspectorCoordinatorLayoutController)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun bindContentEditingController(@NonNull contentEditingController: ContentEditingController)
Binds to the content editing sheet controller for managing content editing views
Link copied to clipboard
open fun displayColorPicker(animate: Boolean, @Nullable preselectStyle: StyleInfo)
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
open fun displayFontSizesSheet(animate: Boolean, @Nullable preselectStyle: StyleInfo)
Called when the user clicks the font size button on the content editing styling bar
Link copied to clipboard
open fun displayLineSpacingSheet(animate: Boolean, @Nullable preselectLineSpacing: Float)
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.