Uses of Interface
net.windward.xmlreport.ProcessReportAPI

Packages that use ProcessReportAPI
net.windward.xmlreport The reporting-specific part of Windward Reports. 
 

Uses of ProcessReportAPI in net.windward.xmlreport
 

Subinterfaces of ProcessReportAPI in net.windward.xmlreport
 interface ProcessDocxAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.
 interface ProcessExcelMLAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the SpreadsheetML format.
 interface ProcessHtmlAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the html format.
 interface ProcessPdfAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the pdf format.
 interface ProcessRtfAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the rtf format.
 interface ProcessTxtAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the ASCII text format.
 interface ProcessWordMLAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the WordML format.
 interface ProcessXlsAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the WordML format.
 interface ProcessXlsxAPI
          This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.
 

Classes in net.windward.xmlreport that implement ProcessReportAPI
 class ProcessDocx
          This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
 class ProcessExcelML
          This class is the main program that takes a template stream and a datasource and merges them to create an ExcelML report stream.
 class ProcessHtml
          This class is the main program that takes a template stream and a datasource and merges them to create an html report stream.
 class ProcessPdf
          This class is the main program that takes a template stream and a datasource and merges them to create a pdf report stream.
 class ProcessReport
          This class is the base class that takes a template stream and a DataSource and merges them to create a report stream.
 class ProcessRtf
          This class is the main program that takes a template stream and a datasource and merges them to create a rtf report stream.
 class ProcessTxt
          This class is the main program that takes a template stream and a datasource and merges them to create a txt report stream.
 class ProcessWordML
          This class is the main program that takes a template stream and a datasource and merges them to create a WordML report stream.
 class ProcessXls
          This class is the main program that takes a template stream and a datasource and merges them to create an xls report stream.
 class ProcessXlsx
          This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
 



Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software