com.stimulsoft.report.export.settings
Class StiHtml5ExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
      extended by com.stimulsoft.report.export.settings.StiPageRangeExportSettings
          extended by com.stimulsoft.report.export.settings.StiHtml5ExportSettings

public class StiHtml5ExportSettings
extends StiPageRangeExportSettings

Html 5 format export settings Copyright Stimulsoft


Constructor Summary
StiHtml5ExportSettings(StiExportSettings settings)
           
 
Method Summary
 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.
 
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHtml5ExportSettings

public StiHtml5ExportSettings(StiExportSettings settings)
Method Detail

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

public StiImageFormat getImageFormat()
Gets image format for exported images.

Returns:
the imageFormat

setImageFormat

public void setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images.

Parameters:
imageFormat - the imageFormat to set

getEncoding

public java.nio.charset.Charset getEncoding()
Gets encoding of html file.

Returns:
the encoding

setEncoding

public void setEncoding(java.nio.charset.Charset encoding)
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