public interface PrintCellValueProvider extends Mutable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CURRENT_LEVEL |
static java.lang.String |
MARK_STRING |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getCellValue(PageExportCellElement cellElement,
CellGUIAttr cellGUIAttr,
java.lang.Object oriValue,
int width,
int height)
对单元格做特殊处理
|
mark4ProvidercurrentAPILevelstatic final java.lang.String MARK_STRING
static final int CURRENT_LEVEL
java.lang.Object getCellValue(PageExportCellElement cellElement, CellGUIAttr cellGUIAttr, java.lang.Object oriValue, int width, int height)
cellElement - 单元格cellGUIAttr - 单元格属性oriValue - 单元格元素width - 单元格宽度height - 单元格高度