Annotation Type ExcelLabel


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelLabel
The Interface ExcelLabel.
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
  • Element Details

    • labelLayout

      ExcelCellLayout labelLayout
      Label 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 columnMerge
      Column merge.
      Returns:
      the int
      Default:
      1