| 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.datastyle | |
| com.github.jferard.fastods.odselement |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.create(ContentElement contentElement,
PositionUtil positionUtil,
IntegerRepresentationCache cache,
XMLUtil xmlUtil,
String name,
int rowCapacity,
int columnCapacity,
StylesContainer stylesContainer,
DataStyles format,
boolean libreOfficeMode,
ValidationsContainer validationsContainer)
Create a new Table with a name and a row/column capacity
|
OdsFactory |
OdsFactory.dataStyles(DataStyles ds)
Deprecated.
use OdsFactory.builder
|
OdsFactoryBuilder |
OdsFactoryBuilder.dataStyles(DataStyles ds)
Set the data styles
|
void |
TableRow.setRowFormat(DataStyles format)
Add a format to this TableRow
|
void |
TableRowImpl.setRowFormat(DataStyles format) |
void |
TableCellWalker.setRowFormat(DataStyles format) |
| Modifier and Type | Method and Description |
|---|---|
DataStyles |
DataStylesBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static OdsElements |
OdsElements.create(PositionUtil positionUtil,
XMLUtil xmlUtil,
IntegerRepresentationCache cache,
DataStyles format,
boolean libreOfficeMode,
MetaElement metaElement,
Map<String,String> additionalNamespaceByPrefix) |
Copyright © 2016–2021. All rights reserved.