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

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

interface XNumberingRulesSupplier

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

Description
This interface enables the object to handle numbering rules.
See also
com.sun.star.text.NumberingRules


Methods' Summary

getNumberingRules

Methods' Details

getNumberingRules
 
com::sun::star::container::XIndexAccess
getNumberingRules();
Returns
the collection of "NumberingRules" currently contained in the object.

Top of Page