public class StiHtml5ExportSettings extends StiPageRangeExportSettings
| Constructor and Description |
|---|
StiHtml5ExportSettings(StiExportSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
getEncoding()
Gets encoding of html file.
|
StiImageFormat |
getImageFormat()
Gets image format for exported images.
|
float |
getImageQuality()
Gets image quality of images which will be exported to result file.
|
float |
getImageResolution()
Gets image resolution of images which will be exported to result file.
|
boolean |
isContinuousPages()
Gets value which indicates that all report pages will be shown as vertical ribbon.
|
void |
setContinuousPages(boolean continuousPages)
Sets value which indicates that all report pages will be shown as vertical ribbon.
|
void |
setEncoding(java.nio.charset.Charset encoding)
Sets encoding of html file.
|
void |
setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images.
|
void |
setImageQuality(float imageQuality)
Sets image quality of images which will be exported to result file.
|
void |
setImageResolution(float imageResolution)
Sets image resolution of images which will be exported to result file.
|
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailpublic StiHtml5ExportSettings(StiExportSettings settings)
public float getImageQuality()
public void setImageQuality(float imageQuality)
imageQuality - the imageQuality to setpublic float getImageResolution()
public void setImageResolution(float imageResolution)
imageResolution - the imageResolution to setpublic StiImageFormat getImageFormat()
public void setImageFormat(StiImageFormat imageFormat)
imageFormat - the imageFormat to setpublic java.nio.charset.Charset getEncoding()
public void setEncoding(java.nio.charset.Charset encoding)
encoding - the encoding to setpublic boolean isContinuousPages()
public void setContinuousPages(boolean continuousPages)
continuousPages - the continuousPages to setCopyright © 2019 Stimulsoft. All Rights Reserved.