Syntax
constants group FilePreviewImageFormats;
Description
These constants are used to specify image formats supported by an implementation
of the interface XFilePreview .
Constants Summary
|
BITMAP |
A OpenOffice bitmap which is similar to the device independent bitmap
(DIB) format on windows.
The bitmap data should be provided as a sequence of sal_Int8.
|
|
Field Details
|
|
Syntax
const short BITMAP = 1;
Description
A OpenOffice bitmap which is similar to the device independent bitmap
(DIB) format on windows.
The bitmap data should be provided as a sequence of sal_Int8.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.