Package io.keikai.model.impl.pdf
Class PdfExporter
java.lang.Object
io.keikai.model.impl.pdf.PdfExporter
- All Implemented Interfaces:
SExporter,Serializable
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Export a bookvoidexport(SBook book, OutputStream outputStream) Deprecated.Export a bookvoidexport(SheetRegion region, OutputStream outputStream) Deprecated.Exports only the given sheet region as PDF (restores the 6.3 region-level overload).voidexport(SSheet sheet, OutputStream outputStream) Deprecated.Exports a single sheet as PDF (restores the 6.3 sheet-level overload).Deprecated.Returns a per-exporterSPrintSetup.
-
Constructor Details
-
PdfExporter
public PdfExporter()Deprecated.
-
-
Method Details
-
export
Deprecated.Description copied from interface:SExporterExport a book- Specified by:
exportin interfaceSExporter- Parameters:
book- the book to exportfile- the output file to store data- Throws:
IOException
-
export
Deprecated.Description copied from interface:SExporterExport a book- Specified by:
exportin interfaceSExporter- Parameters:
book- the book to exportoutputStream- the output stream to store data- Throws:
IOException
-
export
Deprecated.Exports a single sheet as PDF (restores the 6.3 sheet-level overload).- Throws:
IOException- Since:
- 7.0.0
-
export
Deprecated.Exports only the given sheet region as PDF (restores the 6.3 region-level overload).- Throws:
IOException- Since:
- 7.0.0
-
getPrintSetup
Deprecated.Returns a per-exporterSPrintSetup. The returned object is a swallow-all stub: setters here are NOT propagated to the Rust exporter (the Rust engine reads print setup from the SBook). This exists only so legacy callers compile.
-
RustPdfExporterdirectly, or obtain it viaPdfExporterFactory.createExporter(). This wrapper is kept only to ease migration of legacy callers; the per-exporter configuration setters defined here do NOT influence Rust output (the Rust engine reads print setup from the SBook).