public class StiHtmlTable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
StiHtmlTable() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public java.lang.String backImageUrl
public StiHtmlUnit width
public java.lang.Integer borderWidth
public java.lang.Integer cellPadding
public java.lang.Integer cellSpacing
public java.util.ArrayList<StiHtmlTableRow> rows
public static final java.lang.String MarginsKey
public static final java.lang.String PageBreakBeforeKey
public static final java.lang.String VertAlignKey
public static final java.lang.String HorAlignKey
public static final java.lang.String WordwrapKey
public static java.lang.String stringToUrl(java.lang.String input)
input - public void renderControl(StiHtmlTextWriter writer) throws java.io.IOException
writer - StiHtmlTextWriterjava.io.IOExceptionpublic java.lang.String getBackImageUrl()
public void setBackImageUrl(java.lang.String backImageUrl)
backImageUrl - the backImageUrl to setpublic StiHtmlUnit getWidth()
public void setWidth(StiHtmlUnit width)
width - the width to setpublic java.lang.Integer getBorderWidth()
public void setBorderWidth(java.lang.Integer borderWidth)
borderWidth - the borderWidth to setpublic java.lang.Integer getCellPadding()
public void setCellPadding(java.lang.Integer cellPadding)
cellPadding - the cellPadding to setpublic java.lang.Integer getCellSpacing()
public void setCellSpacing(java.lang.Integer cellSpacing)
cellSpacing - the cellSpacing to setpublic java.util.ArrayList<StiHtmlTableRow> getRows()
public void setRows(java.util.ArrayList<StiHtmlTableRow> rows)
rows - the rows to setpublic StiHorAlignment getAlign()
public void setAlign(StiHorAlignment align)
align - the align to setCopyright © 2019 Stimulsoft. All Rights Reserved.