TableColoredBackgroundCellOptions
Constructor
TableColoredBackgroundCellOptions()
Methods
build
Builds the object.
def build() -> common.TableColoredBackgroundCellOptions
apply_to_row
def apply_to_row(apply_to_row: bool) -> typing.Self
mode
def mode(mode: common.TableCellBackgroundDisplayMode) -> typing.Self
wrap_text
def wrap_text(wrap_text: bool) -> typing.Self
See also