Annotation Type ExcelSummary


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ExcelSummary
The Interface ExcelSummary.
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
It must be to used on SheetSummary classes
  • Element Details

    • title

      String title
      Title.
      Returns:
      the string
    • titleCellFormulta

      boolean titleCellFormulta
      Title cell formulta.
      Returns:
      true, if successful
      Default:
      false
    • comment

      String comment
      Comment.
      Returns:
      the string
      Default:
      ""
    • layout

      Layout.
      Returns:
      the excel cell layout
      Default:
      @bld.generator.report.excel.annotation.ExcelCellLayout
    • widthColumn1

      int widthColumn1
      Width column 1.
      Returns:
      the int
      Default:
      5
    • widthColumn2

      int widthColumn2
      Width column 2.
      Returns:
      the int
      Default:
      5