| Package | Description |
|---|---|
| tech.tablesaw.columns.strings |
| Modifier and Type | Method | Description |
|---|---|---|
StringColumnFormatter |
AbstractStringColumn.getPrintFormatter() |
Returns the current
StringColumnFormatter. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractStringColumn.setPrintFormatter(StringColumnFormatter formatter) |
Sets an
StringColumnFormatter which will be used to format the display of data from
this column when it is printed (using, for example, Table:print()) and optionally when written
to a text file like a CSV. |
Copyright © 2021. All rights reserved.