| Package | Description |
|---|---|
| bld.generator.report.excel.annotation.impl |
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
|
| bld.generator.report.excel.data |
| Modifier and Type | Method and Description |
|---|---|
ExcelSubtotal |
ExcelFunctionRowImpl.getExcelSubtotal()
Gets the excel subtotal.
|
ExcelSubtotal |
ExcelFunctionMergeRowImpl.getExcelSubtotal()
Gets the excel subtotal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFunctionRowImpl.setExcelSubtotal(ExcelSubtotal excelSubtotal)
Sets the excel subtotal.
|
void |
ExcelFunctionMergeRowImpl.setExcelSubtotal(ExcelSubtotal excelSubtotal)
Sets the excel subtotal.
|
| Constructor and Description |
|---|
ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelMergeRow excelMergeRow,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function merge row impl.
|
ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function row impl.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelSubtotal |
ExtraColumnAnnotation.getExcelSubtotal()
Gets the excel subtotal.
|
ExcelSubtotal |
SheetHeader.getExcelSubtotal()
Gets the excel subtotal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelSubtotal(ExcelSubtotal excelSubTotal)
Sets the excel subtotal.
|
Copyright © 2022. All rights reserved.