ContentEditingPreferencesManager

Interface for managing content editing preferences. This allows storing and retrieving default values for content editing operations such as fill color.

Functions

Link copied to clipboard
abstract fun getFillColor(): Int
Gets the default fill color for content editing operations.
Link copied to clipboard
abstract fun setFillColor(@ColorInt color: Int)
Sets the default fill color for content editing operations.