public static interface TableBorderOptions.Builder extends SdkPojo, CopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>
| Modifier and Type | Method and Description |
|---|---|
TableBorderOptions.Builder |
color(String color)
The color of a table border.
|
TableBorderOptions.Builder |
style(String style)
The style (none, solid) of a table border.
|
TableBorderOptions.Builder |
style(TableBorderStyle style)
The style (none, solid) of a table border.
|
TableBorderOptions.Builder |
thickness(Integer thickness)
The thickness of a table border.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableBorderOptions.Builder color(String color)
The color of a table border.
color - The color of a table border.TableBorderOptions.Builder thickness(Integer thickness)
The thickness of a table border.
thickness - The thickness of a table border.TableBorderOptions.Builder style(String style)
The style (none, solid) of a table border.
style - The style (none, solid) of a table border.TableBorderStyle,
TableBorderStyleTableBorderOptions.Builder style(TableBorderStyle style)
The style (none, solid) of a table border.
style - The style (none, solid) of a table border.TableBorderStyle,
TableBorderStyleCopyright © 2023. All rights reserved.