com.stimulsoft.report.export.tools.html
Class StiHtmlTable
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTable
public class StiHtmlTable
- extends java.lang.Object
Html table object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
StiHtmlTable
public StiHtmlTable()
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