Package | Description |
---|---|
net.windward.xmlreport |
The reporting-specific part of Windward Reports.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessCsvAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the CSV format.
|
interface |
ProcessDocxAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.
|
interface |
ProcessHtmlAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the html format.
|
interface |
ProcessOpenXmlAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in any of the OpneXML formats.
|
interface |
ProcessPdfAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the pdf format.
|
interface |
ProcessPptxAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the Pptx format.
|
interface |
ProcessPrinterAPI
Interface for ProcessPrinter.
|
interface |
ProcessReportAPI
This class is the base class that takes a template stream and a DataSource and merges them to
create a report stream.
|
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 |
ProcessXlsxAPI
This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessCsv
This class is the main program that takes a template stream and a datasource and merges them to create a csv report
stream.
|
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 |
ProcessGraphics2D
Base ProcessReport class for all reports that use the Graphics2D builder.
|
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 |
ProcessImage
This class is the main program that takes a template stream and a datasource and merges them to create a report
rendered as a series of bitmaps, one bitmap per page.
|
class |
ProcessOpenXml
Base ProcessReport class for all reports that write an OpenXML document (DOCX, PPTX, XLSX).
|
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 |
ProcessPostScript
This class is the main program that takes a template stream and a datasource and merges them to create a report
rendered as a postscript file.
|
class |
ProcessPptx
This class is the main program that takes a template stream and a datasource and
merges them to create a PPTX report stream.
|
class |
ProcessPrinter
Process object for a printer report.
|
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 |
ProcessXlsx
This class is the main program that takes a template stream and a datasource and
merges them to create a DOCX report stream.
|
Modifier and Type | Method and Description |
---|---|
ProcessReportAPIBase |
ProcessXlsx.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessTxt.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessRtf.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessReportAPIBase.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessPrinter.duplicate(java.io.OutputStream out)
Creates and returns a copy of this ProcessReport object.
|
ProcessReportAPIBase |
ProcessPptx.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessPostScript.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessPdf.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessImage.duplicate(java.io.OutputStream out)
Unsupported for images as this writes an array of page objects, not a single output stream.
|
ProcessReportAPIBase |
ProcessHtml.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessDocx.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessReportAPIBase |
ProcessCsv.duplicate(java.io.OutputStream out)
Creates and returns a copy of this object.
|
Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software