| 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 |
|---|---|
ExcelFunction |
ExcelFunctionMergeRowImpl.getExcelFunction()
Gets the excel function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFunctionRowImpl.setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
void |
ExcelFunctionMergeRowImpl.setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
| Constructor and Description |
|---|
ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelMergeRow excelMergeRow,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth)
Instantiates a new excel function merge row impl.
|
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)
Instantiates a new excel function 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 |
|---|---|
ExcelFunction |
ExtraColumnAnnotation.getExcelFunction()
Gets the excel function.
|
ExcelFunction |
SheetHeader.getExcelFunction()
Gets the excel function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
Copyright © 2022. All rights reserved.