Uses of Class
org.apache.poi.ddf.EscherBSERecord
-
Packages that use EscherBSERecord 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.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of EscherBSERecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherBSERecord Modifier and Type Method Description EscherBSERecord
EscherBSERecord. copy()
Constructors in org.apache.poi.ddf with parameters of type EscherBSERecord Constructor Description EscherBSERecord(EscherBSERecord other)
-
Uses of EscherBSERecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return EscherBSERecord Modifier and Type Method Description EscherBSERecord
InternalWorkbook. getBSERecord(int pictureIndex)
Methods in org.apache.poi.hssf.model with parameters of type EscherBSERecord Modifier and Type Method Description int
InternalWorkbook. addBSERecord(EscherBSERecord e)
-