LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
NativeNumberXmlAttributes Struct Referencepublished

Attributes describing a native number mode for a specific locale, stored in XML file format. More...

import"NativeNumberXmlAttributes.idl";

Inheritance diagram for NativeNumberXmlAttributes:
NativeNumberXmlAttributes2

Public Attributes

::com::sun::star::lang::Locale Locale
 The locale of the native number representation. More...
 
string Format
 The number "1" expressed as a native number string. More...
 
string Style
 The type of the number string, for example, "short" or "medium" or "long". More...
 

Detailed Description

Attributes describing a native number mode for a specific locale, stored in XML file format.

Used with XNativeNumberSupplier::convertToXmlAttributes() and XNativeNumberSupplier::convertFromXmlAttributes()

Since
OOo 1.1.2

Member Data Documentation

◆ Format

string Format

The number "1" expressed as a native number string.

◆ Locale

The locale of the native number representation.

◆ Style

string Style

The type of the number string, for example, "short" or "medium" or "long".


The documentation for this struct was generated from the following file: