Uses of Class
org.apache.poi.ddf.EscherBlipRecord
Packages that use EscherBlipRecord
Package
Description
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of EscherBlipRecord in org.apache.poi.ddf
Subclasses of EscherBlipRecord in org.apache.poi.ddfModifier and TypeClassDescriptionclass
final class
final class
Methods in org.apache.poi.ddf that return EscherBlipRecordMethods in org.apache.poi.ddf with parameters of type EscherBlipRecordModifier and TypeMethodDescriptionvoid
EscherBSERecord.setBlipRecord
(EscherBlipRecord blipRecord) -
Uses of EscherBlipRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type EscherBlipRecordModifierConstructorDescriptionConstructs a picture object. -
Uses of EscherBlipRecord in org.apache.poi.hwpf.usermodel
Constructors in org.apache.poi.hwpf.usermodel with parameters of type EscherBlipRecordModifierConstructorDescriptionPicture
(EscherBlipRecord blipRecord) Builds a Picture object for a Picture stored as Escher.