| Package | Description |
|---|---|
| org.orbisgis.commons.printer |
| Modifier and Type | Method and Description |
|---|---|
static ICustomPrinter.CellPosition |
ICustomPrinter.CellPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICustomPrinter.CellPosition[] |
ICustomPrinter.CellPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ascii.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
ICustomPrinter.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position)
Add a header value to the table.
|
void |
Html.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Ascii.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
void |
ICustomPrinter.appendTableValue(Object value,
ICustomPrinter.CellPosition position)
Add a single value to the table.
|
void |
Html.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
Copyright © 2021 CNRS. All rights reserved.