@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExportTitle
Modifier and Type | Required Element and Description |
---|---|
String |
title
标题
|
Modifier and Type | Optional Element and Description |
---|---|
ExcelAlignType |
align
水平对齐方式
|
String |
backgroundColor
背景颜色 RGB
|
ExcelBorderType |
border
边框 首行无法显示 上左边框
|
String |
borderColor
边框颜色 RGB
|
ExportFont |
font
字体
|
int |
useColumn
使用列数 默认列长
|
int |
useRow
使用行数
|
ExcelVerticalAlignType |
verticalAlign
垂直对齐方式
|
public abstract String title
public abstract ExcelVerticalAlignType verticalAlign
public abstract ExcelAlignType align
public abstract String backgroundColor
public abstract ExcelBorderType border
public abstract String borderColor
public abstract ExportFont font
Copyright © 2024. All rights reserved.