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

unpublished service GalleryThemeProvider
Usage Restrictions
not published
Description
provides access to a container of GalleryThemes and makes it possible for you to manipulate them.
See also
XGalleryThemeProvider

Exported Interfaces - Summary
XGalleryThemeProvider

lets you access and create GalleryThemes

::com::sun::star::lang::XInitialization

allows initializing the provider (details)

Exported Interfaces - Details
XGalleryThemeProvider
Description
lets you access and create GalleryThemes
::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