类 SimpleColumnWidthStyleStrategy
java.lang.Object
com.sh.wf.excel.write.style.column.AbstractColumnWidthStyleStrategy
com.sh.wf.excel.write.style.column.AbstractHeadColumnWidthStyleStrategy
com.sh.wf.excel.write.style.column.SimpleColumnWidthStyleStrategy
- 所有已实现的接口:
Handler,NotRepeatExecutor,CellWriteHandler,WriteHandler
All the columns are the same width
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected IntegercolumnWidth(Head head, Integer columnIndex) Returns the column width corresponding to each column head.从类继承的方法 com.sh.wf.excel.write.style.column.AbstractHeadColumnWidthStyleStrategy
setColumnWidth从类继承的方法 com.sh.wf.excel.write.style.column.AbstractColumnWidthStyleStrategy
afterCellCreate, afterCellDispose, beforeCellCreate, uniqueValue
-
构造器详细资料
-
SimpleColumnWidthStyleStrategy
- 参数:
columnWidth- Integer
-
-
方法详细资料
-
columnWidth
从类复制的说明:AbstractHeadColumnWidthStyleStrategyReturns the column width corresponding to each column head.if return null,ignore
- 指定者:
columnWidth在类中AbstractHeadColumnWidthStyleStrategy- 参数:
head- Nullable.columnIndex- Not null.- 返回:
-