|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EscherBlipRecord | |
---|---|
org.apache.poi.ddf | This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hwpf.usermodel |
Uses of EscherBlipRecord in org.apache.poi.ddf |
---|
Subclasses of EscherBlipRecord in org.apache.poi.ddf | |
---|---|
class |
EscherBitmapBlip
|
class |
EscherBlipWMFRecord
The blip record is used to hold details about large binary objects that occur in escher such as JPEG, GIF, PICT and WMF files. |
class |
EscherMetafileBlip
|
class |
EscherPictBlip
|
Methods in org.apache.poi.ddf that return EscherBlipRecord | |
---|---|
EscherBlipRecord |
EscherBSERecord.getBlipRecord()
|
Methods in org.apache.poi.ddf with parameters of type EscherBlipRecord | |
---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord blipRecord)
|
Uses of EscherBlipRecord in org.apache.poi.hssf.usermodel |
---|
Constructors in org.apache.poi.hssf.usermodel with parameters of type EscherBlipRecord | |
---|---|
HSSFPictureData(EscherBlipRecord blip)
Constructs a picture object. |
Uses of EscherBlipRecord in org.apache.poi.hwpf.usermodel |
---|
Constructors in org.apache.poi.hwpf.usermodel with parameters of type EscherBlipRecord | |
---|---|
Picture(EscherBlipRecord blipRecord)
Builds a Picture object for a Picture stored as Escher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |