:: com :: sun :: star ::

module gallery

Services
::com::sun::star::gallery::GalleryItem service to get access to the properties of a single Gallery item
::com::sun::star::gallery::GalleryTheme provides access to a container of Gallery items and makes it possible for you to manipulate them.
::com::sun::star::gallery::GalleryThemeProvider provides access to a container of ::com::sun::star::gallery::GalleryTheme s and makes it possible for you to manipulate them.
Interfaces
::com::sun::star::gallery::XGalleryItem provides access to a single item of a Gallery theme.
::com::sun::star::gallery::XGalleryTheme provides access to the items of a Gallery themes. It also allows inserting and removing of single items.
::com::sun::star::gallery::XGalleryThemeProvider provides access to the Gallery themes. It also allows inserting and removing of Gallery themes by name.
Constant Groups
::com::sun::star::gallery::GalleryItemType Constants that describe the type of graphic
Top of Page