DOM.Styles.TableStyle
Represents high-level styling and layout characteristics for a table.
extendswith properties that control table layout, presentation look-up flags, sizing, placement and per-column grid width hints. Most properties are nullable so consumers can distinguish between "unspecified" (allowing inheritance or document defaults) and an explicit value. Rendering and layout engines should consult both this style and the inheritedvalues to determine the final appearance and behavior of a table.
8 members
Properties
Gets or sets whether the table should automatically adjust column widths to fit content.
Gets or sets the indentation (leading inset) applied to the table relative to its containing area.
Gets or sets the preferred table layout algorithm.
Gets or sets the placement position hint for the table (for example inline, absolute/floating).
Gets or sets optional per-column width hints for the table grid.
Gets or sets visual presentation flags that control header/footer and banding behaviour.
Gets or sets whether the table is allowed to overlap adjacent objects (floating behaviour).
Gets or sets the desired width of the table.