See: Description
| Interface | Description |
|---|---|
| CellValue |
The value of a cell
|
| DataWrapper |
A DataWrapper instance store some data that will be added to a table.
|
| ElementWithEmbeddedStyles |
An element that embeds styles and does *not* belong to the content of the document.
|
| FrameContent |
10.4.2 draw:frame
The content of a frame
|
| HeaderOrFooter |
Represents the header/footer of a print page.
|
| NamedOdsFileWriter |
An NamedOdsFileWriter may be a direct writer or an adapter for a writer thread
|
| OdsAsyncFlusher |
An OdsFLusher flushes data to a writer
|
| OdsDocument |
An ods document.
|
| PageSectionContent |
16.10 style:header
16.11 style:footer
"The style:header element represents the content of a header in a style:master-page element."
|
| ParagraphElement |
A paragraph element represents an element inside paragraph (p tag)
|
| RowCellWalker |
A walker over cells
|
| Shape |
See 9.2.8 table:shapes
|
| TableCell |
A TableCell represents a cell in a spreadsheet sheet.
|
| TableColumn |
9.1.6 table:table-column
A column.
|
| TableRow | |
| TableRowWalker |
A walker over cells
|
| Tag |
A tag or tag parameters
|
| TagParameters |
A tag parameters
|
| ToCellValueConverter |
The value of a cell
|
| WritableTableCell | |
| XMLConvertible |
An object that is convertible to XML
|
| Class | Description |
|---|---|
| AbstractTableCell |
An abstract class to ease the implementation of `WritableTableCell`.
|
| AnonymousOdsDocument |
An ods document.
|
| AnonymousOdsFileWriter |
An ods file writer.
|
| BeginTableFlusher |
An async flusher to append the preamble of the table.
|
| BooleanValue | |
| CurrencyValue |
A CellValue that contains a currency value
|
| DateValue |
A CellValue that contains a date
|
| DrawFrame |
10.4.2 draw:frame
|
| DrawFrameBuilder |
A builder for DrawFrame class
|
| DrawImage |
10.4.4 draw:image
|
| DrawObject |
10.4.6.2 draw:object
|
| EndTableFlusher |
An async flusher for the end of the table.
|
| FinalizeFlusher |
An async flusher flusher to finalize the file.
|
| FloatValue |
A value of type float
|
| Footer |
Represents the footer of a print page.
|
| Header |
Represents the header of a print page.
|
| ImmutableElementsFlusher |
An async flusher for mime type and meta elements.
|
| Link |
6.1.8 text:a
19.910 xlink:href
See: https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#anyURI and https://www.ietf
.org/rfc/rfc2396.txt
Represents a link to a table, an URI, an URL or a custom ref.
|
| LinkBuilder |
A builder for links
|
| NamedOdsDocument |
An ods document with a name.
|
| ObjectToCellValueConverter |
The value of a cell
|
| OdsFactory |
An OdsFactory is the entry point for creating ODS documents.
|
| OdsFactoryBuilder | |
| OdsFileDirectWriter |
The OdsFileDirectWriter class represents a direct writer.
|
| OdsFileWriterAdapter |
The OdsFileWriterAdapter class represents an adapter to a writer.
|
| OdsFileWriterBuilder | |
| PageSection |
16.6 style:header-style
16.7 style:footer-style
16.10 style:header
16.11 style:footer
The PageSection class represents the union of a page section content and a page section
style.
|
| PageSectionBuilder<F extends PageSectionBuilder<F>> |
A builder for a page section.
|
| Paragraph |
5.1.3 text:p
|
| ParagraphBuilder |
A paragraph builder builds a small text block.
|
| PercentageValue |
A CellValue that contains a percentage
|
| PreambleAppender | |
| PrepareContentFlusher |
When the first table is created.
|
| RegionPageSectionBuilder |
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:footer
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:header
|
| RowCellWalkerImpl | Deprecated |
| SimplePageSectionBuilder |
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:footer
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:header
|
| Span |
6.1.7 text:span
|
| StringValue |
A cell value of string type
|
| Table |
OpenDocument 9.1.2 table:table
|
| TableCellImpl |
WHERE ?
|
| TableCellWalker | |
| TableColumnImpl |
9.1.6 table:table-column
A column.
|
| TableRowImpl |
9.1.3 table:table-row
|
| Text |
The Text class represents a text in a footer/header region or the text in a cell.
|
| TextBuilder |
A text builder builds a text block: list of paragraphs.
|
| TextValue |
A text value
|
| TimeValue |
A time value
|
| Tooltip | |
| TooltipBuilder | |
| ValidationsContainer |
Like style container.
|
| VoidValue |
The value in this cell will be void
|
| Enum | Description |
|---|---|
| OdsFactory.FileState | Deprecated
use ??
|
| PageSection.Type |
Footer or Header ?
|
| PageSectionContent.Region |
A region of the header/footer.
|
| Exception | Description |
|---|---|
| FastOdsException |
FastOdsException represents an exception in FastOds.
|
Copyright © 2016–2021. All rights reserved.