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

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

interface XNumberingFormatter

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

Description
supports the formatting of numberings in various language environments.
See also
unknown ?
NumberingRules
See also
unknown ?
NumberingLevel


Methods' Summary

makeNumberingString

Methods' Details

makeNumberingString
 
string
makeNumberingString(
[ in ] sequence< com::sun::star::beans::PropertyValue > aProperties,
[ in ] com::sun::star::lang::Locale aLocale )
raises ( com::sun::star::lang::IllegalArgumentException );

Returns
the formatted numbering string according to the given NumberingLevel and the given Locale .

Top of Page