Package io.revealbi.core
Class PdfExportOptions
java.lang.Object
io.revealbi.core.ExportOptions
io.revealbi.core.DocumentExportOptions
io.revealbi.core.PdfExportOptions
- All Implemented Interfaces:
IDocumentExportOptions,IExportOptions,IInitScriptProviderExportOptions
Contains Pdf configuration for exporting a dashboard.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newPdfExportOptionsinstance with default settings.PdfExportOptions(IExportOptions options) Creates a newPdfExportOptionsby 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
-
PdfExportOptions
public PdfExportOptions()Creates a newPdfExportOptionsinstance with default settings. -
PdfExportOptions
Creates a newPdfExportOptionsby copying settings from an existingIExportOptionsinstance.- Parameters:
options- The source options to copy from.
-