Class HtmlExporterFactory

java.lang.Object
io.keikai.model.impl.html.HtmlExporterFactory
All Implemented Interfaces:
SExporterFactory

public class HtmlExporterFactory extends Object implements SExporterFactory
Exporter factory for HTML output.

Returns the Rust-native RustHtmlExporter, which delegates through the JNI shim to axyra-sheets-html. Mirrors PdfExporterFactory's always-Rust shape. The legacy ToHtml-based exporter and the kkrender Java renderer were removed once BorH*Test contracts ran green against the Rust pipeline.