public static interface ExportUtils.HtmlFileExporter extends ExportUtils.HtmlExporter
ExportUtils.HtmlExporter.Attribute, ExportUtils.HtmlExporter.Element, ExportUtils.HtmlExporter.MacroResolver
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this exporter and writes everything down to file.
|
void |
write(ExportUtils.HtmlExporter.MacroResolver aResolver)
Writes the HTML export to file using the given macro resolver to resolve
any macros.
|
addCssStyle, getBody, getHead, setTitle, toString
void write(ExportUtils.HtmlExporter.MacroResolver aResolver) throws IOException
aResolver
- the macro resolver to use, cannot be null
.IOException
- in case of I/O problems.void close() throws IOException
IOException
- in case of I/O problems.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.