public class HtmlExporter extends AbstractDataExporter<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
HORIZON |
AWAIT_TIME_MILLISNO_RESULT_TIP| 构造器和说明 |
|---|
HtmlExporter() |
HtmlExporter(String initHtml) |
| 限定符和类型 | 方法和说明 |
|---|---|
HtmlExporter |
append(String string) |
String |
body() |
<E> void |
build(Table<E> table)
构建html
|
String |
export()
获取表格
|
HtmlExporter |
horizon() |
HtmlExporter |
insertImage(String imageB64) |
close, getLeafThead, getName, isEmpty, nonEmpty, rollingTbody, setNamepublic HtmlExporter()
public HtmlExporter(String initHtml)
public <E> void build(Table<E> table)
public String export()
DataExporterpublic String body()
public HtmlExporter horizon()
public HtmlExporter append(String string)
public HtmlExporter insertImage(String imageB64)
Copyright © 2023. All rights reserved.