Uses of Class
org.apache.poi.ddf.EscherBlipRecord

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. 
 

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 field_12_blipRecord)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.