DOM.Styles.TableCellStyle
Represents styling applied to an individual table cell.
extendswith cell-specific properties such as column spanning, wrapping behaviour, vertical alignment and explicit width. Most properties are nullable so consumers can distinguish "unspecified" and apply inheritance or document-level defaults.
7 members
Properties
Gets or sets conditional formatting flags that alter appearance based on table position.
Gets or sets whether the cell's text should be scaled to fit within the cell.
Gets or sets the number of columns this cell spans (equivalent to colspan).
Gets or sets whether text wrapping is disabled inside the cell.
Gets or sets the text flow direction for content in the cell.
Gets or sets the vertical alignment of content within the cell.
Gets or sets the explicit width for the cell.