public abstract class AbstractCommentExcelProcessor extends java.lang.Object implements CommentExcelProcessor
CURRENT_LEVEL, MARK_STRING
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
AbstractCommentExcelProcessor() |
限定符和类型 | 方法和说明 |
---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
boolean |
importExcelMatchComment(ECReport excelReport,
WriteECReport curReport) |
boolean |
importExcelMatchComment(ECReport excelReport,
WriteECReport curReport,
FineBook fineBook)
导入Excel匹配批注
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellComment, convertCommentToTooltip
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level
public int layerIndex()
Layer
layerIndex
在接口中 Layer
public boolean importExcelMatchComment(ECReport excelReport, WriteECReport curReport, FineBook fineBook)
CommentExcelProcessor
importExcelMatchComment
在接口中 CommentExcelProcessor
excelReport
- 当前Excel报表curReport
- 当前Cpt报表fineBook
- 当前finebookpublic boolean importExcelMatchComment(ECReport excelReport, WriteECReport curReport)
importExcelMatchComment
在接口中 CommentExcelProcessor