| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.datastyle | |
| com.github.jferard.fastods.odselement | |
| com.github.jferard.fastods.tool |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedOdsDocument.addCellStyle(TableCellStyle style,
CellType... types)
Add a cell style for a given data type.
|
CellValue |
ObjectToCellValueConverter.from(CellType type,
Object o) |
CellValue |
ToCellValueConverter.from(CellType type,
Object o)
Converts a value to a CellValue
|
| Modifier and Type | Method and Description |
|---|---|
static CellType |
CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellType[] |
CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataStyle |
DataStyles.getDataStyle(CellType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
OdsElements.addCellStyle(TableCellStyle style,
CellType... types)
Add a cell style for a given data type.
|
TableCellStyle |
ContentElement.addChildCellStyle(TableCellStyle style,
CellType type)
Create an automatic style for this TableCellStyle and this type of cell.
|
| Modifier and Type | Method and Description |
|---|---|
CellValue |
SQLToCellValueConverter.from(CellType type,
Object o) |
ResultSetDataWrapperBuilder |
ResultSetDataWrapperBuilder.typeValue(int j,
CellType cellType)
Give a hint for a column type
|
| Constructor and Description |
|---|
ResultSetDataWrapper(Logger logger,
ToCellValueConverter converter,
String rangeName,
ResultSet rs,
TableCellStyle headCellStyle,
boolean autoFilter,
Map<Integer,CellType> cellTypeByColIndex,
CellValue nullValue,
int max) |
Copyright © 2016–2021. All rights reserved.