DOM.Styles.TableRowStyle
Represents styling and layout settings that apply to a single table row.
extendswith row-specific properties such as explicit height, splitting/pagination hints, repeating header behaviour and grid (colspan-like) information. Properties are nullable so consumers can distinguish between "unspecified" and an explicit value and apply inheritance or document defaults.
8 members
Properties
Gets or sets a value indicating whether the row is not allowed to be split across pages.
Gets or sets conditional formatting flags that modify row appearance based on table position.
Gets or sets the number of extra grid columns (cells) after this row when using grid-based layout.
Gets or sets the number of extra grid columns (cells) before this row when using grid-based layout.
Gets or sets the explicit height for the row.
Gets or sets a value indicating whether this row should be repeated on every page that the table spans.
Gets or sets the additional width to allocate after the table row (for layout/offset purposes).
Gets or sets the additional width to allocate before the table row (for layout/offset purposes).