public static class HtmlWriteOptions.Builder
extends tech.tablesaw.io.WriteOptions.Builder
Modifier | Constructor | Description |
---|---|---|
protected |
Builder(File file) |
|
protected |
Builder(OutputStream stream) |
|
protected |
Builder(Writer writer) |
|
protected |
Builder(tech.tablesaw.io.Destination dest) |
Modifier and Type | Method | Description |
---|---|---|
HtmlWriteOptions |
build() |
|
HtmlWriteOptions.Builder |
elementCreator(HtmlWriteOptions.ElementCreator elementCreator) |
|
HtmlWriteOptions.Builder |
escapeText(boolean escapeText) |
protected Builder(tech.tablesaw.io.Destination dest)
protected Builder(File file) throws IOException
IOException
protected Builder(Writer writer)
protected Builder(OutputStream stream)
public HtmlWriteOptions.Builder escapeText(boolean escapeText) throws IOException
IOException
public HtmlWriteOptions.Builder elementCreator(HtmlWriteOptions.ElementCreator elementCreator)
public HtmlWriteOptions build()
Copyright © 2021. All rights reserved.