com.stimulsoft.report.export.tools.html
Class StiHtmlTableRow
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTableRow
public class StiHtmlTableRow
- extends java.lang.Object
Html table row object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiHtmlTableRow
public StiHtmlTableRow()
getStyle
public java.util.Hashtable<java.lang.String,java.lang.String> getStyle()
- Returns:
- the style
setStyle
public void setStyle(java.util.Hashtable<java.lang.String,java.lang.String> style)
- Parameters:
style
- the style to set
getCells
public java.util.ArrayList<StiHtmlTableCell> getCells()
- Returns:
- the cells
setCells
public void setCells(java.util.ArrayList<StiHtmlTableCell> cells)
- Parameters:
cells
- the cells to set
getHeight
public StiHtmlUnit getHeight()
- Returns:
- the height
setHeight
public void setHeight(StiHtmlUnit height)
- Parameters:
height
- the height to set