Annotation Type ExcelLabel
The Interface ExcelLabel.
ExcelLabel writes a label on the sheet and it must be added in the field within the
It is composed by:
ExcelLabel writes a label on the sheet and it must be added in the field within the
SheetData classes.It is composed by:
- ExcelCellsLayout - to define cell layout
- ColumnMerge - to set the number of merged cells
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintColumn merge.Label layout.
-
Element Details
-
labelLayout
ExcelCellLayout labelLayoutLabel layout.- Returns:
- the excel cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelCellLayout([email protected](bold=true), rgbFont={@bld.generator.report.excel.annotation.ExcelRgbColor(red=(byte)0xbe, green=(byte)0x48, blue=(byte)0x0a)}, rgbForeground={@bld.generator.report.excel.annotation.ExcelRgbColor(red=(byte)0xff, green=(byte)0xe9, blue=(byte)0x94)})
-
columnMerge
int columnMergeColumn merge.- Returns:
- the int
- Default:
1
-