static SubtotalOptions.Builder |
SubtotalOptions.builder() |
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.customLabel(String customLabel) |
The custom label string for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.fieldLevel(String fieldLevel) |
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.fieldLevel(PivotTableSubtotalLevel fieldLevel) |
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions) |
The optional configuration of subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.fieldLevelOptions(Consumer<PivotTableFieldSubtotalOptions.Builder>... fieldLevelOptions) |
The optional configuration of subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.fieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions) |
The optional configuration of subtotal cells.
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) |
The cell styling options for the subtotals of header cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) |
The cell styling options for the subtotals of header cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.styleTargets(Collection<TableStyleTarget> styleTargets) |
The style targets options for subtotals.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.styleTargets(Consumer<TableStyleTarget.Builder>... styleTargets) |
The style targets options for subtotals.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.styleTargets(TableStyleTarget... styleTargets) |
The style targets options for subtotals.
|
SubtotalOptions.Builder |
SubtotalOptions.toBuilder() |
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle) |
The cell styling options for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle) |
The cell styling options for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.totalsVisibility(String totalsVisibility) |
The visibility configuration for the subtotal cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.totalsVisibility(Visibility totalsVisibility) |
The visibility configuration for the subtotal cells.
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle) |
The cell styling options for the subtotals of value cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.valueCellStyle(TableCellStyle valueCellStyle) |
The cell styling options for the subtotals of value cells.
|