Uses of Class
org.apache.poi.ddf.EscherDgRecord
-
Packages that use EscherDgRecord 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 EscherDgRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherDgRecord Modifier and Type Method Description EscherDgRecord
EscherDgRecord. copy()
Methods in org.apache.poi.ddf with parameters of type EscherDgRecord Modifier and Type Method Description int
EscherDggRecord. allocateShapeId(EscherDgRecord dg, boolean sort)
Allocates new shape id for the drawing groupConstructors in org.apache.poi.ddf with parameters of type EscherDgRecord Constructor Description EscherDgRecord(EscherDgRecord other)
-
Uses of EscherDgRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return EscherDgRecord Modifier and Type Method Description EscherDgRecord
DrawingManager2. createDgRecord()
Creates a new drawing groupMethods in org.apache.poi.hssf.model with parameters of type EscherDgRecord Modifier and Type Method Description int
DrawingManager2. allocateShapeId(EscherDgRecord dg)
Allocates new shape id for the drawing group
-