public class HSSFPictureData extends Object
| Modifier and Type | Field and Description | 
|---|---|
private EscherBlipRecord | 
blip
Underlying escher blip record containing the bitmap data. 
 | 
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(EscherBlipRecord blip)
Constructs a picture object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getData()
Gets the picture data. 
 | 
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
private EscherBlipRecord blip
HSSFPictureData(EscherBlipRecord blip)
blip - the underlying blip record containing the bitmap data.public byte[] getData()
public String suggestFileExtension()
Copyright © 2015 Open Microscopy Environment