interface XDefaultsSupplier in module com::sun::star::style::

(Global Index)

Syntax

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

Method Summary

getDefaults This method returns an XPropertySet of defaults.

Method Details



getDefaults

Syntax

com::sun::star::beans::XPropertySet getDefaults ();

Description

This method returns an XPropertySet of defaults.

Top of Page