:: com :: sun :: star :: gallery ::

unpublished service GalleryThemeProvider
Description
provides access to a container of GalleryTheme s and makes it possible for you to manipulate them.
See also
XGalleryThemeProvider

Exported Interfaces
XGalleryThemeProvider
Description
lets you access and create GalleryTheme s
::com::sun::star::lang::XInitialization
Description
allows initializing the provider

You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments method of your ::com::sun::star::lang::XMultiServiceFactory .

You specify a parameter by passing one (or more) ::com::sun::star::beans::PropertyValue object(s) to the initialize method, where the Name field contains a string describing which aspect you want to affect, and the Value field containing a value.

Currently, there are no public properties available


 
Top of Page