interface XNumberFormatsSupplier in module com::sun::star::util::

(Global Index)

Syntax

interface XNumberFormatsSupplier : com::sun::star::uno::XInterface ;

Description

supplies the collection of NumberFormat s (for example, in a document) and the settings belonging to these formats.

Method Summary

getNumberFormatSettings

getNumberFormats

Known Services Which Export this Interface

com::sun::star::sheet::SpreadsheetDocument

com::sun::star::text::TextDocument

Method Details



getNumberFormatSettings

Syntax

com::sun::star::beans::XPropertySet getNumberFormatSettings ();

Returns

the NumberFormatSettings of this object.

getNumberFormats

Syntax

com::sun::star::util::XNumberFormats getNumberFormats ();

Returns

the collection of number formats belonging to this object (e.g., to this document).
Top of Page