|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiHtmlTableCell | |
---|---|
com.stimulsoft.report.export.service | |
com.stimulsoft.report.export.tools.html |
Uses of StiHtmlTableCell in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service with parameters of type StiHtmlTableCell | |
---|---|
void |
StiHtmlExportService.renderBackColor(StiHtmlTableCell cell,
StiColor color)
Render backward color |
void |
StiHtmlExportService.renderBorder(StiHtmlTableCell cell,
StiBorderSide border,
java.lang.String side)
Render border |
void |
StiHtmlExportService.renderFont(StiHtmlTableCell cell,
StiFont font)
Render font |
void |
StiHtmlExportService.renderTextColor(StiHtmlTableCell cell,
StiColor color)
Render text color |
void |
StiHtmlExportService.renderTextDirection(StiHtmlTableCell cell,
StiTextOptions textOptions)
Render text direction |
void |
StiHtmlExportService.renderTextHorAlignment(StiHtmlTableCell cell,
StiCellStyle style)
Render text horizontal alignmeng |
void |
StiHtmlExportService.renderVertAlignment(StiHtmlTableCell cell,
StiVertAlignment textVertAlignment)
Render vertical alignment |
Uses of StiHtmlTableCell in com.stimulsoft.report.export.tools.html |
---|
Methods in com.stimulsoft.report.export.tools.html that return types with arguments of type StiHtmlTableCell | |
---|---|
java.util.ArrayList<StiHtmlTableCell> |
StiHtmlTableRow.getCells()
|
Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlTableCell | |
---|---|
void |
StiHtmlTableRender.renderStyleTable(StiHtmlTableCell cell,
StiCellStyle style)
Render style table |
Method parameters in com.stimulsoft.report.export.tools.html with type arguments of type StiHtmlTableCell | |
---|---|
void |
StiHtmlTableRow.setCells(java.util.ArrayList<StiHtmlTableCell> cells)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |