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 Comment2000
          This class represents a comment on a slide, in the format used by PPT 2000/XP/etc.
 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 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 Environment
          Environment, which contains lots of settings for the document.
 class EscherTextboxWrapper
          A wrapper around a DDF (Escher) EscherTextbox Record.
 class ExEmbed
          This data represents an embedded object in the document.
 class ExHyperlink
          This class represents the data of a link in the document.
 class ExObjList
          This class holds the links to exernal objects referenced from the document.
 class FontCollection
          FontCollection ia a container that holds information about all the fonts in the presentation.
 class InteractiveInfo
          This class represents the metadata of a link in a slide/notes/etc.
 class MainMaster
          Master slide
 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 SheetContainer
          The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
 class Slide
          Master container for Slides.
 class SlideListWithText
          These are tricky beasts.
 

Methods in org.apache.poi.hslf.record that return RecordContainer
 RecordContainer TextHeaderAtom.getParentRecord()
           
 RecordContainer ParentAwareRecord.getParentRecord()
           
 

Methods in org.apache.poi.hslf.record with parameters of type RecordContainer
 void TextHeaderAtom.setParentRecord(RecordContainer record)
           
 void ParentAwareRecord.setParentRecord(RecordContainer parentRecord)
           
 



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