程序包 | 说明 |
---|---|
com.fr.io.exporter | |
com.fr.io.exporter.excel.stream | |
com.fr.io.exporter.poi.wrapper |
限定符和类型 | 方法和说明 |
---|---|
protected POIFontAction |
ExcelExporter.createFont(POIWorkbookAction wbWrapper,
java.awt.Font font) |
protected abstract POIFontAction |
AbstractExcelExporter.createFont(POIWorkbookAction wbWrapper,
java.awt.Font font) |
protected POIFontAction |
AbstractExcelExporter.createSimpleFont(POIWorkbookAction wb,
AbstractExcelExporter.FontAdapter font,
POIFontAction fontWrapper,
java.lang.String cellFontName)
获取当前字体的样式, 并加以缓存
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
AbstractExcelExporter.createComplexFont4FR(FRFont frFont,
POIFontAction font)
复杂点的字体设置, java原生的不带, 字体上下标, 下划线等
|
protected POIFontAction |
AbstractExcelExporter.createSimpleFont(POIWorkbookAction wb,
AbstractExcelExporter.FontAdapter font,
POIFontAction fontWrapper,
java.lang.String cellFontName)
获取当前字体的样式, 并加以缓存
|
限定符和类型 | 方法和说明 |
---|---|
POIFontAction |
StreamExcel2007Exporter.createFont(POIWorkbookAction wbWrapper,
java.awt.Font font) |
限定符和类型 | 类和说明 |
---|---|
class |
HssfFontWrapper |
class |
XssfFontWrapper |
限定符和类型 | 方法和说明 |
---|---|
POIFontAction |
XssfWorkbookWrapper.getFontAt(short fontIndex) |
POIFontAction |
POIWorkbookAction.getFontAt(short fontIndex) |
POIFontAction |
HssfWorkbookWrapper.getFontAt(short fontIndex) |
限定符和类型 | 方法和说明 |
---|---|
void |
XssfRichStringWrapper.applyFont(int startIndex,
int endIndex,
POIFontAction font)
设置字体
|
void |
POIRichStringAction.applyFont(int startIndex,
int endIndex,
POIFontAction font)
设置字体
|
void |
HssfRichStringWrapper.applyFont(int startIndex,
int endIndex,
POIFontAction font)
设置字体
|
void |
XssfCellStyleWrapper.setFont(POIFontAction font) |
void |
POICellStyleAction.setFont(POIFontAction font) |
void |
HssfCellStyleWrapper.setFont(POIFontAction font) |