Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlContentGenerator

Packages that use HtmlContentGenerator
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
 

Uses of HtmlContentGenerator in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.html that implement HtmlContentGenerator
 class AllItemsHtmlPrinter
          Creation-Date: 08.05.2007, 20:04:44
 class HtmlPrinter
          This class is the actual HTML-emitter.
 class SingleItemHtmlPrinter
          A HTML-Generator that generates one file in a predefined location.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type HtmlContentGenerator
HtmlTextExtractor(OutputProcessorMetaData metaData, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, StyleManager styleManager, HtmlContentGenerator contentGenerator)