public class FOReport extends Report
Document
,
ReportEngine
,
FOReportBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getFODocument()
Gets the FO document object of this report.
|
OutputFormat |
getOutputFormat()
Gets the output format of this report.
|
Renderer |
getRenderer()
Gets the renderer which is used to transform the FO document to
the specified output format.
|
void |
writeReport(java.io.OutputStream output)
Writes this report to an output stream.
|
createInputStream, getMetaData
public void writeReport(java.io.OutputStream output) throws java.io.IOException
writeReport
in class Report
output
- OutputStreamjava.io.IOException
public Document getFODocument()
public OutputFormat getOutputFormat()
public Renderer getRenderer()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.