Uses of Class
org.apache.poi.ddf.EscherDggRecord
-
Packages that use EscherDggRecord 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 EscherDggRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherDggRecord Modifier and Type Method Description EscherDggRecord
EscherDggRecord. copy()
Constructors in org.apache.poi.ddf with parameters of type EscherDggRecord Constructor Description EscherDggRecord(EscherDggRecord other)
-
Uses of EscherDggRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return EscherDggRecord Modifier and Type Method Description EscherDggRecord
DrawingManager2. getDgg()
Returns the drawing group container recordConstructors in org.apache.poi.hssf.model with parameters of type EscherDggRecord Constructor Description DrawingManager2(EscherDggRecord dgg)
-