static var automatic: AutomaticTableStyle
The default table style in the current context.
Available when
Self
is AutomaticTableStyle
.static var inset: InsetTableStyle
The table style that describes the behavior and appearance of a table with its content and selection inset from the table edges.
Available when
Self
is InsetTableStyle
.static func inset(alternatesRowBackgrounds : Bool) -> InsetTableStyle
The table style that describes the behavior and appearance of a table with its content and selection inset from the table edges.
Available when
Self
is InsetTableStyle
.static func bordered(alternatesRowBackgrounds : Bool) -> BorderedTableStyle
The table style that describes the behavior and appearance of a table with standard border.
Available when
Self
is BorderedTableStyle
.