Uses of Package
loci.poi.ddf
Packages that use loci.poi.ddf
Package
Description
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
-
Classes in loci.poi.ddf used by loci.poi.ddfClassDescriptionA complex property differs from a simple property in that the data can not fit inside a 32 bit integer.This is the abstract base class for all escher properties.The base abstract record from which all escher records are defined.The escher record factory interface allows for the creation of escher records from a pointer into a data array.Interface for listening to escher serialization events.A simple property is of fixed length and as a property number in addition to a 32-bit value.Together the the EscherOptRecord this record defines some of the basic properties of a shape.
-
Classes in loci.poi.ddf used by loci.poi.hssf.modelClassDescriptionThe BSE record is related closely to the
EscherBlipRecordand stores extra information about the blip.Escher container records store other escher records as children.This record defines the drawing groups used for a particular sheet.This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.The opt record is used to store property values for a shape.The base abstract record from which all escher records are defined. -
Classes in loci.poi.ddf used by loci.poi.hssf.record