inetsoft.report.io
Class PPTGenerator
java.lang.Object
inetsoft.report.io.AbstractGenerator
inetsoft.report.io.PPTGenerator
- All Implemented Interfaces:
- Generator
public class PPTGenerator
- extends AbstractGenerator
PPTGenerator supports exporting a report to a PPT file.
| Methods inherited from class inetsoft.report.io.AbstractGenerator |
addProgressListener, fireProgressEvent, getCachePages, getOutput, getReportCache, getReportId, removeProgressListener, setDocumentInfo, setOutput, setReportCache, setReportId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PPTGenerator
public PPTGenerator(OutputStream output)
- Constructor.
generate
public void generate(ReportSheet sheet)
throws IOException
- Export a report.
- Parameters:
sheet - report to export.
- Throws:
IOException
generate
public void generate(ReportSheet sheet,
Enumeration pages)
throws IOException
- Write a collection of pages to text.
- Throws:
IOException
getRenderingHints
protected RenderingHints getRenderingHints()
- Gets the rendering hints that should be applied when writing an image.
- Returns:
- the rendering hints.