Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableBorderOptions |
TableBorderOptions.clone() |
TableBorderOptions |
TableSideBorderOptions.getBottom()
The table border options of the bottom border.
|
TableBorderOptions |
TableSideBorderOptions.getInnerHorizontal()
The table border options of the inner horizontal border.
|
TableBorderOptions |
TableSideBorderOptions.getInnerVertical()
The table border options of the inner vertical border.
|
TableBorderOptions |
TableSideBorderOptions.getLeft()
The table border options of the left border.
|
TableBorderOptions |
TableSideBorderOptions.getRight()
The table border options of the right border.
|
TableBorderOptions |
TableSideBorderOptions.getTop()
The table border options of the top border.
|
TableBorderOptions |
GlobalTableBorderOptions.getUniformBorder()
Determines the options for uniform border.
|
TableBorderOptions |
TableBorderOptions.withColor(String color)
The color of a table border.
|
TableBorderOptions |
TableBorderOptions.withStyle(String style)
The style (none, solid) of a table border.
|
TableBorderOptions |
TableBorderOptions.withStyle(TableBorderStyle style)
The style (none, solid) of a table border.
|
TableBorderOptions |
TableBorderOptions.withThickness(Integer thickness)
The thickness of a table border.
|
Modifier and Type | Method and Description |
---|---|
void |
TableSideBorderOptions.setBottom(TableBorderOptions bottom)
The table border options of the bottom border.
|
void |
TableSideBorderOptions.setInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
|
void |
TableSideBorderOptions.setInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
|
void |
TableSideBorderOptions.setLeft(TableBorderOptions left)
The table border options of the left border.
|
void |
TableSideBorderOptions.setRight(TableBorderOptions right)
The table border options of the right border.
|
void |
TableSideBorderOptions.setTop(TableBorderOptions top)
The table border options of the top border.
|
void |
GlobalTableBorderOptions.setUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform 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.
|
GlobalTableBorderOptions |
GlobalTableBorderOptions.withUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
|
Copyright © 2023. All rights reserved.