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

interface XNumberFormatsSupplier
Description
supplies the collection of NumberFormats (for example, in a document) and the settings belonging to these formats.
Developers Guide
OfficeDev - Number Formats
Text - Line Numbering and Outline Numbering - Number Formats

Methods' Summary
getNumberFormatSettings  
getNumberFormats  
Methods' Details
getNumberFormatSettings
::com::sun::star::beans::XPropertySet
getNumberFormatSettings();

Returns
the NumberFormatSettings of this object.
getNumberFormats
XNumberFormats
getNumberFormats();

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