Annotation Type ExcelHeaderLayout
The Interface ExcelHeaderLayout.
ExcelHeaderLayout is used to configure the header of the table.
It is composed by:
ExcelHeaderLayout is used to configure the header of the table.
It is composed by:
- RowHeight - to set row height
- ExcelHeaderCellLayout - to set the header cell style
SheetData classes.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionExcel header cell layout.shortRow height.
-
Element Details
-
rowHeight
short rowHeightRow height.- Returns:
- the short
- Default:
2
-
excelHeaderCellLayout
ExcelHeaderCellLayout excelHeaderCellLayoutExcel header cell layout.- Returns:
- the excel header cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelHeaderCellLayout
-