Class StiHtml5ExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiHtml5ExportSettings
Html 5 format export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets encoding 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.booleanGets value which indicates that all report pages will be shown as vertical ribbon.voidsetContinuousPages(boolean continuousPages) Sets value which indicates that all report pages will be shown as vertical ribbon.voidsetEncoding(Charset encoding) Sets encoding 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.Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiHtml5ExportSettings
public StiHtml5ExportSettings() -
StiHtml5ExportSettings
-
-
Method Details
-
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
-
getImageFormat
Gets image format for exported images.- Returns:
- the imageFormat
-
setImageFormat
Sets image format for exported images.- Parameters:
imageFormat- the imageFormat to set
-
getEncoding
Gets encoding of html file.- Returns:
- the encoding
-
setEncoding
Sets encoding of html file.- Parameters:
encoding- the encoding to set
-
isContinuousPages
public boolean isContinuousPages()Gets value which indicates that all report pages will be shown as vertical ribbon.- Returns:
- the continuousPages
-
setContinuousPages
public void setContinuousPages(boolean continuousPages) Sets value which indicates that all report pages will be shown as vertical ribbon.- Parameters:
continuousPages- the continuousPages to set
-