Interface IInitScriptProviderExportOptions

All Known Subinterfaces:
IDocumentExportOptions
All Known Implementing Classes:
DocumentExportOptions, ImageExportOptions, PdfExportOptions, PowerPointExportOptions

public interface IInitScriptProviderExportOptions
Defines export options that provide an initialization script.
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates a script used to initialize revealView when exporting.
    void
    Indicates a script used to initialize revealView when exporting.
  • Method Details

    • getInitScript

      String getInitScript()
      Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)
      Returns:
      Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)
    • setInitScript

      void setInitScript(String script)
      Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)
      Parameters:
      script - Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)