| 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.odselement |
| Modifier and Type | Class and Description |
|---|---|
class |
OdsFileDirectWriter
The OdsFileDirectWriter class represents a direct writer.
|
class |
OdsFileWriterAdapter
The OdsFileWriterAdapter class represents an adapter to a writer.
|
| Modifier and Type | Method and Description |
|---|---|
NamedOdsFileWriter |
OdsFileWriterBuilder.build() |
NamedOdsFileWriter |
OdsFactory.createWriter(File file)
Create a new ODS file writer from a document.
|
NamedOdsFileWriter |
OdsFactory.createWriter(String filename)
Create a new ODS file writer from a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addObserver(NamedOdsFileWriter observer)
Add an observer to this table
|
static OdsFileWriterAdapter |
OdsFileWriterAdapter.create(Logger logger,
NamedOdsFileWriter adaptee) |
| Modifier and Type | Method and Description |
|---|---|
void |
OdsElements.addObserver(NamedOdsFileWriter o)
The OdsElements is observable by a writer.
|
Copyright © 2016–2021. All rights reserved.