| 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 |
|---|---|
ExcelColumnWidth |
ExcelFunctionRowImpl.getExcelColumnWidth()
Gets the excel column width.
|
ExcelColumnWidth |
ExcelFunctionMergeRowImpl.getExcelColumnWidth()
Gets the excel column width.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFunctionRowImpl.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
void |
ExcelFunctionMergeRowImpl.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
| 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 |
|---|---|
ExcelColumnWidth |
ExtraColumnAnnotation.getExcelColumnWidth()
Gets the excel column width.
|
ExcelColumnWidth |
SheetHeader.getExcelColumnWidth()
Gets the excel column width.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
Copyright © 2022. All rights reserved.