| 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.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)
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| 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 |
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 |
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 |
DrawFillBitmap |
class |
DrawFillGradient
16.40.1 draw:gradient
|
class |
DrawFillHatch
16.40.5 draw:hatch
|
class |
GraphicStyle
16.37 Graphic Styles
|
class |
TableCellStyle
WHERE ?
|
class |
TableColumnStyle |
class |
TableRowStyle |
class |
TableStyle
content.xml/office:document-content/office:automatic-styles
|
class |
TextStyle
OpenDocument 16.27.28
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Style
A style (data style or object style)
|
Copyright © 2016–2021. All rights reserved.