Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableSideBorderOptions |
TableSideBorderOptions.clone() |
TableSideBorderOptions |
GlobalTableBorderOptions.getSideSpecificBorder()
Determines the options for side specific border.
|
TableSideBorderOptions |
TableSideBorderOptions.withBottom(TableBorderOptions bottom)
The table border options of the bottom border.
|
TableSideBorderOptions |
TableSideBorderOptions.withInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
|
TableSideBorderOptions |
TableSideBorderOptions.withInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
|
TableSideBorderOptions |
TableSideBorderOptions.withLeft(TableBorderOptions left)
The table border options of the left border.
|
TableSideBorderOptions |
TableSideBorderOptions.withRight(TableBorderOptions right)
The table border options of the right border.
|
TableSideBorderOptions |
TableSideBorderOptions.withTop(TableBorderOptions top)
The table border options of the top border.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalTableBorderOptions.setSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
GlobalTableBorderOptions |
GlobalTableBorderOptions.withSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
Copyright © 2023. All rights reserved.