public class HSSFPictureData extends Object implements PictureData
| Modifier and Type | Field and Description |
|---|---|
static short |
FORMAT_MASK |
static short |
MSOBI_DIB |
static short |
MSOBI_EMF |
static short |
MSOBI_JPEG |
static short |
MSOBI_PICT |
static short |
MSOBI_PNG |
static short |
MSOBI_WMF |
| Constructor and Description |
|---|
HSSFPictureData(EscherBSERecord bse) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Constructs a picture object.
|
int |
getFormat() |
String |
getMimeType()
Returns the mime type for the image
|
int |
getRelationCounter() |
String |
suggestFileExtension()
Suggests a file extension for this image.
|
public static final short MSOBI_WMF
public static final short MSOBI_EMF
public static final short MSOBI_PICT
public static final short MSOBI_PNG
public static final short MSOBI_JPEG
public static final short MSOBI_DIB
public static final short FORMAT_MASK
public HSSFPictureData(EscherBSERecord bse)
public byte[] getData()
getData in interface PictureDatablip - the underlying blip record containing the bitmap data.public int getFormat()
Workbook.PICTURE_TYPE_DIB,
Workbook.PICTURE_TYPE_WMF,
Workbook.PICTURE_TYPE_EMF,
Workbook.PICTURE_TYPE_PNG,
Workbook.PICTURE_TYPE_JPEG,
Workbook.PICTURE_TYPE_PICTpublic String suggestFileExtension()
PictureDatasuggestFileExtension in interface PictureDatanullgetFormat()public String getMimeType()
getMimeType in interface PictureDatapublic int getRelationCounter()
getRelationCounter in interface PictureDataCopyright © 2020. All rights reserved.