Class StiHtmlTableRender
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTableRender
Html table renderer
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiHtmlTableRender(StiHtmlExportService htmlExport, StiHtmlExportSettings htmlExportSettings, StiPagesCollection pages) -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderStyle(StiCellStyle style) Render stylevoidrenderStyles(boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) Render stylesvoidrenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly) voidrenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag) voidrenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag, Hashtable<String, String> cssStyles) voidrenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag, Hashtable<String, String> cssStyles, String prefix) Render styles tablevoidrenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) voidRenderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly) voidrenderStyleTable(StiHtmlTableCell cell, StiCellStyle style) Render style tablevoidrenderTable(boolean renderStyles, String backGroundImageString, boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) Render tabelvoid
-
Constructor Details
-
StiHtmlTableRender
public StiHtmlTableRender(StiHtmlExportService htmlExport, StiHtmlExportSettings htmlExportSettings, StiPagesCollection pages)
-
-
Method Details
-
RenderStylesTable
- Throws:
IOException
-
renderStyle
Render style- Parameters:
style-StiCellStyle- Throws:
IOException
-
renderStyleTable
Render style table- Parameters:
cell-StiHtmlTableCellstyle-StiCellStyle- Throws:
IOException
-
renderStyles
public void renderStyles(boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) throws IOExceptionRender styles- Parameters:
useBookmarks-exportBookmarksOnly-cssStyles-- Throws:
IOException
-
renderStylesTable
- Throws:
IOException
-
renderStylesTable
public void renderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag) throws IOException - Throws:
IOException
-
renderStylesTable
public void renderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) throws IOException- Throws:
IOException
-
renderStylesTable
public void renderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag, Hashtable<String, String> cssStyles) throws IOException- Throws:
IOException
-
renderStylesTable
public void renderStylesTable(boolean useBookmarks, boolean exportBookmarksOnly, boolean addStyleTag, Hashtable<String, String> cssStyles, String prefix) throws IOExceptionRender styles table- Parameters:
useBookmarks-exportBookmarksOnly-cssStyles-- Throws:
IOException
-
renderTable
public void renderTable(boolean renderStyles, String backGroundImageString, boolean useBookmarks, boolean exportBookmarksOnly, Hashtable<String, String> cssStyles) throws ExceptionRender tabel- Parameters:
renderStyles-backGroundImageString-useBookmarks-exportBookmarksOnly-cssStyles-- Throws:
Exception
-
getMatrix
- Returns:
- the matrix
-
setMatrix
- Parameters:
matrix- the matrix to set
-