Uses of Class
io.revealbi.core.PowerPointExportOptions
Packages that use PowerPointExportOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of PowerPointExportOptions in io.revealbi.core
Methods in io.revealbi.core with parameters of type PowerPointExportOptionsModifier and TypeMethodDescriptionIDashboardExporter.exportToPowerPoint(String dashboardId, IRVUserContext userContext, PowerPointExportOptions options) Exports a dashboard to PowerPoint.IDashboardExporter.exportToPowerPoint(String dashboardId, String filePath, IRVUserContext userContext, PowerPointExportOptions options) Exports a dashboard to PowerPoint. -
Uses of PowerPointExportOptions in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type PowerPointExportOptionsModifier and TypeMethodDescriptionDefaultDashboardExporter.exportToPowerPoint(String dashboardId, IRVUserContext userContext, PowerPointExportOptions options) DefaultDashboardExporter.exportToPowerPoint(String dashboardId, String filePath, IRVUserContext userContext, PowerPointExportOptions options)