Package | stimulsoft.report.export.tools |
Class | public class StiHtmlTableRender |
Inheritance | StiHtmlTableRender ![]() |
Method | Defined By | ||
---|---|---|---|
StiHtmlTableRender(htmlExport:StiHtmlExportService, htmlExportSettings:StiHtmlExportSettings, pages:StiPagesCollection) | StiHtmlTableRender | ||
renderStyle(style:StiCellStyle):void | StiHtmlTableRender | ||
renderStyles(useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable):void | StiHtmlTableRender | ||
renderStylesTable(useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable = null):void | StiHtmlTableRender | ||
StiHtmlTableRender | |||
renderTable(renderStyles:Boolean, backGroundImageString:String, useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable):void | StiHtmlTableRender |
matrix | property |
matrix:StiMatrix
public function get matrix():StiMatrix
public function set matrix(value:StiMatrix):void
StiHtmlTableRender | () | Constructor |
public function StiHtmlTableRender(htmlExport:StiHtmlExportService, htmlExportSettings:StiHtmlExportSettings, pages:StiPagesCollection)
htmlExport:StiHtmlExportService | |
htmlExportSettings:StiHtmlExportSettings | |
pages:StiPagesCollection |
renderStyle | () | method |
renderStyles | () | method |
public function renderStyles(useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable):void
Parameters
useBookmarks:Boolean | |
exportBookmarksOnly:Boolean | |
cssStyles:StiHashtable |
renderStylesTable | () | method |
public function renderStylesTable(useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable = null):void
Parameters
useBookmarks:Boolean | |
exportBookmarksOnly:Boolean | |
cssStyles:StiHashtable (default = null )
|
renderStyleTable | () | method |
public function renderStyleTable(cell:StiHtmlTableCell, style:StiCellStyle):void
Parameters
cell:StiHtmlTableCell | |
style:StiCellStyle |
renderTable | () | method |
public function renderTable(renderStyles:Boolean, backGroundImageString:String, useBookmarks:Boolean, exportBookmarksOnly:Boolean, cssStyles:StiHashtable):void
Parameters
renderStyles:Boolean | |
backGroundImageString:String | |
useBookmarks:Boolean | |
exportBookmarksOnly:Boolean | |
cssStyles:StiHashtable |