Properties' Details |
GalleryItemType
[ readonly ] byte GalleryItemType;
- Description
- The type of the Gallery item
- See also
- GalleryItemType
|
|
URL
[ readonly ] string URL;
- Description
- the URL of the Gallery item
The interpretation of the URL depends on the type
of the Gallery item. In case of graphic and media items,
the URL is a 'real' URL, in case of drawings it is a private
URL
|
|
Title
string Title;
- Description
- the title of the Gallery item
|
|
Thumbnail
[ readonly ] ::com::sun::star::graphic::XGraphic Thumbnail;
- Description
- the thumbnail of the Gallery item
The thumbnail may be either a pixel or a vector graphic
|
|
Graphic
[ readonly ] ::com::sun::star::graphic::XGraphic Graphic;
- Usage Restrictions
- optional
- Description
- the graphic content of the Gallery item
This is an optional property and may not available for every item
|
|
Drawing
[ readonly ] ::com::sun::star::lang::XComponent Drawing;
- Usage Restrictions
- optional
- Description
- the drawing content of the Gallery item
This is an optional property and may not available for every item
|
|
Copyright © 2003 Sun Microsystems, Inc.