public interface CellValueAdapter
Cell.setDisplayText
and table cell text replacement. For example, if a table cell would be replaced with string
"1234" in text navigation, the cell value type can be adapted to "float" automatically with the
help of CellValueAdapter. Different adapter realizations have different
adaptive rules.| Modifier and Type | Field and Description |
|---|---|
static CellValueAdapter |
DEFAULT_VALUE_ADAPTER
The default cell value adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
adaptValue(Cell cell,
String value)
Adapt string content to a more proper cell value type as need.
|
static final CellValueAdapter DEFAULT_VALUE_ADAPTER
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.