Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.PageableOutputProcessor

Packages that use PageableOutputProcessor
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base Support for the output targets that are page- and print oriented. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf PDF export classes and the PDF output target. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml   
org.pentaho.reporting.engine.classic.core.modules.output.table.csv Layouted CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xls The Excel output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xml   
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base that implement PageableOutputProcessor
 class AbstractPageableOutputProcessor
          Creation-Date: 09.04.2007, 10:59:35
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base with parameters of type PageableOutputProcessor
PageableReportProcessor(MasterReport report, PageableOutputProcessor outputProcessor)
           
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal that implement PageableOutputProcessor
 class GraphicsOutputProcessor
          Creation-Date: 02.01.2006, 19:55:14
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf that implement PageableOutputProcessor
 class PdfOutputProcessor
          A streaming target, which produces a PDF document.
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext that implement PageableOutputProcessor
 class PageableTextOutputProcessor
          Creation-Date: 13.05.2007, 13:06:24
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml that implement PageableOutputProcessor
 class XmlPageOutputProcessor
           
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.csv
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.csv that implement PageableOutputProcessor
 class PageableCSVOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 

Uses of PageableOutputProcessor 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 PageableOutputProcessor
 class PageableHtmlOutputProcessor
          Creation-Date: 04.05.2007, 16:36:48
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.xls
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.xls that implement PageableOutputProcessor
 class PageableExcelOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 

Uses of PageableOutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.xml
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.xml that implement PageableOutputProcessor
 class XmlTableOutputProcessor