Class StiHtmlTableRow
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTableRow
Html table row object
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCells()getStyle()voidsetCells(ArrayList<StiHtmlTableCell> cells) voidsetHeight(StiHtmlUnit height) void
-
Constructor Details
-
StiHtmlTableRow
public StiHtmlTableRow()
-
-
Method Details
-
getStyle
- Returns:
- the style
-
setStyle
- Parameters:
style- the style to set
-
getCells
- Returns:
- the cells
-
setCells
- Parameters:
cells- the cells to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
height- the height to set
-