Packagestimulsoft.report.export.services
Classpublic class StiHtmlExportService
InheritanceStiHtmlExportService Inheritance StiExportService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined 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
 Inheritedproperties : StiRepositoryItems
StiService
  renderAsDocument : Boolean
StiHtmlExportService
  renderStyles : Boolean
StiHtmlExportService
  report : StiReport
StiHtmlExportService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : 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
Public Methods
 MethodDefined By
  
clear():void
StiHtmlExportService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
  
exportHtml(report:StiReport, stream:ByteArray, settings:StiHtmlExportSettings):void
Exports a document to the HTML.
StiHtmlExportService
  
formatColor(color:StiColor):String
StiHtmlExportService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
 Inherited
StiService
  
prepareTextForHtml(text:String):String
StiHtmlExportService
  
StiHtmlExportService
  
renderBorder(cell:StiHtmlTableCell, border:StiBorderSide, side:String):void
StiHtmlExportService
  
StiHtmlExportService
  
StiHtmlExportService
  
StiHtmlExportService
  
StiHtmlExportService
  
StiHtmlExportService
Property Detail
_fileNameproperty
public var _fileName:String

_imageNumberproperty 
public var _imageNumber:int = 1

_isFileStreamModeproperty 
public var _isFileStreamMode:Boolean = true

clearOnFinishproperty 
clearOnFinish:Boolean


Implementation
    public function get clearOnFinish():Boolean
    public function set clearOnFinish(value:Boolean):void
defaultExtensionproperty 
defaultExtension:String  [read-only] [override]

Gets a default extension of export.


Implementation
    public function get defaultExtension():String
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
exportQualityproperty 
public var exportQuality:int

htmlImageHostproperty 
htmlImageHost:StiHtmlImageHost


Implementation
    public function get htmlImageHost():StiHtmlImageHost
    public function set htmlImageHost(value:StiHtmlImageHost):void
htmlWriterproperty 
public var htmlWriter:StiHtmlTextWriter = null

renderAsDocumentproperty 
renderAsDocument:Boolean


Implementation
    public function get renderAsDocument():Boolean
    public function set renderAsDocument(value:Boolean):void
renderStylesproperty 
renderStyles:Boolean


Implementation
    public function get renderStyles():Boolean
    public function set renderStyles(value:Boolean):void
reportproperty 
public var report:StiReport

stylesproperty 
styles:StiArrayList


Implementation
    public function get styles():StiArrayList
    public function set styles(value:StiArrayList):void
tableRenderproperty 
public var tableRender:StiHtmlTableRender = null

totalPageHeightproperty 
totalPageHeight:Number


Implementation
    public function get totalPageHeight():Number
    public function set totalPageHeight(value:Number):void
totalPageWidthproperty 
totalPageWidth:Number


Implementation
    public function get totalPageWidth():Number
    public function set totalPageWidth(value:Number):void
useStylesTableproperty 
public var useStylesTable:Boolean = true

zoomproperty 
public var zoom:Number = 0.75

Method Detail
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 
public function formatColor(color:StiColor):String

Parameters

color:StiColor

Returns
String
prepareTextForHtml()method 
public function prepareTextForHtml(text:String):String

Parameters

text:String

Returns
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