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

com :: sun :: star :: style ::

interface XDefaultsSupplier

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

Description
This interface provides access to an XPropertySet of defaults. This can either be the parent of an XPropertySet or the global property defaults for a document.


Methods' Summary

getDefaults This method returns an XPropertySet of defaults.

Methods' Details

getDefaults
 
com::sun::star::beans::XPropertySet
getDefaults();
Description
This method returns an XPropertySet of defaults.

Top of Page