public abstract class AbstractWriteHolder extends AbstractHolder implements WriteHolder
| 类型 | 属性和说明 |
|---|---|
ExcelWriteHeadProperty |
excelWriteHead
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
| 构造器和说明 |
|---|
AbstractWriteHolder(WriteBasicParameter writeBasicParameter,
AbstractWriteHolder parentAbstractWriteHolder,
Boolean convertAllFiled) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelWriteHeadProperty |
excelWriteHeadProperty()
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
ExcelWriteHeadProperty |
getExcelWriteHeadProperty() |
Boolean |
getNeedHead() |
Integer |
getRelativeHeadRowIndex() |
Map<Class<? extends WriteHandler>,List<WriteHandler>> |
getWriteHandlerMap() |
protected void |
initAnnotationConfig(List<WriteHandler> handlerList) |
boolean |
needHead()
Whether a header is required for the currently operated cell
|
int |
relativeHeadRowIndex()
Writes the head relative to the existing contents of the sheet.
|
void |
setExcelWriteHeadProperty(ExcelWriteHeadProperty excelWriteHeadProperty) |
void |
setNeedHead(Boolean needHead) |
void |
setRelativeHeadRowIndex(Integer relativeHeadRowIndex) |
void |
setWriteHandlerMap(Map<Class<? extends WriteHandler>,List<WriteHandler>> writeHandlerMap) |
protected Map<Class<? extends WriteHandler>,List<WriteHandler>> |
sortAndClearUpHandler(List<WriteHandler> handlerList,
Map<Class<? extends WriteHandler>,List<WriteHandler>> parentHandlerMap) |
Map<Class<? extends WriteHandler>,List<WriteHandler>> |
writeHandlerMap()
What handler does the currently operated cell need to execute
|
converterMap, getClazz, getConverterMap, getGlobalConfiguration, getHead, getNewInitialization, globalConfiguration, isNew, setClazz, setConverterMap, setGlobalConfiguration, setHead, setNewInitializationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconverterMap, globalConfiguration, isNewholderTypepublic ExcelWriteHeadProperty excelWriteHeadProperty
excelWriteHeadProperty 在接口中 WriteHolderpublic AbstractWriteHolder(WriteBasicParameter writeBasicParameter, AbstractWriteHolder parentAbstractWriteHolder, Boolean convertAllFiled)
protected void initAnnotationConfig(List<WriteHandler> handlerList)
protected Map<Class<? extends WriteHandler>,List<WriteHandler>> sortAndClearUpHandler(List<WriteHandler> handlerList, Map<Class<? extends WriteHandler>,List<WriteHandler>> parentHandlerMap)
public Boolean getNeedHead()
public void setNeedHead(Boolean needHead)
public Map<Class<? extends WriteHandler>,List<WriteHandler>> getWriteHandlerMap()
public void setWriteHandlerMap(Map<Class<? extends WriteHandler>,List<WriteHandler>> writeHandlerMap)
public ExcelWriteHeadProperty getExcelWriteHeadProperty()
public void setExcelWriteHeadProperty(ExcelWriteHeadProperty excelWriteHeadProperty)
public Integer getRelativeHeadRowIndex()
public void setRelativeHeadRowIndex(Integer relativeHeadRowIndex)
public ExcelWriteHeadProperty excelWriteHeadProperty()
WriteHolderexcelWriteHeadProperty 在接口中 WriteHolderpublic Map<Class<? extends WriteHandler>,List<WriteHandler>> writeHandlerMap()
WriteHolderwriteHandlerMap 在接口中 WriteHolderpublic boolean needHead()
WriteHolderneedHead 在接口中 WriteHolderpublic int relativeHeadRowIndex()
WriteHolderrelativeHeadRowIndex 在接口中 WriteHolderCopyright © 2018–2019 Alibaba Group. All rights reserved.