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

interface XGalleryItem
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGalleryItem
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides access to a single item of a Gallery theme.

Methods' Summary
getType retrieves the type of the Gallery item  
Methods' Details
getType
byte
getType();

Description
retrieves the type of the Gallery item
Returns
The type of the Gallery item
See also
::com::sun::star::gallery::GalleryItemType
Top of Page