Packagestimulsoft.report.export.settings.htmls
Classpublic class StiMhtExportSettings
InheritanceStiMhtExportSettings Inheritance StiHtmlExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to MHT format.



Public Properties
 PropertyDefined By
 InheritedaddPageBreaks : Boolean
Gets or sets value which indicates that special page breaks marker will be added to result html file.
StiHtmlExportSettings
 InheritedbookmarksTreeWidth : int
Gets or sets defaullt width of bookmarks tree.
StiHtmlExportSettings
 InheritedcompressToArchive : Boolean
Gets or sets a value indicating whether it is necessary to save output file as zip-file.
StiHtmlExportSettings
 InheritedcontinuousPages : Boolean
Gets or sets value which indicates that all report pages will be shown as vertical ribbon.
StiHtmlExportSettings
 Inheritedencoding : String
Gets or sets encoding of html file.
StiHtmlExportSettings
 InheritedexportBookmarksMode : int
Gets or sets export mode of bookmarks tree.
StiHtmlExportSettings
 InheritedexportFormat : int
[override] [read-only]
StiHtmlExportSettings
 InheritedexportMode : int
Gets or sets mode of html file creation.
StiHtmlExportSettings
 InheritedexportQuality : int
Gets or sets quality of html file.
StiHtmlExportSettings
  htmlType : int
[override] Gets or sets image type for exported images.
StiMhtExportSettings
 InheritedimageFormat : int
Gets or sets image format for exported images.
StiHtmlExportSettings
 InheritedimageQuality : Number
Gets or sets image quality of images which will be exported to result file.
StiHtmlExportSettings
 InheritedimageResolution : Number
Gets or sets image resolution of images which will be exported to result file.
StiHtmlExportSettings
 InheritedpageHorAlignment : int
Gets or sets the horizontal alignment of pages.
StiHtmlExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
 InheritedremoveEmptySpaceAtBottom : Boolean
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.
StiHtmlExportSettings
 InheriteduseEmbeddedImages : Boolean
Gets or sets a value indicating whether it is necessary to save images as embedded data in html file.
StiHtmlExportSettings
 InheriteduseStylesTable : Boolean
Gets or sets value which indicates that table styles will be used in result html file.
StiHtmlExportSettings
 Inheritedzoom : Number
Gets or sets zoom factor of exported file.
StiHtmlExportSettings
Public Methods
 MethodDefined By
  
StiMhtExportSettings
 Inherited
toXMLString():String
[override]
StiHtmlExportSettings
Property Detail
htmlTypeproperty
htmlType:int[override]

Gets or sets image type for exported images.


Implementation
    public function get htmlType():int
    public function set htmlType(value:int):void
Constructor Detail
StiMhtExportSettings()Constructor
public function StiMhtExportSettings()