Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlTableCell
Packages that use StiHtmlTableCell
-
Uses of StiHtmlTableCell in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiHtmlTableCellModifier and TypeMethodDescriptionvoidStiHtmlExportService.renderBackColor(StiHtmlTableCell cell, StiColor color) Render backward colorvoidStiHtmlExportService.renderBorder(StiHtmlTableCell cell, StiBorderSide border, String side) Render bordervoidStiHtmlExportService.renderFont(StiHtmlTableCell cell, StiFont font) Render fontvoidStiHtmlExportService.renderTextColor(StiHtmlTableCell cell, StiColor color) Render text colorvoidStiHtmlExportService.renderTextDirection(StiHtmlTableCell cell, StiTextOptions textOptions) Render text directionvoidStiHtmlExportService.renderTextHorAlignment(StiHtmlTableCell cell, StiTextOptions textOptions, StiTextHorAlignment textHorAlignment) Render text horizontal alignmengvoidStiHtmlExportService.renderVertAlignment(StiHtmlTableCell cell, StiVertAlignment textVertAlignment, StiTextOptions textOptions, boolean allowHtmlTags) 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 StiHtmlTableCellMethods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlTableCellModifier and TypeMethodDescriptionvoidStiHtmlTableRender.renderStyleTable(StiHtmlTableCell cell, StiCellStyle style) Render style tableMethod parameters in com.stimulsoft.report.export.tools.html with type arguments of type StiHtmlTableCellModifier and TypeMethodDescriptionvoidStiHtmlTableRow.setCells(ArrayList<StiHtmlTableCell> cells)