Package | Description |
---|---|
net.windward.xmlreport |
The reporting-specific part of the Windward Engine.
|
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 |
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 |
---|---|
static int |
JoinReports.joinPdf(ProcessReport[] documents,
java.io.OutputStream report)
Join multiple reports into a single generated PDF.
|
Constructor and Description |
---|
ProcessDocx(ProcessReport src)
Do not use!!! Not part of the public API.
|
ProcessGraphics2D(ProcessReport src)
Do not use!!! Not part of the public API.
|
ProcessGraphics2D(ProcessReport src,
java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessPptx(ProcessReport src)
Do not use!!! Not part of the public API.
|
ProcessReport(ProcessReport src)
Do not use!!! Not part of the public API.
|
ProcessReport(ProcessReport src,
java.io.OutputStream out)
Creates and returns a copy of this object.
|
ProcessXlsx(ProcessReport src)
Do not use!!! Not part of the public API.
|
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software