| Interface | Description |
|---|---|
| FileOpenResult |
A FileOpenResult is the result of an attempt to lock a file.
|
| Filter |
9.5.2 table:filter
|
| Hidable |
3.15.3 office:automatic-styles
A style that may be hidden.
|
| NamedObject | |
| Style |
A style (data style or object style)
|
| StyleBuilder<S> |
A style builder
|
| XMLEscaper | |
| ZipUTF8Writer |
A writer for a zip file/ It's a writer and a zipper
|
| ZipUTF8WriterBuilder |
A builder for ZipUTF8Writer objects.
|
| Class | Description |
|---|---|
| AutoFilter |
9.4.15 table:database-range
A filter on a range
|
| AutoFilterBuilder |
A builder for AutoFilter class
|
| Box<T> |
A Box contains a content.
|
| CharsetUtil |
A simple util for charsets.
|
| ColorHelper |
The Color class provides access to standard LibreOffice colors in hex format.
|
| Container<K,V> |
A Container is a Map like object, but with a mode parameter: one may create, update, or create
or update a key-value pair.
|
| EqualityUtil |
An util to checkStyleName equality between objects
|
| ErrorMessage |
9.4.7 table:error-message
|
| FastFullList<E> |
A FullList is similar to a list, but is infinite.
|
| FastFullList.FastFullListBuilder<F> | |
| FastOdsXMLEscaper |
The FastOdsXMLEscaper class is an utility class to escape XML special chars.
|
| FileExists |
The file tested already exists.
|
| FileIsDir |
Return value if one tries to open a directory.
|
| FileOpen |
The file is already open as a stream.
|
| FileUtil |
A helper class to copy files
|
| FilterAnd |
9.5.3 table:filter-and
|
| FilterCompare |
9.5.5 table:filter-condition
|
| FilterEnumerate |
9.5.6 table:filter-set-item
|
| FilterOr |
9.5.4 table:filter-or
|
| FullList<E> |
The class FullList represents a List that is unlimited, in a specific sense :
at the beginning, every element is set at a determined
blankElement. |
| FullList.FullListBuilder<F> |
A builder for a full list
|
| IntegerRepresentationCache |
A WriteUtil helps to write data to file.
|
| MacroLibrary |
A macro library, e.g. standard
|
| MacroLibraryBuilder |
A builder for macro libraries
|
| MacroLibraryContainer |
A library container.
|
| MacroModule |
A module
|
| MultiContainer<K,S extends Enum<S>,V> |
A multi container contains values indexed by sub container.
|
| NameChecker |
18.3.32 styleNameRef
A NCName as specified in [xmlschema-2] that is the name of a referenced style, or an empty value.
|
| PilotTable |
9.6Data Pilot Tables
|
| PilotTableBuilder | |
| PilotTableField |
9.6.7 table:data-pilot-field
|
| PilotTableLevel |
9.6.8 table:data-pilot-level
|
| Protection |
The Protection instances should be created using the fastods.crypto submodule:
ProtectionFactory.createSha256(new char[] {'p', 'a', 's', 's', 'w', 'o', 'r', 'd' });
|
| StringUtil |
This class implements the infamous missing feature of Java 6 Strings.
|
| SVGRectangle | |
| UniqueList<T extends NamedObject> |
A UniqueList is an ordered set of named objects : ordered as a list, but with
no duplicates names.
|
| Validation | |
| ValidationBuilder |
A builder for cell content validation.
|
| XMLUtil |
An util for writing XML representation.
|
| ZipUTF8WriterBuilderImpl |
A builder for ZipUTF8Writer
|
| ZipUTF8WriterImpl |
A writer for a zip file/ It's a writer and a zipper
|
| Enum | Description |
|---|---|
| Container.Mode |
the mode
|
Copyright © 2016–2021. All rights reserved.