Interface ContentEditingInspectorController

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • displayFontNamesSheet

         abstract void displayFontNamesSheet(boolean animate, @NonNull() List<FaceListEntry> faceListEntries, @Nullable() StyleInfo preselectStyle)

        Called when the user clicks the font name button on the content editing styling bar

        Parameters:
        animate - Whether to animate the change.
      • displayFontSizesSheet

         abstract void displayFontSizesSheet(boolean animate, @Nullable() StyleInfo preselectStyle)

        Called when the user clicks the font size button on the content editing styling bar

        Parameters:
        animate - Whether to animate the change.
      • displayColorPicker

         abstract void displayColorPicker(boolean animate, @Nullable() StyleInfo preselectStyle)

        Called when the user clicks the font color button on the content editing styling bar

        Parameters:
        animate - Whether to animate the change.
      • displayLineSpacingSheet

         abstract void displayLineSpacingSheet(boolean animate, @Nullable() Float preselectLineSpacing)

        Called when the user clicks the line spacing button on the content editing styling bar

        Parameters:
        animate - Whether to animate the change.
      • isContentEditingInspectorVisible

         abstract boolean isContentEditingInspectorVisible()

        Check if inspector is currently displayed.

        Returns:

        True if inspector is showing to the user, false otherwise.

      • bindContentEditingController

         abstract void bindContentEditingController(@NonNull() ContentEditingController contentEditingController)

        Binds to the content editing sheet controller for managing content editing views

        Parameters:
        contentEditingController - Controller for managing the content editing styling bar