@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface DownloadExcelTitle
| 限定符和类型 | 必需的元素和说明 |
|---|---|
int |
order
Get the title order(Small on the right, Big on the left)
|
String |
title
Get the excel title name
|
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
columnWidth
Get the column width
|
public abstract String title
Copyright © 2019. All rights reserved.