org.jeecgframework.poi.excel.export.styler
类 ExcelExportStylerColorImpl

java.lang.Object
  继承者 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler
      继承者 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl
所有已实现的接口:
IExcelExportStyler

public class ExcelExportStylerColorImpl
extends AbstractExcelExportStyler
implements IExcelExportStyler

带有样式的导出服务

作者:
JueYue

字段摘要
 
从类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 继承的字段
STRING_FORMAT, stringNoneStyle, stringNoneWrapStyle, stringSeptailStyle, stringSeptailWrapStyle, workbook
 
构造方法摘要
ExcelExportStylerColorImpl(org.apache.poi.ss.usermodel.Workbook workbook)
           
 
方法摘要
 org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(short headerColor)
          列表头样式
 org.apache.poi.ss.usermodel.CellStyle getTitleStyle(short color)
          标题样式
 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)
           
 
从类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 继承的方法
createStyles, getStyles
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.jeecgframework.poi.excel.export.styler.IExcelExportStyler 继承的方法
getStyles
 

构造方法详细信息

ExcelExportStylerColorImpl

public ExcelExportStylerColorImpl(org.apache.poi.ss.usermodel.Workbook workbook)
方法详细信息

getHeaderStyle

public org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(short headerColor)
从接口 IExcelExportStyler 复制的描述
列表头样式

指定者:
接口 IExcelExportStyler 中的 getHeaderStyle
返回:

stringNoneStyle

public org.apache.poi.ss.usermodel.CellStyle stringNoneStyle(org.apache.poi.ss.usermodel.Workbook workbook,
                                                             boolean isWarp)
覆盖:
AbstractExcelExportStyler 中的 stringNoneStyle

getTitleStyle

public org.apache.poi.ss.usermodel.CellStyle getTitleStyle(short color)
从接口 IExcelExportStyler 复制的描述
标题样式

指定者:
接口 IExcelExportStyler 中的 getTitleStyle
返回:

stringSeptailStyle

public org.apache.poi.ss.usermodel.CellStyle stringSeptailStyle(org.apache.poi.ss.usermodel.Workbook workbook,
                                                                boolean isWarp)
覆盖:
AbstractExcelExportStyler 中的 stringSeptailStyle


Copyright © 2015. All Rights Reserved.