Uses of Class
org.idempiere.print.renderer.HTMLReportRendererConfiguration
Packages that use HTMLReportRendererConfiguration
Package
Description
Provide interface and classes for report engine content rendering service
-
Uses of HTMLReportRendererConfiguration in org.idempiere.print.renderer
Methods in org.idempiere.print.renderer that return HTMLReportRendererConfigurationModifier and TypeMethodDescriptionHTMLReportRendererConfiguration.setContextPath(String contextPath) Set web context pathHTMLReportRendererConfiguration.setExport(boolean isExport) Set is renderer support exportHTMLReportRendererConfiguration.setExtension(IHTMLExtension extension) Set HTML content extensionHTMLReportRendererConfiguration.setLanguage(Language language) Set content languageHTMLReportRendererConfiguration.setOnlyTable(boolean onlyTable) Set only generate html table or html documentHTMLReportRendererConfiguration.setOutputFile(File file) Set output fileHTMLReportRendererConfiguration.setOutputWriter(Writer writer) Set output writerMethods in org.idempiere.print.renderer that return types with arguments of type HTMLReportRendererConfigurationMethods in org.idempiere.print.renderer with parameters of type HTMLReportRendererConfigurationModifier and TypeMethodDescriptionvoidHTMLReportRenderer.renderReport(ReportEngine reportEngine, HTMLReportRendererConfiguration configuration)