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

interface XDefaultsSupplier
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