Uses of Class
org.apache.poi.ddf.EscherBlipRecord
-
Packages that use EscherBlipRecord Package Description 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 The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of EscherBlipRecord in org.apache.poi.ddf
Subclasses of EscherBlipRecord in org.apache.poi.ddf Modifier and Type Class Description class
EscherBitmapBlip
class
EscherMetafileBlip
Methods in org.apache.poi.ddf that return EscherBlipRecord Modifier and Type Method Description EscherBlipRecord
EscherBlipRecord. copy()
EscherBlipRecord
EscherBSERecord. getBlipRecord()
Methods in org.apache.poi.ddf with parameters of type EscherBlipRecord Modifier and Type Method Description void
EscherBSERecord. setBlipRecord(EscherBlipRecord blipRecord)
Constructors in org.apache.poi.ddf with parameters of type EscherBlipRecord Constructor Description EscherBlipRecord(EscherBlipRecord other)
-
Uses of EscherBlipRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type EscherBlipRecord Constructor Description HSSFPictureData(EscherBlipRecord blip)
Constructs a picture object.
-