| 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.datastyle | |
| com.github.jferard.fastods.odselement | |
| com.github.jferard.fastods.odselement.config | |
| com.github.jferard.fastods.style | |
| com.github.jferard.fastods.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FrameContent
10.4.2 draw:frame
The content of a frame
|
interface |
ParagraphElement
A paragraph element represents an element inside paragraph (p tag)
|
interface |
Shape
See 9.2.8 table:shapes
|
interface |
Tag
A tag or tag parameters
|
interface |
TagParameters
A tag parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DrawFrame
10.4.2 draw:frame
|
class |
DrawImage
10.4.4 draw:image
|
class |
DrawObject
10.4.6.2 draw:object
|
class |
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.
|
class |
Paragraph
5.1.3 text:p
|
class |
Span
6.1.7 text:span
|
class |
Table
OpenDocument 9.1.2 table:table
|
class |
Text
The Text class represents a text in a footer/header region or the text in a cell.
|
class |
Tooltip |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataStyle
A data style. 16.27.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanStyle
OpenDocument 16.27.23 - number:boolean-style
|
class |
CurrencyStyle
16.27.7 number:currency-style
|
class |
DateStyle
content.xml/office:document-content/office:automatic-styles/number:
date-style styles.xml/office:document-styles/office:styles/number:date-style
To create a custom `DateStyle`, first create a new `DateStyleFormat` and pass it to
a `DateStyleBuilder`:
DateStyleFormat f = new DateStyleFormat(DateStyleFormat.text("Month of "),
DateStyleFormat.LONG_TEXTUAL_MONTH);
DateStyle s = DateStyleBuilder("my style", Locale.US).dateFormat(f).build();
... // use the style
Note that the bricks from `TimeStyleFormat` are allowed too:
DateStyleFormat f = new DateStyleFormat(TimeStyleFormat.MINUTES);
DateStyle s = DateStyleBuilder("my style", Locale.US).dateFormat(f).build();
... // use the style
|
class |
DateTimeStyleFormat
16.27.10 number:date-style
The class `DateStyleFormat` represents a style for date and time values.
|
class |
FloatStyle
WHERE ?
|
class |
FractionStyle
WHERE ?
|
class |
PercentageStyle
WHERE ?
|
class |
ScientificNumberStyle
WHERE ?
|
class |
TextDataStyle
16.27.25 number:text-style
|
class |
TimeStyle
content.xml/office:document-content/office:automatic-styles/number:
time-style styles.xml/office:document-styles/office:styles/number:time-style
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OdsEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedOdsEntry
4.3 manifest:file-entry
An entry in the manifest for encrypted files.
|
class |
EncryptParameters
4.4 manifest:encryption-data
Parameters for encryption
|
class |
ScriptEventListener
14.4.2 script:event-listener
|
class |
StandardOdsEntry
4.3 manifest:file-entry
A standard entry (DEFLATE)
|
class |
UnregisteredOdsEntry
An entry in the ods archive, but not registered in the manifest.
|
class |
UnregisteredStoredEntry
An entry in the ods archive, but not registered in the manifest.
|
class |
UserDefined
4.3.3 meta:user-defined
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigBlock
There is a hierarchy in config block:
config:config-item-set is the root. |
interface |
ConfigItemCollection<T extends ConfigBlock> |
interface |
ConfigItemMapEntry
A ConfigItemMapEntry represents an entry in the settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigItem
3.10.3 config:config-item
|
class |
ConfigItemMapEntrySequence
A sequence of ConfigBlocks.
|
class |
ConfigItemMapEntrySet
A hashtable of ConfigBlocks.
3.10.5 config:config-item-map-entry
|
class |
ConfigItemMapEntrySingleton
A Single element.
|
class |
ConfigItemMapIndexed
A Map with indexed elements: no name is required.
3.10.4 config:config-item-map-indexed
|
class |
ConfigItemMapNamed
A map with elements mapped by names
3.10.4 config:config-item-map-named
|
class |
ConfigItemSet
A set of config blocks
3.10.2 config:config-item-blocks
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FontFaceContainerStyle
A style that may contain a font face usage
|
interface |
ObjectStyle
16.2 style:style
The ObjectStyle class represents a style:style element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Borders
The class Borders represents the borders of an element.
|
class |
DrawFillBitmap |
class |
DrawFillGradient
16.40.1 draw:gradient
|
class |
DrawFillHatch
16.40.5 draw:hatch
|
class |
FontFace
A font
|
class |
GraphicStyle
16.37 Graphic Styles
|
class |
Margins
The margins of a page
|
class |
TableCellStyle
WHERE ?
|
class |
TableColumnStyle |
class |
TableRowStyle |
class |
TableStyle
content.xml/office:document-content/office:automatic-styles
|
class |
TextProperties
OpenDocument 16.27.28
|
class |
TextStyle
OpenDocument 16.27.28
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter
9.5.2 table:filter
|
interface |
Style
A style (data style or object style)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoFilter
9.4.15 table:database-range
A filter on a range
|
class |
ErrorMessage
9.4.7 table:error-message
|
class |
FilterAnd
9.5.3 table:filter-and
|
class |
FilterCompare
9.5.5 table:filter-condition
|
class |
FilterEnumerate
9.5.6 table:filter-set-item
|
class |
FilterOr
9.5.4 table:filter-or
|
class |
PilotTable
9.6Data Pilot Tables
|
class |
PilotTableField
9.6.7 table:data-pilot-field
|
class |
PilotTableLevel
9.6.8 table:data-pilot-level
|
class |
SVGRectangle |
class |
Validation |
Copyright © 2016–2021. All rights reserved.