public class AnnotationExcelWriterSheetDefinition extends Object implements ExcelWriterSheetDefinition
| 构造器和说明 |
|---|
AnnotationExcelWriterSheetDefinition(Class<?> clazz,
List<?> rowDatas) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Object o) |
<A extends Annotation> |
getAnnotation(Class<A> clazz)
获取Sheet注解
|
Class<?> |
getBindingModel()
获取绑定的对象
|
Map<Integer,Field> |
getColumnFields()
获取列字段
|
int |
getDataRowHeight() |
int |
getFirstDataRow()
获取数据行号
|
int |
getMaxRowsPerSheet() |
int |
getOrder() |
List<?> |
getRowDatas() |
Color |
getRowStripeColor() |
String |
getSheetName() |
int |
getTitleRowHeight() |
boolean |
isRowStriped() |
void |
setSheetName(String sheetName) |
public <A extends Annotation> A getAnnotation(Class<A> clazz)
ExcelSheetDefinitiongetAnnotation 在接口中 ExcelSheetDefinitionpublic Class<?> getBindingModel()
ExcelSheetDefinitiongetBindingModel 在接口中 ExcelSheetDefinitionpublic Map<Integer,Field> getColumnFields()
ExcelSheetDefinitiongetColumnFields 在接口中 ExcelSheetDefinitionpublic int getFirstDataRow()
ExcelSheetDefinitiongetFirstDataRow 在接口中 ExcelSheetDefinitionpublic List<?> getRowDatas()
getRowDatas 在接口中 ExcelWriterSheetDefinitionpublic int getOrder()
getOrder 在接口中 ExcelWriterSheetDefinitionpublic String getSheetName()
getSheetName 在接口中 ExcelWriterSheetDefinitionpublic void setSheetName(String sheetName)
setSheetName 在接口中 ExcelWriterSheetDefinitionpublic int getMaxRowsPerSheet()
getMaxRowsPerSheet 在接口中 ExcelWriterSheetDefinitionpublic boolean isRowStriped()
isRowStriped 在接口中 ExcelWriterSheetDefinitionpublic Color getRowStripeColor()
getRowStripeColor 在接口中 ExcelWriterSheetDefinitionpublic int getTitleRowHeight()
getTitleRowHeight 在接口中 ExcelWriterSheetDefinitionpublic int getDataRowHeight()
getDataRowHeight 在接口中 ExcelWriterSheetDefinitionpublic int compareTo(Object o)
compareTo 在接口中 ComparableCopyright © 2019. All rights reserved.