| 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 | |
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareContentFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
ImmutableElementsFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
EndTableFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
BeginTableFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
FinalizeFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
OdsAsyncFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
AnonymousOdsFileWriter.save(ZipUTF8Writer writer)
Writes the document to a writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdsElements.createEmptyElements(XMLUtil util,
ZipUTF8Writer writer)
Create empty elements for package.
|
void |
OdsElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ManifestElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ExtraElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
EmptyElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
SettingsElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
MetaElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ContentElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
StylesElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
MimetypeElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ManifestEntryElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
OdsElements.writeContent(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the content element to a writer.
|
void |
ContentElement.writeEvents(XMLUtil util,
ZipUTF8Writer writer) |
void |
OdsElements.writeExtras(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
OdsElements.writeMeta(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the meta element to a writer.
|
void |
OdsElements.writeMimeType(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the mimetype element to a writer.
|
void |
ContentElement.writePostamble(XMLUtil util,
ZipUTF8Writer writer)
Write the postamble into the given writer.
|
void |
ContentElement.writePreamble(XMLUtil util,
ZipUTF8Writer writer)
Write the preamble into the given writer.
|
void |
OdsElements.writeSettings(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the settings element to a writer.
|
void |
OdsElements.writeStyles(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the styles element to a writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipUTF8WriterImpl
A writer for a zip file/ It's a writer and a zipper
|
| Modifier and Type | Method and Description |
|---|---|
ZipUTF8Writer |
ZipUTF8WriterBuilderImpl.build(OutputStream out) |
ZipUTF8Writer |
ZipUTF8WriterBuilder.build(OutputStream out)
Build the new writer, with a given output stream
|
Copyright © 2016–2021. All rights reserved.