Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XNumberFormatsSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sheet::SpreadsheetDocument a model component which consists of some settings and one or more spreadsheets.
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getNumberFormatSettings
getNumberFormats

Methods' Details

getNumberFormatSettings
 
com::sun::star::beans::XPropertySet
getNumberFormatSettings();
Returns
the NumberFormatSettings of this object.
getNumberFormats
 
com::sun::star::util::XNumberFormats
getNumberFormats();
Returns
the collection of number formats belonging to this object (e.g., to this document).

Top of Page