Package-level declarations

Types

Link copied to clipboard
data class FormatDialogSettings(val copiedItemHighlightDuration: Long = 3000, val copiedItemHighlightColor: Color = Color.Unspecified)
Link copied to clipboard
data class TableCellStyleConfig(val backgroundColor: Int? = null, val contentColor: Int? = null, val textStyle: TableFormatTextStyle? = null, val horizontal: TableFormatHorizontalAlignment? = null, val vertical: TableFormatVerticalAlignment? = null)
Link copied to clipboard
data class TableFormatRule<FIELD, FILTER>(val id: Long, val enabled: Boolean = true, val base: Boolean = false, val columns: List<FIELD> = emptyList(), val cellStyle: TableCellStyleConfig = TableCellStyleConfig(), val filter: FILTER)