Class StiHtmlExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiHtmlExportSettings
HTML format export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets defaullt width of bookmarks tree.type of the chart in the exported html file.Gets encoding of html file.Gets export mode of bookmarks tree.Export formatGets mode of html file creation.Gets quality of html file.Gets image format for exported images.floatGets image quality of images which will be exported to result file.floatGets image resolution of images which will be exported to result file.a target to open links from the exported report.The horizontal alignment of pages.doublegetZoom()Gets zoom factor of exported file.booleanGets value which indicates that special page breaks marker will be added to result html file.booleanbooleanGets value which indicates that table styles will be used in result html file.booleanvoidsetAddPageBreaks(boolean addPageBreaks) Sets value which indicates that special page breaks marker will be added to result html file.voidsetBookmarksTreeWidth(int bookmarksTreeWidth) Sets defaullt width of bookmarks tree.voidsetChartType(StiHtmlChartType chartType) type of the chart in the exported html file.voidsetEncoding(Charset encoding) Sets encoding of html file.voidsetExportBookmarksMode(StiHtmlExportBookmarksMode exportBookmarksMode) Sets export mode of bookmarks tree.voidsetExportMode(StiHtmlExportMode exportMode) Sets mode of html file creation.voidsetExportQuality(StiHtmlExportQuality exportQuality) Sets quality of html file.voidsetImageFormat(StiImageFormat imageFormat) Sets image format for exported images.voidsetImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.voidsetImageResolution(float imageResolution) Sets image resolution of images which will be exported to result file.voidsetOpenLinksTarget(String openLinksTarget) a target to open links from the exported report.voidsetPageHorAlignment(StiHorAlignment pageHorAlignment) The horizontal alignment of pages.voidsetRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) voidsetUseStylesTable(boolean useStylesTable) Sets value which indicates that table styles will be used in result html file.voidsetUseWatermarkMargins(boolean useWatermarkMargins) voidsetZoom(double zoom) Sets zoom factor of exported file.Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiHtmlExportSettings
public StiHtmlExportSettings() -
StiHtmlExportSettings
-
-
Method Details
-
isUseWatermarkMargins
public boolean isUseWatermarkMargins()- Returns:
- the useWatermarkMargins
-
setUseWatermarkMargins
public void setUseWatermarkMargins(boolean useWatermarkMargins) - Parameters:
useWatermarkMargins- the useWatermarkMargins to set
-
getExportFormat
Export format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
getImageQuality
public float getImageQuality()Gets image quality of images which will be exported to result file.- Returns:
- the imageQuality
-
setImageQuality
public void setImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.- Parameters:
imageQuality- the imageQuality to set
-
getImageResolution
public float getImageResolution()Gets image resolution of images which will be exported to result file.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(float imageResolution) Sets image resolution of images which will be exported to result file.- Parameters:
imageResolution- the imageResolution to set
-
getZoom
public double getZoom()Gets zoom factor of exported file.- Returns:
- the zoom
-
setZoom
public void setZoom(double zoom) Sets zoom factor of exported file.- Parameters:
zoom- the zoom to set
-
getImageFormat
Gets image format for exported images.- Returns:
- the imageFormat
-
setImageFormat
Sets image format for exported images. *- Parameters:
imageFormat- the imageFormat to set
-
getExportMode
Gets mode of html file creation.- Returns:
- the exportMode
-
setExportMode
Sets mode of html file creation.- Parameters:
exportMode- the exportMode to set
-
getExportQuality
Gets quality of html file.- Returns:
- the exportQuality
-
setExportQuality
Sets quality of html file.- Parameters:
exportQuality- the exportQuality to set
-
getEncoding
Gets encoding of html file.- Returns:
- the encoding
-
setEncoding
Sets encoding of html file.- Parameters:
encoding- the encoding to set
-
isAddPageBreaks
public boolean isAddPageBreaks()Gets value which indicates that special page breaks marker will be added to result html file.- Returns:
- the addPageBreaks
-
setAddPageBreaks
public void setAddPageBreaks(boolean addPageBreaks) Sets value which indicates that special page breaks marker will be added to result html file.- Parameters:
addPageBreaks- the addPageBreaks to set
-
getBookmarksTreeWidth
public int getBookmarksTreeWidth()Gets defaullt width of bookmarks tree.- Returns:
- the bookmarksTreeWidth
-
setBookmarksTreeWidth
public void setBookmarksTreeWidth(int bookmarksTreeWidth) Sets defaullt width of bookmarks tree.- Parameters:
bookmarksTreeWidth- the bookmarksTreeWidth to set
-
getExportBookmarksMode
Gets export mode of bookmarks tree.- Returns:
- the exportBookmarksMode
-
setExportBookmarksMode
Sets export mode of bookmarks tree.- Parameters:
exportBookmarksMode- the exportBookmarksMode to set
-
isUseStylesTable
public boolean isUseStylesTable()Gets value which indicates that table styles will be used in result html file.- Returns:
- the useStylesTable
-
setUseStylesTable
public void setUseStylesTable(boolean useStylesTable) Sets value which indicates that table styles will be used in result html file.- Parameters:
useStylesTable- the useStylesTable to set
-
isRemoveEmptySpaceAtBottom
public boolean isRemoveEmptySpaceAtBottom()- Returns:
- the removeEmptySpaceAtBottom
-
setRemoveEmptySpaceAtBottom
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) - Parameters:
removeEmptySpaceAtBottom- the removeEmptySpaceAtBottom to set
-
getPageHorAlignment
The horizontal alignment of pages.- Returns:
- the pageHorAlignment
-
setPageHorAlignment
The horizontal alignment of pages.- Parameters:
pageHorAlignment- the pageHorAlignment to set
-
getOpenLinksTarget
a target to open links from the exported report.- Returns:
- the openLinksTarget
-
setOpenLinksTarget
a target to open links from the exported report.- Parameters:
openLinksTarget- the openLinksTarget to set
-
getChartType
type of the chart in the exported html file. HTML5 export mode is not supported.- Returns:
- the chartType
-
setChartType
type of the chart in the exported html file. HTML5 export mode is not supported.- Parameters:
chartType- the chartType to set
-