| 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.tool | |
| com.github.jferard.fastods.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousOdsDocument
An ods document.
|
class |
NamedOdsDocument
An ods document with a name.
|
| Modifier and Type | Method and Description |
|---|---|
OdsDocument |
AnonymousOdsFileWriter.document() |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroHelper.addRefreshMacro(OdsDocument document) |
DrawFillBitmap |
InsertHelper.createDrawFillImage(OdsDocument document,
InputStream sourceStream,
String name,
String href) |
static void |
DatabaseExporter.exportDatabase(Connection conn,
OdsDocument document) |
static void |
DatabaseExporter.exportDatabase(DataSource dataSource,
OdsDocument document)
Create a sheet per table, and write the data.
|
void |
InsertHelper.insertImage(OdsDocument document,
Table table,
String frameName,
File source,
String destName,
SVGRectangle rectangle)
Insert a new image into the document
|
void |
InsertHelper.insertImage(OdsDocument document,
Table table,
String frameName,
InputStream sourceStream,
String destName,
SVGRectangle rectangle)
Insert a new image into the document
|
void |
InsertHelper.insertObject(OdsDocument document,
Table table,
String frameName,
String objectName,
String objectMediaType,
String objectVersion,
InputStream sourceStream,
SVGRectangle rectangle,
GraphicStyle gs)
Insert a new ODF object into the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacroLibraryContainer.add(OdsDocument document)
Add this container to a document
|
void |
MacroLibrary.add(XMLUtil util,
OdsDocument document)
Add this library to a document
|
void |
MacroModule.add(XMLUtil util,
OdsDocument document,
String libraryNameSlash)
Add this module to a document
|
Copyright © 2016–2021. All rights reserved.