Class StiHtmlTable
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTable
Html table object
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()getRows()getWidth()voidrenderControl(StiHtmlTextWriter writer) Render controlvoidsetAlign(StiHorAlignment align) voidsetBackImageUrl(String backImageUrl) voidsetBorderWidth(Integer borderWidth) voidsetCellPadding(Integer cellPadding) voidsetCellSpacing(Integer cellSpacing) voidsetRows(ArrayList<StiHtmlTableRow> rows) voidsetWidth(StiHtmlUnit width) static StringstringToUrl(String input) Convert string to URL
-
Field Details
-
backImageUrl
-
width
-
borderWidth
-
cellPadding
-
cellSpacing
-
rows
-
MarginsKey
- See Also:
-
PageBreakBeforeKey
- See Also:
-
VertAlignKey
- See Also:
-
HorAlignKey
- See Also:
-
WordwrapKey
- See Also:
-
-
Constructor Details
-
StiHtmlTable
public StiHtmlTable()
-
-
Method Details
-
stringToUrl
Convert string to URL- Parameters:
input-- Returns:
- Converted value
-
renderControl
Render control- Parameters:
writer-StiHtmlTextWriter- Throws:
IOException
-
getBackImageUrl
- Returns:
- the backImageUrl
-
setBackImageUrl
- Parameters:
backImageUrl- the backImageUrl to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getBorderWidth
- Returns:
- the borderWidth
-
setBorderWidth
- Parameters:
borderWidth- the borderWidth to set
-
getCellPadding
- Returns:
- the cellPadding
-
setCellPadding
- Parameters:
cellPadding- the cellPadding to set
-
getCellSpacing
- Returns:
- the cellSpacing
-
setCellSpacing
- Parameters:
cellSpacing- the cellSpacing to set
-
getRows
- Returns:
- the rows
-
setRows
- Parameters:
rows- the rows to set
-
getAlign
- Returns:
- the align
-
setAlign
- Parameters:
align- the align to set
-