Package io.keikai.ui.sys
Interface CellDisplayLoader
- All Known Implementing Classes:
CellDisplayLoaderImpl,SimpleCellDisplayLoader
public interface CellDisplayLoader
- Since:
- 3.0.0
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptiongetCellHtmlText(SSheet sheet, int row, int column) return the html text for this cellgetCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-
Method Details
-
getCellHtmlText
return the html text for this cell- Returns:
- the html text or null if the cell is not support to show it.
-
getCellHtmlText
String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) - Parameters:
sheet-row-column-ft-tbStyle-cdStyle-- Returns:
- Since:
- 3.9.0
-