Uses of Class
loci.poi.ddf.EscherDggRecord
-
Packages that use EscherDggRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of EscherDggRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return EscherDggRecord Modifier and Type Method Description EscherDggRecord
DrawingManager. getDgg()
EscherDggRecord
DrawingManager2. getDgg()
Constructors in loci.poi.hssf.model with parameters of type EscherDggRecord Constructor Description DrawingManager(EscherDggRecord dgg)
DrawingManager2(EscherDggRecord dgg)
-