类 SimpleRowHeightStyleStrategy
java.lang.Object
com.sh.wf.excel.write.style.row.AbstractRowHeightStyleStrategy
com.sh.wf.excel.write.style.row.SimpleRowHeightStyleStrategy
- 所有已实现的接口:
Handler,NotRepeatExecutor,RowWriteHandler,WriteHandler
Set the head column high and content column high
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidsetContentColumnHeight(org.apache.poi.ss.usermodel.Row row, int relativeRowIndex) Sets the height of contentprotected voidsetHeadColumnHeight(org.apache.poi.ss.usermodel.Row row, int relativeRowIndex) Sets the height of header从类继承的方法 com.sh.wf.excel.write.style.row.AbstractRowHeightStyleStrategy
afterRowCreate, afterRowDispose, beforeRowCreate, uniqueValue
-
构造器详细资料
-
SimpleRowHeightStyleStrategy
-
-
方法详细资料
-
setHeadColumnHeight
protected void setHeadColumnHeight(org.apache.poi.ss.usermodel.Row row, int relativeRowIndex) 从类复制的说明:AbstractRowHeightStyleStrategySets the height of header -
setContentColumnHeight
protected void setContentColumnHeight(org.apache.poi.ss.usermodel.Row row, int relativeRowIndex) 从类复制的说明:AbstractRowHeightStyleStrategySets the height of content
-