org.jeecgframework.poi.excel.export.styler
类 AbstractExcelExportStyler
java.lang.Object
org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler
- 所有已实现的接口:
- IExcelExportStyler
- 直接已知子类:
- ExcelExportStylerBorderImpl, ExcelExportStylerColorImpl, ExcelExportStylerDefaultImpl
public abstract class AbstractExcelExportStyler
- extends Object
- implements IExcelExportStyler
抽象接口提供两个公共方法
- 作者:
- JueYue
|
方法摘要 |
protected void |
createStyles(org.apache.poi.ss.usermodel.Workbook workbook)
|
org.apache.poi.ss.usermodel.CellStyle |
getStyles(boolean noneStyler,
ExcelExportEntity entity)
获取样式方法 |
org.apache.poi.ss.usermodel.CellStyle |
stringNoneStyle(org.apache.poi.ss.usermodel.Workbook workbook,
boolean isWarp)
|
org.apache.poi.ss.usermodel.CellStyle |
stringSeptailStyle(org.apache.poi.ss.usermodel.Workbook workbook,
boolean isWarp)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stringNoneStyle
protected org.apache.poi.ss.usermodel.CellStyle stringNoneStyle
stringNoneWrapStyle
protected org.apache.poi.ss.usermodel.CellStyle stringNoneWrapStyle
stringSeptailStyle
protected org.apache.poi.ss.usermodel.CellStyle stringSeptailStyle
stringSeptailWrapStyle
protected org.apache.poi.ss.usermodel.CellStyle stringSeptailWrapStyle
workbook
protected org.apache.poi.ss.usermodel.Workbook workbook
STRING_FORMAT
protected static final short STRING_FORMAT
AbstractExcelExportStyler
public AbstractExcelExportStyler()
createStyles
protected void createStyles(org.apache.poi.ss.usermodel.Workbook workbook)
getStyles
public org.apache.poi.ss.usermodel.CellStyle getStyles(boolean noneStyler,
ExcelExportEntity entity)
- 从接口
IExcelExportStyler 复制的描述
- 获取样式方法
- 指定者:
- 接口
IExcelExportStyler 中的 getStyles
- 返回:
stringNoneStyle
public org.apache.poi.ss.usermodel.CellStyle stringNoneStyle(org.apache.poi.ss.usermodel.Workbook workbook,
boolean isWarp)
stringSeptailStyle
public org.apache.poi.ss.usermodel.CellStyle stringSeptailStyle(org.apache.poi.ss.usermodel.Workbook workbook,
boolean isWarp)
Copyright © 2015. All Rights Reserved.