public static interface GlobalTableBorderOptions.Builder extends SdkPojo, CopyableBuilder<GlobalTableBorderOptions.Builder,GlobalTableBorderOptions>
| Modifier and Type | Method and Description |
|---|---|
default GlobalTableBorderOptions.Builder |
sideSpecificBorder(Consumer<TableSideBorderOptions.Builder> sideSpecificBorder)
Determines the options for side specific border.
|
GlobalTableBorderOptions.Builder |
sideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
default GlobalTableBorderOptions.Builder |
uniformBorder(Consumer<TableBorderOptions.Builder> uniformBorder)
Determines the options for uniform border.
|
GlobalTableBorderOptions.Builder |
uniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalTableBorderOptions.Builder uniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
uniformBorder - Determines the options for uniform border.default GlobalTableBorderOptions.Builder uniformBorder(Consumer<TableBorderOptions.Builder> uniformBorder)
Determines the options for uniform 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 uniformBorder(TableBorderOptions).
uniformBorder - a consumer that will call methods on TableBorderOptions.BuilderuniformBorder(TableBorderOptions)GlobalTableBorderOptions.Builder sideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
sideSpecificBorder - Determines the options for side specific border.default GlobalTableBorderOptions.Builder sideSpecificBorder(Consumer<TableSideBorderOptions.Builder> sideSpecificBorder)
Determines the options for side specific border.
This is a convenience method that creates an instance of theTableSideBorderOptions.Builder avoiding
the need to create one manually via TableSideBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sideSpecificBorder(TableSideBorderOptions).
sideSpecificBorder - a consumer that will call methods on TableSideBorderOptions.BuildersideSpecificBorder(TableSideBorderOptions)Copyright © 2023. All rights reserved.