Annotation Type ExcelFont


@Documented @Retention(RUNTIME) @Target({}) public @interface ExcelFont
The Interface ExcelFont.
ExcelFont defines the following properties:
  • Font - to set font type
  • Bold - to enable/disable bold
  • Italic - to enable/disable italic
  • Underline - to set underline type
  • Size - to set font size

It is a property of the following annotations:
  • Element Details

    • font

      FontType font
      Font.
      Returns:
      the font type
      Default:
      CALIBRI
    • bold

      boolean bold
      Bold.
      Returns:
      true, if successful
      Default:
      false
    • italic

      boolean italic
      Italic.
      Returns:
      true, if successful
      Default:
      false
    • underline

      UnderlineType underline
      Underline.
      Returns:
      the underline type
      Default:
      NONE
    • size

      short size
      Size.
      Returns:
      the short
      Default:
      11