Package | stimulsoft.report.export.services |
Class | public class StiHtmlExportService |
Inheritance | StiHtmlExportService ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
clearOnFinish : Boolean | StiHtmlExportService | ||
defaultExtension : String [override] [read-only] Gets a default extension of export. | StiHtmlExportService | ||
exportFormat : int [override] [read-only] | StiHtmlExportService | ||
exportQuality : int | StiHtmlExportService | ||
_fileName : String | StiHtmlExportService | ||
htmlImageHost : StiHtmlImageHost | StiHtmlExportService | ||
htmlWriter : StiHtmlTextWriter = null | StiHtmlExportService | ||
_imageNumber : int = 1 | StiHtmlExportService | ||
_isFileStreamMode : Boolean = true | StiHtmlExportService | ||
![]() | properties : StiRepositoryItems | StiService | |
renderAsDocument : Boolean | StiHtmlExportService | ||
renderStyles : Boolean | StiHtmlExportService | ||
report : StiReport | StiHtmlExportService | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
styles : StiArrayList | StiHtmlExportService | ||
tableRender : StiHtmlTableRender = null | StiHtmlExportService | ||
totalPageHeight : Number | StiHtmlExportService | ||
totalPageWidth : Number | StiHtmlExportService | ||
useStylesTable : Boolean = true | StiHtmlExportService | ||
zoom : Number = 0.75 | StiHtmlExportService |
Method | Defined By | ||
---|---|---|---|
clear():void | StiHtmlExportService | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
Exports a document to the HTML. | StiHtmlExportService | ||
formatColor(color:StiColor):String | StiHtmlExportService | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
![]() | packService():void | StiService | |
prepareTextForHtml(text:String):String | StiHtmlExportService | ||
StiHtmlExportService | |||
StiHtmlExportService | |||
StiHtmlExportService | |||
StiHtmlExportService | |||
StiHtmlExportService | |||
StiHtmlExportService | |||
StiHtmlExportService |
_fileName | property |
public var _fileName:String
_imageNumber | property |
public var _imageNumber:int = 1
_isFileStreamMode | property |
public var _isFileStreamMode:Boolean = true
clearOnFinish | property |
clearOnFinish:Boolean
public function get clearOnFinish():Boolean
public function set clearOnFinish(value:Boolean):void
defaultExtension | property |
defaultExtension:String
[read-only] [override] Gets a default extension of export.
public function get defaultExtension():String
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
exportQuality | property |
public var exportQuality:int
htmlImageHost | property |
htmlImageHost:StiHtmlImageHost
public function get htmlImageHost():StiHtmlImageHost
public function set htmlImageHost(value:StiHtmlImageHost):void
htmlWriter | property |
public var htmlWriter:StiHtmlTextWriter = null
renderAsDocument | property |
renderAsDocument:Boolean
public function get renderAsDocument():Boolean
public function set renderAsDocument(value:Boolean):void
renderStyles | property |
renderStyles:Boolean
public function get renderStyles():Boolean
public function set renderStyles(value:Boolean):void
report | property |
public var report:StiReport
styles | property |
styles:StiArrayList
public function get styles():StiArrayList
public function set styles(value:StiArrayList):void
tableRender | property |
public var tableRender:StiHtmlTableRender = null
totalPageHeight | property |
totalPageHeight:Number
public function get totalPageHeight():Number
public function set totalPageHeight(value:Number):void
totalPageWidth | property |
totalPageWidth:Number
public function get totalPageWidth():Number
public function set totalPageWidth(value:Number):void
useStylesTable | property |
public var useStylesTable:Boolean = true
zoom | property |
public var zoom:Number = 0.75
clear | () | method |
public function clear():void
exportHtml | () | method |
public function exportHtml(report:StiReport, stream:ByteArray, settings:StiHtmlExportSettings):void
Exports a document to the HTML.
Parameters
report:StiReport | |
stream:ByteArray | |
settings:StiHtmlExportSettings |
formatColor | () | method |
prepareTextForHtml | () | method |
public function prepareTextForHtml(text:String):String
Parameters
text:String |
String |
renderBackColor | () | method |
public function renderBackColor(cell:StiHtmlTableCell, color:StiColor):void
Parameters
cell:StiHtmlTableCell | |
color:StiColor |
renderBorder | () | method |
public function renderBorder(cell:StiHtmlTableCell, border:StiBorderSide, side:String):void
Parameters
cell:StiHtmlTableCell | |
border:StiBorderSide | |
side:String |
renderFont | () | method |
public function renderFont(cell:StiHtmlTableCell, font:StiFont):void
Parameters
cell:StiHtmlTableCell | |
font:StiFont |
renderTextColor | () | method |
public function renderTextColor(cell:StiHtmlTableCell, color:StiColor):void
Parameters
cell:StiHtmlTableCell | |
color:StiColor |
renderTextDirection | () | method |
public function renderTextDirection(cell:StiHtmlTableCell, textOptions:StiTextOptions):void
Parameters
cell:StiHtmlTableCell | |
textOptions:StiTextOptions |
renderTextHorAlignment | () | method |
public function renderTextHorAlignment(cell:StiHtmlTableCell, style:StiCellStyle):void
Parameters
cell:StiHtmlTableCell | |
style:StiCellStyle |
renderVertAlignment | () | method |
public function renderVertAlignment(cell:StiHtmlTableCell, style:StiCellStyle):void
Parameters
cell:StiHtmlTableCell | |
style:StiCellStyle |