程序包 | 说明 |
---|---|
com.fr.io.exporter | |
com.fr.io.exporter.excel.stream | |
com.fr.page |
分页相关
|
com.fr.report.cell |
定义了各种单元格元素和悬浮元素
|
com.fr.report.cell.cellattr |
这个包中定义了和单元格相关的类,
单元格GUI属性(
CellGUIAttr )类,
公式(Formula )类. |
com.fr.report.fun |
定义一些接口和抽象类
|
com.fr.web.core.utils | |
com.fr.web.output.html.chwriter |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.Object |
AbstractExcelExporter.evalCellValue(CellElement cellElement,
boolean exHiddenRow,
boolean exHiddenColumn,
java.util.List hssfCellList,
POICellAction hssfCell,
Calculator cal,
Style style,
java.util.List hssfCellFormulaList,
CellGUIAttr cellGUIAttr,
DynamicUnitList rowHeightList,
DynamicUnitList columnWidthList,
int column,
int row,
int columnSpan,
int rowSpan,
POIWorkbookAction wb) |
protected boolean |
AbstractExcelExporter.isShowAsImage(int textStyle,
CellGUIAttr cellGUIAttr) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
StreamExcel2007Exporter.evalCellValue(CellElement cellElement,
boolean exHiddenRow,
boolean exHiddenColumn,
java.util.List hssfCellList,
POICellAction hssfCell,
Calculator cal,
Style style,
java.util.List hssfCellFormulaList,
CellGUIAttr cellGUIAttr,
DynamicUnitList rowHeightList,
DynamicUnitList columnWidthList,
int column,
int row,
int columnSpan,
int rowSpan,
POIWorkbookAction wb) |
protected void |
StreamExcelReportExporter.setPOICellStyle(com.fr.third.v2.org.apache.poi.ss.usermodel.Cell xssfCell,
Style style,
CellGUIAttr cellGUIAttr,
java.lang.Object value,
com.fr.third.v2.org.apache.poi.ss.usermodel.CellStyle cellStyle) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
PDF2Painter.paintCellContent(CellGUIAttr cellGUIAttr,
boolean isPrint,
PageExportCellElement ce,
java.awt.Rectangle paintRectangle,
java.awt.Rectangle clipRectangle) |
protected void |
PagePainter.paintCellContent(CellGUIAttr cellGUIAttr,
boolean isPrint,
PageExportCellElement ce,
java.awt.Rectangle paintRectangle,
java.awt.Rectangle clipRectangle) |
限定符和类型 | 方法和说明 |
---|---|
CellGUIAttr |
ShowAttrElem.getCellGUIAttr()
Gets the attributes of GUI.
|
CellGUIAttr |
AbstractCellElement.getCellGUIAttr() |
限定符和类型 | 方法和说明 |
---|---|
void |
ShowAttrElem.setCellGUIAttr(CellGUIAttr cellGUIAttr)
Sets the attributes of GUI.
|
void |
AbstractCellElement.setCellGUIAttr(CellGUIAttr cellGUIAttr) |
限定符和类型 | 字段和说明 |
---|---|
static CellGUIAttr |
CellGUIAttr.DEFAULT_CELLGUIATTR |
限定符和类型 | 方法和说明 |
---|---|
CellGUIAttr |
PageExportCellElement.getCellGUIAttr() |
限定符和类型 | 方法和说明 |
---|---|
void |
PageExportCellElement.setCellGUIAttr(CellGUIAttr cellGUIAttr) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
PrintCellValueProvider.getCellValue(PageExportCellElement cellElement,
CellGUIAttr cellGUIAttr,
java.lang.Object oriValue,
int width,
int height)
对单元格做特殊处理
|
java.lang.Object |
CellValueProvider.processBeforeToTag(java.lang.Object oriValue,
CellGUIAttr guiAttr,
Style style,
int width,
int height)
转换为html之前的处理单元格值接口
例如: 单元格输出到web端不想用默认的显示方式, 想将其转为图片, 转为富文本等等.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
ReportHTMLWriterUtils.style2Css4Background(StyleWithSize ss,
Tag tag,
CellGUIAttr cellGUIAttr,
Repository repo,
java.lang.Object value,
java.util.List exception)
处理背景以及边框属性
|
限定符和类型 | 字段和说明 |
---|---|
protected CellGUIAttr |
CellHtmlWriter.cellGUIAttr |