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

Packages that use EscherBSERecord
org.apache.poi.hslf.usermodel   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of EscherBSERecord in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return EscherBSERecord
protected  EscherBSERecord HSLFPictureShape.getEscherBSERecord()
           
protected  EscherBSERecord HSLFFill.getEscherBSERecord(int idx)
           
 

Uses of EscherBSERecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return EscherBSERecord
 EscherBSERecord InternalWorkbook.getBSERecord(int pictureIndex)
           
 

Methods in org.apache.poi.hssf.model with parameters of type EscherBSERecord
 int InternalWorkbook.addBSERecord(EscherBSERecord e)
           
 



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