Style Intelligence v12.0

inetsoft.report.io
Class PPTGenerator

java.lang.Object
  extended by inetsoft.report.io.AbstractGenerator
      extended by inetsoft.report.io.PPTGenerator
All Implemented Interfaces:
Generator

public class PPTGenerator
extends AbstractGenerator

PPTGenerator supports exporting a report to a PPT file.


Nested Class Summary
static class PPTGenerator.Shape2
          The shape with no border.
 
Field Summary
 
Fields inherited from class inetsoft.report.io.AbstractGenerator
docInfo
 
Constructor Summary
PPTGenerator(OutputStream output)
          Constructor.
 
Method Summary
 void generate(ReportSheet sheet)
          Export a report.
 void generate(ReportSheet sheet, Enumeration pages)
          Write a collection of pages to text.
protected  RenderingHints getRenderingHints()
          Gets the rendering hints that should be applied when writing an image.
 
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
 

Constructor Detail

PPTGenerator

public PPTGenerator(OutputStream output)
Constructor.

Method Detail

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.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.