Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: gallery ::
|
| unpublished |
service GalleryItem |
|
|
- Usage Restrictions
- not published
- Description
- service to get access to the properties of a single Gallery item
|
| Exported Interfaces - Summary |
| XGalleryItem |
- (referenced entity's summary:)
- provides access to a single item of a Gallery theme.
|
| ::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
| Properties' Summary |
[ readonly ] byte
GalleryItemType |
The type of the Gallery item
|
[ readonly ] string
URL |
the URL of the Gallery item
|
string
Title |
the title of the Gallery item
|
[ readonly ] ::com::sun::star::graphic::XGraphic
Thumbnail |
the thumbnail of the Gallery item
|
[ readonly ] ::com::sun::star::graphic::XGraphic
Graphic |
[ OPTIONAL ]
the graphic content of the Gallery item
|
[ readonly ] ::com::sun::star::lang::XComponent
Drawing |
[ OPTIONAL ]
the drawing content of the Gallery item
|
| Exported Interfaces - Details |
XGalleryItem
- (referenced entity's summary:)
- provides access to a single item of a Gallery theme.
|
|
::com::sun::star::beans::XPropertySet
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
|
| 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
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.