Uses of Class
software.amazon.awssdk.services.quicksight.model.TableBorderOptions
-
Packages that use TableBorderOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableBorderOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableBorderOptions Modifier and Type Method Description TableBorderOptionsTableSideBorderOptions. bottom()The table border options of the bottom border.TableBorderOptionsTableSideBorderOptions. innerHorizontal()The table border options of the inner horizontal border.TableBorderOptionsTableSideBorderOptions. innerVertical()The table border options of the inner vertical border.TableBorderOptionsTableSideBorderOptions. left()The table border options of the left border.TableBorderOptionsTableSideBorderOptions. right()The table border options of the right border.TableBorderOptionsTableSideBorderOptions. top()The table border options of the top border.TableBorderOptionsGlobalTableBorderOptions. uniformBorder()Determines the options for uniform border.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TableBorderOptions Modifier and Type Method Description TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. bottom(TableBorderOptions bottom)The table border options of the bottom border.TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. innerHorizontal(TableBorderOptions innerHorizontal)The table border options of the inner horizontal border.TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. innerVertical(TableBorderOptions innerVertical)The table border options of the inner vertical border.TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. left(TableBorderOptions left)The table border options of the left border.TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. right(TableBorderOptions right)The table border options of the right border.TableSideBorderOptions.BuilderTableSideBorderOptions.Builder. top(TableBorderOptions top)The table border options of the top border.GlobalTableBorderOptions.BuilderGlobalTableBorderOptions.Builder. uniformBorder(TableBorderOptions uniformBorder)Determines the options for uniform border.
-