Annotation Type ExcelHeaderLayout


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ExcelHeaderLayout
The Interface ExcelHeaderLayout.
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
It must be to managed in SheetData classes.
  • Element Details

    • rowHeight

      short rowHeight
      Row height.
      Returns:
      the short
      Default:
      2
    • excelHeaderCellLayout

      ExcelHeaderCellLayout excelHeaderCellLayout
      Excel header cell layout.
      Returns:
      the excel header cell layout
      Default:
      @bld.generator.report.excel.annotation.ExcelHeaderCellLayout