Annotation Interface ExcelCustomRowConfig


public @interface ExcelCustomRowConfig
自定义首行配置注解
Author:
wangliang181230
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    水平位置 值域:left、center、right
    boolean
    字体粗体
    int
    字体大小
    int
    行高
    竖直位置 值域:top、middle|center、bottom
  • Element Details

    • fontSize

      int fontSize
      字体大小
      Returns:
      the font size
      Default:
      12
    • fontBold

      boolean fontBold
      字体粗体
      Returns:
      the font bold
      Default:
      true
    • rowHeight

      int rowHeight
      行高
      Returns:
      the row height
      Default:
      20
    • align

      String align
      水平位置 值域:left、center、right
      Returns:
      the cell alignment
      Default:
      "center"
    • verAlign

      String verAlign
      竖直位置 值域:top、middle|center、bottom
      Returns:
      the cell vertical alignment
      Default:
      "middle"