com.stimulsoft.report.export.tools.html
Class StiHtmlTableRow

java.lang.Object
  extended by com.stimulsoft.report.export.tools.html.StiHtmlTableRow

public class StiHtmlTableRow
extends java.lang.Object

Html table row object Copyright Stimulsoft


Constructor Summary
StiHtmlTableRow()
           
 
Method Summary
 java.util.ArrayList<StiHtmlTableCell> getCells()
           
 StiHtmlUnit getHeight()
           
 java.util.Hashtable<java.lang.String,java.lang.String> getStyle()
           
 void setCells(java.util.ArrayList<StiHtmlTableCell> cells)
           
 void setHeight(StiHtmlUnit height)
           
 void setStyle(java.util.Hashtable<java.lang.String,java.lang.String> style)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHtmlTableRow

public StiHtmlTableRow()
Method Detail

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