Uses of Interface
org.apache.poi.hslf.record.PositionDependentRecord

Packages that use PositionDependentRecord
org.apache.poi.hslf.record   
 

Uses of PositionDependentRecord in org.apache.poi.hslf.record
 

Classes in org.apache.poi.hslf.record that implement PositionDependentRecord
 class Document
          Master container for Document.
 class DummyPositionSensitiveRecordWithChildren
          If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.
 class Environment
          Environment, which contains lots of settings for the document.
 class ExOleObjStg
          Storage for embedded OLE objects.
 class MainMaster
          Master slide
 class Notes
          Master container for Notes.
 class PersistPtrHolder
          General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.
 class PositionDependentRecordAtom
          A special (and dangerous) kind of Record Atom that cares about where it lives on the disk, or who has other Atoms that care about where this is on the disk.
 class PositionDependentRecordContainer
          A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.
 class SheetContainer
          The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
 class Slide
          Master container for Slides.
 class UserEditAtom
          A UserEdit Atom (type 4085).
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.