Uses of Class
org.apache.poi.hslf.record.RecordContainer

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

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

Subclasses of RecordContainer in org.apache.poi.hslf.record
 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 DummyRecordWithChildren
          If we come across a record we know has children of (potential) interest, but where the record itself is boring, we create one of these.
 class EscherTextboxWrapper
          A wrapper around a DDF (Escher) EscherTextbox Record.
 class Notes
          Master container for Notes.
 class PositionDependentRecordContainer
          A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.
 class Slide
          Master container for Slides.
 class SlideListWithText
          These are tricky beasts.
 



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