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

interface XDefaultsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDefaultsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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