com.aspose.slides.jasperreports
Class JRPptExporter

java.lang.Object
  extended by JRAbstractExporter
      extended by com.aspose.slides.jasperreports.JRPptExporter

public class JRPptExporter
extends JRAbstractExporter

Exports a JasperReports document to the PPT format. Uses the PPT 97-2003 Specification (compatible with MS PowerPoint 97 - 2003 and 2007).


Field Summary
static boolean NEED_ALTER_TEXT
           
 
Constructor Summary
JRPptExporter()
           
 
Method Summary
 void exportReport()
          Export report in the PPT format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEED_ALTER_TEXT

public static boolean NEED_ALTER_TEXT
Constructor Detail

JRPptExporter

public JRPptExporter()
Method Detail

exportReport

public void exportReport()
                  throws JRException
Export report in the PPT format.

Throws:
JRException