Uses of Package
org.apache.poi.ddf

Packages that use org.apache.poi.ddf
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. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Classes in org.apache.poi.ddf used by org.apache.poi.ddf
EscherComplexProperty
          A complex property differs from a simple property in that the data can not fit inside a 32 bit integer.
EscherDggRecord.FileIdCluster
           
EscherProperty
          This is the abstract base class for all escher properties.
EscherRecord
          The base abstract record from which all escher records are defined.
EscherRecordFactory
          The escher record factory interface allows for the creation of escher records from a pointer into a data array.
EscherSerializationListener
          Interface for listening to escher serialization events.
EscherSimpleProperty
          A simple property is of fixed length and as a property number in addition to a 32-bit value.
EscherSpRecord
          Together the the EscherOptRecord this record defines some of the basic properties of a shape.
 

Classes in org.apache.poi.ddf used by org.apache.poi.hssf.model
EscherContainerRecord
          Escher container records store other escher records as children.
EscherDggRecord
          This record defines the drawing groups used for a particular sheet.
EscherDgRecord
          This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.
EscherOptRecord
          The opt record is used to store property values for a shape.
EscherRecord
          The base abstract record from which all escher records are defined.
 

Classes in org.apache.poi.ddf used by org.apache.poi.hssf.record
EscherRecord
          The base abstract record from which all escher records are defined.
 



Copyright © 2003 Apache Software Foundation.