Uses of Class
org.apache.poi.ddf.EscherBSERecord
-
Packages that use EscherBSERecord Package Description 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 Modifier and Type Method Description protected EscherBSERecordHSLFFill. getEscherBSERecord(int idx)protected EscherBSERecordHSLFPictureShape. getEscherBSERecord() -
Uses of EscherBSERecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return EscherBSERecord Modifier and Type Method Description EscherBSERecordInternalWorkbook. getBSERecord(int pictureIndex)Methods in org.apache.poi.hssf.model with parameters of type EscherBSERecord Modifier and Type Method Description intInternalWorkbook. addBSERecord(EscherBSERecord e)
-