public abstract class AbstractRowHeightStyleStrategy extends Object implements RowWriteHandler
| 构造器和说明 |
|---|
AbstractRowHeightStyleStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterRowDispose(RowWriteHandlerContext context)
Called after all operations on the row have been completed.
|
protected abstract void |
setContentColumnHeight(org.apache.poi.ss.usermodel.Row row,
int relativeRowIndex)
Sets the height of content
|
protected abstract void |
setHeadColumnHeight(org.apache.poi.ss.usermodel.Row row,
int relativeRowIndex)
Sets the height of header
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterRowCreate, afterRowCreate, afterRowDispose, beforeRowCreate, beforeRowCreatepublic void afterRowDispose(RowWriteHandlerContext context)
RowWriteHandlerafterRowDispose 在接口中 RowWriteHandlerprotected abstract void setHeadColumnHeight(org.apache.poi.ss.usermodel.Row row,
int relativeRowIndex)
row - relativeRowIndex - protected abstract void setContentColumnHeight(org.apache.poi.ss.usermodel.Row row,
int relativeRowIndex)
row - relativeRowIndex - Copyright © 2018–2022 Alibaba Group. All rights reserved.