Package icu.easyj.poi.excel.annotation
Annotation Interface ExcelCustomRowConfig
public @interface ExcelCustomRowConfig
自定义首行配置注解
- Author:
- wangliang181230
-
Optional Element Summary
Optional Elements
-
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"
-