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

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

interface XDefaultNumberingProvider

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

Description
provides access to default NumberingRules according to a given locale information.

See also
unknown ?
NumberingRules
See also
unknown ?
Locale


Known Services which Export this Interface

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

Methods' Summary

getDefaultOutlineNumberings provides access to outline numberings according to a given Locale .
getDefaultContinuousNumberingLevels provides access to outline numberings according to a given Locale .

Methods' Details

getDefaultOutlineNumberings
 
sequence< com::sun::star::container::XIndexAccess >
getDefaultOutlineNumberings(
[ in ] com::sun::star::lang::Locale aLocale );

Description
provides access to outline numberings according to a given Locale .

Outline numberings usually consist of levels with different settings.

See also
unknown ?
NumberingLevel
getDefaultContinuousNumberingLevels
 
sequence< com::sun::star::beans::PropertyValues >
getDefaultContinuousNumberingLevels(
[ in ] com::sun::star::lang::Locale aLocale );

Description
provides access to outline numberings according to a given Locale .

In contrast to outline numberings the continuous numberings consist of level using the equal settings in all numbering levels.

See also
unknown ?
NumberingLevel
See also
unknown ?
Locale

Top of Page