public static interface TableSideBorderOptions.Builder extends SdkPojo, CopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
| Modifier and Type | Method and Description |
|---|---|
default TableSideBorderOptions.Builder |
bottom(Consumer<TableBorderOptions.Builder> bottom)
The table border options of the bottom border.
|
TableSideBorderOptions.Builder |
bottom(TableBorderOptions bottom)
The table border options of the bottom border.
|
default TableSideBorderOptions.Builder |
innerHorizontal(Consumer<TableBorderOptions.Builder> innerHorizontal)
The table border options of the inner horizontal border.
|
TableSideBorderOptions.Builder |
innerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
|
default TableSideBorderOptions.Builder |
innerVertical(Consumer<TableBorderOptions.Builder> innerVertical)
The table border options of the inner vertical border.
|
TableSideBorderOptions.Builder |
innerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
|
default TableSideBorderOptions.Builder |
left(Consumer<TableBorderOptions.Builder> left)
The table border options of the left border.
|
TableSideBorderOptions.Builder |
left(TableBorderOptions left)
The table border options of the left border.
|
default TableSideBorderOptions.Builder |
right(Consumer<TableBorderOptions.Builder> right)
The table border options of the right border.
|
TableSideBorderOptions.Builder |
right(TableBorderOptions right)
The table border options of the right border.
|
default TableSideBorderOptions.Builder |
top(Consumer<TableBorderOptions.Builder> top)
The table border options of the top border.
|
TableSideBorderOptions.Builder |
top(TableBorderOptions top)
The table border options of the top border.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableSideBorderOptions.Builder innerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
innerVertical - The table border options of the inner vertical border.default TableSideBorderOptions.Builder innerVertical(Consumer<TableBorderOptions.Builder> innerVertical)
The table border options of the inner vertical border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to innerVertical(TableBorderOptions).
innerVertical - a consumer that will call methods on TableBorderOptions.BuilderinnerVertical(TableBorderOptions)TableSideBorderOptions.Builder innerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
innerHorizontal - The table border options of the inner horizontal border.default TableSideBorderOptions.Builder innerHorizontal(Consumer<TableBorderOptions.Builder> innerHorizontal)
The table border options of the inner horizontal border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to innerHorizontal(TableBorderOptions).
innerHorizontal - a consumer that will call methods on TableBorderOptions.BuilderinnerHorizontal(TableBorderOptions)TableSideBorderOptions.Builder left(TableBorderOptions left)
The table border options of the left border.
left - The table border options of the left border.default TableSideBorderOptions.Builder left(Consumer<TableBorderOptions.Builder> left)
The table border options of the left border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to left(TableBorderOptions).
left - a consumer that will call methods on TableBorderOptions.Builderleft(TableBorderOptions)TableSideBorderOptions.Builder right(TableBorderOptions right)
The table border options of the right border.
right - The table border options of the right border.default TableSideBorderOptions.Builder right(Consumer<TableBorderOptions.Builder> right)
The table border options of the right border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to right(TableBorderOptions).
right - a consumer that will call methods on TableBorderOptions.Builderright(TableBorderOptions)TableSideBorderOptions.Builder top(TableBorderOptions top)
The table border options of the top border.
top - The table border options of the top border.default TableSideBorderOptions.Builder top(Consumer<TableBorderOptions.Builder> top)
The table border options of the top border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to top(TableBorderOptions).
top - a consumer that will call methods on TableBorderOptions.Buildertop(TableBorderOptions)TableSideBorderOptions.Builder bottom(TableBorderOptions bottom)
The table border options of the bottom border.
bottom - The table border options of the bottom border.default TableSideBorderOptions.Builder bottom(Consumer<TableBorderOptions.Builder> bottom)
The table border options of the bottom border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder avoiding the
need to create one manually via TableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bottom(TableBorderOptions).
bottom - a consumer that will call methods on TableBorderOptions.Builderbottom(TableBorderOptions)Copyright © 2023. All rights reserved.