| Modifier and Type | Method and Description |
|---|---|
default TableDistStyle |
TableProps.getDistStyle()
(experimental) The distribution style of the table.
|
TableDistStyle |
TableProps.Jsii$Proxy.getDistStyle() |
static TableDistStyle |
TableDistStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableDistStyle[] |
TableDistStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.distStyle(TableDistStyle distStyle)
(experimental) The distribution style of the table.
|
TableProps.Builder |
TableProps.Builder.distStyle(TableDistStyle distStyle)
Sets the value of
TableProps.getDistStyle() |
Copyright © 2022. All rights reserved.