It's necessary to create a text style CellOption/TableOption, like Color but add options like italic etc.
Ideally we would need to add a conversion into StaticColor.
It's certainly possible but not sure if there's a better approach then a big IF/ELSE block.
It's necessary to create a text style
CellOption
/TableOption
, likeColor
but add options like italic etc.Ideally we would need to add a conversion into
StaticColor
. It's certainly possible but not sure if there's a better approach then a big IF/ELSE block.