Package | stimulsoft.report.export.settings.htmls |
Class | public class StiHtmlExportSettings |
Inheritance | StiHtmlExportSettings ![]() ![]() ![]() |
Subclasses | StiHtml5ExportSettings, StiMhtExportSettings |
Property | Defined By | ||
---|---|---|---|
addPageBreaks : Boolean Gets or sets value which indicates that special page breaks marker will be added to result html file. | StiHtmlExportSettings | ||
bookmarksTreeWidth : int Gets or sets defaullt width of bookmarks tree. | StiHtmlExportSettings | ||
compressToArchive : Boolean Gets or sets a value indicating whether it is necessary to save output file as zip-file. | StiHtmlExportSettings | ||
continuousPages : Boolean Gets or sets value which indicates that all report pages will be shown as vertical ribbon. | StiHtmlExportSettings | ||
encoding : String Gets or sets encoding of html file. | StiHtmlExportSettings | ||
exportBookmarksMode : int Gets or sets export mode of bookmarks tree. | StiHtmlExportSettings | ||
exportFormat : int [override] [read-only] | StiHtmlExportSettings | ||
exportMode : int Gets or sets mode of html file creation. | StiHtmlExportSettings | ||
exportQuality : int Gets or sets quality of html file. | StiHtmlExportSettings | ||
htmlType : int Gets or sets type of the exported html file. | StiHtmlExportSettings | ||
imageFormat : int Gets or sets image format for exported images. | StiHtmlExportSettings | ||
imageQuality : Number Gets or sets image quality of images which will be exported to result file. | StiHtmlExportSettings | ||
imageResolution : Number Gets or sets image resolution of images which will be exported to result file. | StiHtmlExportSettings | ||
pageHorAlignment : int Gets or sets the horizontal alignment of pages. | StiHtmlExportSettings | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
removeEmptySpaceAtBottom : Boolean Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page. | StiHtmlExportSettings | ||
useEmbeddedImages : Boolean Gets or sets a value indicating whether it is necessary to save images as embedded data in html file. | StiHtmlExportSettings | ||
useStylesTable : Boolean Gets or sets value which indicates that table styles will be used in result html file. | StiHtmlExportSettings | ||
zoom : Number Gets or sets zoom factor of exported file. | StiHtmlExportSettings |
Method | Defined By | ||
---|---|---|---|
StiHtmlExportSettings(htmlType:int = 0) | StiHtmlExportSettings | ||
toXMLString():String [override] | StiHtmlExportSettings |
addPageBreaks | property |
addPageBreaks:Boolean
Gets or sets value which indicates that special page breaks marker will be added to result html file. HTML5 export mode is not supported.
public function get addPageBreaks():Boolean
public function set addPageBreaks(value:Boolean):void
bookmarksTreeWidth | property |
bookmarksTreeWidth:int
Gets or sets defaullt width of bookmarks tree. HTML5 export mode is not supported.
public function get bookmarksTreeWidth():int
public function set bookmarksTreeWidth(value:int):void
compressToArchive | property |
compressToArchive:Boolean
Gets or sets a value indicating whether it is necessary to save output file as zip-file. HTML5 and MHT export mode is not supported.
public function get compressToArchive():Boolean
public function set compressToArchive(value:Boolean):void
continuousPages | property |
continuousPages:Boolean
Gets or sets value which indicates that all report pages will be shown as vertical ribbon. HTML and MHT export mode is not supported.
public function get continuousPages():Boolean
public function set continuousPages(value:Boolean):void
encoding | property |
encoding:String
Gets or sets encoding of html file.
public function get encoding():String
public function set encoding(value:String):void
exportBookmarksMode | property |
exportBookmarksMode:int
Gets or sets export mode of bookmarks tree. HTML5 export mode is not supported.
public function get exportBookmarksMode():int
public function set exportBookmarksMode(value:int):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
exportMode | property |
exportMode:int
Gets or sets mode of html file creation. HTML5 export mode is not supported.
public function get exportMode():int
public function set exportMode(value:int):void
exportQuality | property |
exportQuality:int
Gets or sets quality of html file. HTML5 export mode is not supported.
public function get exportQuality():int
public function set exportQuality(value:int):void
htmlType | property |
htmlType:int
Gets or sets type of the exported html file.
public function get htmlType():int
public function set htmlType(value:int):void
imageFormat | property |
imageFormat:int
Gets or sets image format for exported images.
public function get imageFormat():int
public function set imageFormat(value:int):void
imageQuality | property |
imageQuality:Number
Gets or sets image quality of images which will be exported to result file.
public function get imageQuality():Number
public function set imageQuality(value:Number):void
imageResolution | property |
imageResolution:Number
Gets or sets image resolution of images which will be exported to result file.
public function get imageResolution():Number
public function set imageResolution(value:Number):void
pageHorAlignment | property |
pageHorAlignment:int
Gets or sets the horizontal alignment of pages. HTML5 and MHT export mode is not supported.
public function get pageHorAlignment():int
public function set pageHorAlignment(value:int):void
removeEmptySpaceAtBottom | property |
removeEmptySpaceAtBottom:Boolean
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page. HTML5 and MHT export mode is not supported.
public function get removeEmptySpaceAtBottom():Boolean
public function set removeEmptySpaceAtBottom(value:Boolean):void
useEmbeddedImages | property |
useEmbeddedImages:Boolean
Gets or sets a value indicating whether it is necessary to save images as embedded data in html file. HTML5 and MHT export mode is not supported.
public function get useEmbeddedImages():Boolean
public function set useEmbeddedImages(value:Boolean):void
useStylesTable | property |
useStylesTable:Boolean
Gets or sets value which indicates that table styles will be used in result html file. HTML5 and MHT export mode is not supported.
public function get useStylesTable():Boolean
public function set useStylesTable(value:Boolean):void
zoom | property |
zoom:Number
Gets or sets zoom factor of exported file. HTML5 export mode is not supported.
public function get zoom():Number
public function set zoom(value:Number):void
StiHtmlExportSettings | () | Constructor |
public function StiHtmlExportSettings(htmlType:int = 0)
htmlType:int (default = 0 )
|
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |