Package io.revealbi.core
Class PowerPointExportOptions
java.lang.Object
io.revealbi.core.ExportOptions
io.revealbi.core.DocumentExportOptions
io.revealbi.core.PowerPointExportOptions
- All Implemented Interfaces:
IDocumentExportOptions,IExportOptions,IInitScriptProviderExportOptions
Contains PowerPoint configuration for exporting a dashboard.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newPowerPointExportOptionsinstance with default settings.PowerPointExportOptions(IExportOptions options) Creates a newPowerPointExportOptionsby copying settings from an existingIExportOptionsinstance. -
Method Summary
Methods inherited from class io.revealbi.core.DocumentExportOptions
getAuthor, getColor, getCompany, getCreatedBy, getInitScript, getIsLandscape, getLogo, getPoweredBy, setAuthor, setColor, setCompany, setCreatedBy, setInitScript, setIsLandscape, setLogo, setPoweredByMethods inherited from class io.revealbi.core.ExportOptions
getFilters, getIncludeFiltersSummaryPage, getMaxCacheAge, getMaxCells, getTheme, getTimeout, getTimeZone, getUseNewCharts, getUserLanguage, getVisualizations, setFilters, setIncludeFiltersSummaryPage, setMaxCacheAge, setMaxCells, setTheme, setTimeout, setTimeZone, setUseNewCharts, setUserLanguage, setVisualizations
-
Constructor Details
-
PowerPointExportOptions
public PowerPointExportOptions()Creates a newPowerPointExportOptionsinstance with default settings. -
PowerPointExportOptions
Creates a newPowerPointExportOptionsby copying settings from an existingIExportOptionsinstance.- Parameters:
options- The source options to copy from.
-