Package io.revealbi.core
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 TypeMethodDescriptionIndicates a script used to initialize revealView when exporting.voidsetInitScript(String script) 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
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)
-