static PivotTotalOptions.Builder |
PivotTotalOptions.builder() |
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.customLabel(String customLabel) |
The custom label string for the total cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) |
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) |
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.placement(String placement) |
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.placement(TableTotalsPlacement placement) |
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.scrollStatus(String scrollStatus) |
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.scrollStatus(TableTotalsScrollStatus scrollStatus) |
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.toBuilder() |
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions) |
The total aggregation options for each value field.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalAggregationOptions(Consumer<TotalAggregationOption.Builder>... totalAggregationOptions) |
The total aggregation options for each value field.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalAggregationOptions(TotalAggregationOption... totalAggregationOptions) |
The total aggregation options for each value field.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle) |
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle) |
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalsVisibility(String totalsVisibility) |
The visibility configuration for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalsVisibility(Visibility totalsVisibility) |
The visibility configuration for the total cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle) |
The cell styling options for the totals of value cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(TableCellStyle valueCellStyle) |
The cell styling options for the totals of value cells.
|