public abstract class AbstractRowHeightStyleStrategy extends Object implements RowWriteHandler
| Constructor and Description |
|---|
AbstractRowHeightStyleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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.