Annotation Type ExcelSummary
The Interface ExcelSummary.
ExcelSummary is used to define the following properties:
ExcelSummary is used to define the following properties:
- Title - to write the title of table
- Comment - to write a comment on header
- Layout - to set the cell style on cells of the first column
- widthColumn1 - to set the width on the first column
- widthColumn2 - to set the width on the second column
SheetSummary classes-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionComment.Layout.booleanTitle cell formulta.intWidth column 1.intWidth column 2.
-
Element Details
-
title
String titleTitle.- Returns:
- the string
-
titleCellFormulta
boolean titleCellFormultaTitle cell formulta.- Returns:
- true, if successful
- Default:
false
-
comment
String commentComment.- Returns:
- the string
- Default:
""
-
layout
ExcelCellLayout layoutLayout.- Returns:
- the excel cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelCellLayout
-
widthColumn1
int widthColumn1Width column 1.- Returns:
- the int
- Default:
5
-
widthColumn2
int widthColumn2Width column 2.- Returns:
- the int
- Default:
5
-