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 usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.hwpf.usermodel -
-
Uses of EscherBlipRecord in org.apache.poi.ddf
Subclasses of EscherBlipRecord in org.apache.poi.ddf Modifier and Type Class Description classEscherBitmapBlipclassEscherMetafileBlipclassEscherPictBlipMethods in org.apache.poi.ddf that return EscherBlipRecord Modifier and Type Method Description EscherBlipRecordEscherBSERecord. getBlipRecord()Methods in org.apache.poi.ddf with parameters of type EscherBlipRecord Modifier and Type Method Description voidEscherBSERecord. setBlipRecord(EscherBlipRecord blipRecord) -
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. -
Uses of EscherBlipRecord in org.apache.poi.hwpf.usermodel
Constructors in org.apache.poi.hwpf.usermodel with parameters of type EscherBlipRecord Constructor Description Picture(EscherBlipRecord blipRecord)Builds a Picture object for a Picture stored as Escher.
-