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

unpublished constants group GalleryItemType
Usage Restrictions
not published
Description
Constants that describe the type of graphic

Constants
EMPTY Item is empty  
GRAPHIC Item represents a graphic  
MEDIA Item represents a media file  
DRAWING Item represents a drawing  
Constants' Details
EMPTY
const byte EMPTY = 0;
Description
Item is empty
GRAPHIC
const byte GRAPHIC = 1;
Description
Item represents a graphic
MEDIA
const byte MEDIA = 2;
Description
Item represents a media file
DRAWING
const byte DRAWING = 3;
Description
Item represents a drawing
Top of Page