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

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

public class StiHtmlTable
extends java.lang.Object

Html table object Copyright Stimulsoft


Field Summary
 java.lang.String backImageUrl
           
 java.lang.Integer borderWidth
           
 java.lang.Integer cellPadding
           
 java.lang.Integer cellSpacing
           
static java.lang.String HorAlignKey
           
static java.lang.String MarginsKey
           
static java.lang.String PageBreakBeforeKey
           
 java.util.ArrayList<StiHtmlTableRow> rows
           
static java.lang.String VertAlignKey
           
 StiHtmlUnit width
           
static java.lang.String WordwrapKey
           
 
Constructor Summary
StiHtmlTable()
           
 
Method Summary
 StiHorAlignment getAlign()
           
 java.lang.String getBackImageUrl()
           
 java.lang.Integer getBorderWidth()
           
 java.lang.Integer getCellPadding()
           
 java.lang.Integer getCellSpacing()
           
 java.util.ArrayList<StiHtmlTableRow> getRows()
           
 StiHtmlUnit getWidth()
           
 void renderControl(StiHtmlTextWriter writer)
          Render control
 void setAlign(StiHorAlignment align)
           
 void setBackImageUrl(java.lang.String backImageUrl)
           
 void setBorderWidth(java.lang.Integer borderWidth)
           
 void setCellPadding(java.lang.Integer cellPadding)
           
 void setCellSpacing(java.lang.Integer cellSpacing)
           
 void setRows(java.util.ArrayList<StiHtmlTableRow> rows)
           
 void setWidth(StiHtmlUnit width)
           
static java.lang.String stringToUrl(java.lang.String input)
          Convert string to URL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

backImageUrl

public java.lang.String backImageUrl

width

public StiHtmlUnit width

borderWidth

public java.lang.Integer borderWidth

cellPadding

public java.lang.Integer cellPadding

cellSpacing

public java.lang.Integer cellSpacing

rows

public java.util.ArrayList<StiHtmlTableRow> rows

MarginsKey

public static final java.lang.String MarginsKey
See Also:
Constant Field Values

PageBreakBeforeKey

public static final java.lang.String PageBreakBeforeKey
See Also:
Constant Field Values

VertAlignKey

public static final java.lang.String VertAlignKey
See Also:
Constant Field Values

HorAlignKey

public static final java.lang.String HorAlignKey
See Also:
Constant Field Values

WordwrapKey

public static final java.lang.String WordwrapKey
See Also:
Constant Field Values
Constructor Detail

StiHtmlTable

public StiHtmlTable()
Method Detail

stringToUrl

public static java.lang.String stringToUrl(java.lang.String input)
Convert string to URL

Parameters:
input -
Returns:
Converted value

renderControl

public void renderControl(StiHtmlTextWriter writer)
                   throws java.io.IOException
Render control

Parameters:
writer - StiHtmlTextWriter
Throws:
java.io.IOException

getBackImageUrl

public java.lang.String getBackImageUrl()
Returns:
the backImageUrl

setBackImageUrl

public void setBackImageUrl(java.lang.String backImageUrl)
Parameters:
backImageUrl - the backImageUrl to set

getWidth

public StiHtmlUnit getWidth()
Returns:
the width

setWidth

public void setWidth(StiHtmlUnit width)
Parameters:
width - the width to set

getBorderWidth

public java.lang.Integer getBorderWidth()
Returns:
the borderWidth

setBorderWidth

public void setBorderWidth(java.lang.Integer borderWidth)
Parameters:
borderWidth - the borderWidth to set

getCellPadding

public java.lang.Integer getCellPadding()
Returns:
the cellPadding

setCellPadding

public void setCellPadding(java.lang.Integer cellPadding)
Parameters:
cellPadding - the cellPadding to set

getCellSpacing

public java.lang.Integer getCellSpacing()
Returns:
the cellSpacing

setCellSpacing

public void setCellSpacing(java.lang.Integer cellSpacing)
Parameters:
cellSpacing - the cellSpacing to set

getRows

public java.util.ArrayList<StiHtmlTableRow> getRows()
Returns:
the rows

setRows

public void setRows(java.util.ArrayList<StiHtmlTableRow> rows)
Parameters:
rows - the rows to set

getAlign

public StiHorAlignment getAlign()
Returns:
the align

setAlign

public void setAlign(StiHorAlignment align)
Parameters:
align - the align to set