Package | Description |
---|---|
net.windward.xmlreport |
The reporting-specific part of the Windward Engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessCsvAPI
Deprecated.
Use ProcessCsv instead.
|
interface |
ProcessDocxAPI
Deprecated.
Use ProcessDocx instead.
|
interface |
ProcessHtmlAPI
Deprecated.
Use ProcessHtml instead.
|
interface |
ProcessOpenXmlAPI
Deprecated.
Use ProcessOpenXml instead.
|
interface |
ProcessPdfAPI
Deprecated.
Use ProcessPdf instead.
|
interface |
ProcessPptxAPI
Deprecated.
Use ProcessPptx instead.
|
interface |
ProcessPrinterAPI
Deprecated.
Use ProcessPrinter instead.
|
interface |
ProcessReportAPI
Deprecated.
Use ProcessReport instead.
|
interface |
ProcessRtfAPI
Deprecated.
Use ProcessRtf instead.
|
interface |
ProcessTxtAPI
Deprecated.
Use ProcessTxt instead.
|
interface |
ProcessXlsxAPI
Deprecated.
Use ProcessXlsx instead.
|
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)
Deprecated.
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 © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software