LibreOffice
LibreOffice 24.2 SDK API Reference
|
One number format code and its attributes, returned in a sequence by XLocaleData::getAllFormats(). More...
import"FormatElement.idl";
Public Attributes | |
string | formatCode |
The format code, for example, "YYYY-MM-DD". More... | |
string | formatName |
A name or description that is displayed in the number formatter dialog. More... | |
string | formatKey |
A unique (within one locale) identifier. More... | |
string | formatType |
Type may be one of "short", "medium", "long". More... | |
string | formatUsage |
Usage category, for example, "DATE" or "FIXED_NUMBER", corresponding with KNumberFormatUsage values. More... | |
short | formatIndex |
The index used by the number formatter, predefined values corresponding with NumberFormatIndex values. More... | |
boolean | isDefault |
If a format code is the default code of a formatType group. More... | |
One number format code and its attributes, returned in a sequence by XLocaleData::getAllFormats().
Contains raw data defined in the XML locale data files.
string formatCode |
The format code, for example, "YYYY-MM-DD".
short formatIndex |
The index used by the number formatter, predefined values corresponding with NumberFormatIndex values.
string formatKey |
A unique (within one locale) identifier.
string formatName |
A name or description that is displayed in the number formatter dialog.
string formatType |
Type may be one of "short", "medium", "long".
string formatUsage |
Usage category, for example, "DATE" or "FIXED_NUMBER", corresponding with KNumberFormatUsage values.
boolean isDefault |
If a format code is the default code of a formatType group.