Interface PptxReportConfiguration

All Superinterfaces:
CommonExportConfiguration, ReportExportConfiguration
All Known Implementing Classes:
SimplePptxReportConfiguration

public interface PptxReportConfiguration extends ReportExportConfiguration
Interface containing settings used by the PPTX exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • isIgnoreHyperlink

      Boolean isIgnoreHyperlink()
      See Also:
    • getHideSlideMasterPages

      String getHideSlideMasterPages()
      This properties specifies the report pages on which the background contents coming from the slide master should be hidden. The value of the property should be a comma separated list of page numbers or page ranges. Page ranges are made of page numbers separated by a hyphen-minus character. For example: 1, 3-5, 7
      See Also:
    • isFrameAsTable

      Boolean isFrameAsTable()
      Indicates whether the contents of the frame produced by a table component is to be exported as table.

      If set to true, the content of a table component frame is rendered using DrawingML table markup.

      See Also: