Uses of Interface
io.keikai.range.SExporterFactory
-
Packages that use SExporterFactory Package Description io.keikai.model.impl.html The exporter that convert Keikai Spreadsheet to HTML.io.keikai.model.impl.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SExporterFactory in io.keikai.model.impl.html
Classes in io.keikai.model.impl.html that implement SExporterFactory Modifier and Type Class Description class
HtmlExporterFactory
-
Uses of SExporterFactory in io.keikai.model.impl.pdf
Classes in io.keikai.model.impl.pdf that implement SExporterFactory Modifier and Type Class Description class
PdfExporterFactory
-
Uses of SExporterFactory in io.keikai.range
Methods in io.keikai.range with parameters of type SExporterFactory Modifier and Type Method Description static void
SExporters. register(String name, SExporterFactory factory)
Register a exporter factory -
Uses of SExporterFactory in io.keikai.range.impl.imexp
Classes in io.keikai.range.impl.imexp that implement SExporterFactory Modifier and Type Class Description class
ExcelExportFactory
-