| 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.style |
| Class and Description |
|---|
| DataStyle
A data style. 16.27.
|
| DataStyles
The
DataStyles class represents a set of DataStyles. |
| Class and Description |
|---|
| BooleanStyle
OpenDocument 16.27.23 - number:boolean-style
|
| BooleanStyleBuilder |
| CurrencyStyle
16.27.7 number:currency-style
|
| CurrencyStyle.SymbolPosition
A currency symbol may be at the beginning or the end of the expression
|
| CurrencyStyleBuilder |
| DataStyle
A data style. 16.27.
|
| DataStyleBuilder
A data style builder.
|
| DataStyles
The
DataStyles class represents a set of DataStyles. |
| DataStylesBuilder
The data style for the current locale
|
| 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
|
| DateStyleBuilder |
| DateTimeStyleFormat
16.27.10 number:date-style
The class `DateStyleFormat` represents a style for date and time values.
|
| DecimalStyleBuilder
A builder for decimal styles
|
| FloatStyle
WHERE ?
|
| FloatStyleBuilder |
| FractionStyle
WHERE ?
|
| FractionStyleBuilder |
| IsVolatileBuilder
A style that may be volatile
|
| LocalizedBuilder
A builder for Localized elements
|
| NumberStyleBuilder |
| NumberStyleHelperBuilder |
| PercentageStyle
WHERE ?
|
| PercentageStyleBuilder |
| ScientificNumberStyle
WHERE ?
|
| ScientificNumberStyleBuilder |
| TextDataStyle
16.27.25 number:text-style
|
| TextDataStyleBuilder
16.27.25 number:text-style
|
| TimeStyle
content.xml/office:document-content/office:automatic-styles/number:
time-style styles.xml/office:document-styles/office:styles/number:time-style
|
| TimeStyleBuilder |
| Class and Description |
|---|
| DataStyle
A data style. 16.27.
|
| DataStyles
The
DataStyles class represents a set of DataStyles. |
| Class and Description |
|---|
| DataStyle
A data style. 16.27.
|
Copyright © 2016–2021. All rights reserved.