com.aspose.slides.jasperreports
Class JRPptExporterParameter

java.lang.Object
  extended by JRExporterParameter
      extended by com.aspose.slides.jasperreports.JRPptExporterParameter

public final class JRPptExporterParameter
extends JRExporterParameter

Parameters for the PPT export.


Field Summary
static JRPptExporterParameter PPT_LICENSE
          Parameter to set the path to a license file.
static JRPptExporterParameter PPT_NEED_ALTER_TEXT
          Parameter to determine there an alter text will be exported to a presentation.
static JRPptExporterParameter PPT_TEMPLATE_MAP_PRESENTATION
          Parameter to set predefined external PPT templates for reports.
static JRPptExporterParameter PPT_TEMPLATE_PRESENTATION
          Parameter to set predefined external PPT template for reports not listed in the PPT_TEMPLATE_MAP_PRESENTATION parameter.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PPT_NEED_ALTER_TEXT

public static final JRPptExporterParameter PPT_NEED_ALTER_TEXT
Parameter to determine there an alter text will be exported to a presentation. JasperReport shape's key string will be used as an alter text. (Boolean).


PPT_TEMPLATE_MAP_PRESENTATION

public static final JRPptExporterParameter PPT_TEMPLATE_MAP_PRESENTATION
Parameter to set predefined external PPT templates for reports.
Map<String, String>
key: report name
entity: path to a template presentation


PPT_TEMPLATE_PRESENTATION

public static final JRPptExporterParameter PPT_TEMPLATE_PRESENTATION
Parameter to set predefined external PPT template for reports not listed in the PPT_TEMPLATE_MAP_PRESENTATION parameter. (String).


PPT_LICENSE

public static final JRPptExporterParameter PPT_LICENSE
Parameter to set the path to a license file. (String).