TableCellStyleConfig

data class TableCellStyleConfig(val backgroundColor: Int? = null, val contentColor: Int? = null, val textStyle: TableFormatTextStyle? = null, val horizontal: TableFormatHorizontalAlignment? = null, val vertical: TableFormatVerticalAlignment? = null)

Constructors

Link copied to clipboard
constructor(backgroundColor: Int? = null, contentColor: Int? = null, textStyle: TableFormatTextStyle? = null, horizontal: TableFormatHorizontalAlignment? = null, vertical: TableFormatVerticalAlignment? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard