com.aspose.slides.jasperreports
Class JRPptExporterParameter

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

public final class JRPptExporterParameter
extends net.sf.jasperreports.engine.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.
 
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILE_RESOLVER, FILTER, FONT_MAP, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_CHARACTER_ENCODING, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, PROPERTY_IGNORE_PAGE_MARGINS, START_PAGE_INDEX, URL_HANDLER_FACTORY
 
Method Summary
 
Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, 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).