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

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

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

Subclasses of RecordAtom in org.apache.poi.hslf.record
 class ColorSchemeAtom
          A ColorSchemeAtom (type 2032).
 class DocumentAtom
          A Document Atom (type 1001).
 class NotesAtom
          A Notes Atom (type 1009).
 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 PPDrawing
          These are actually wrappers onto Escher drawings.
 class SlideAtom
          A Slide Atom (type 1007).
 class SlidePersistAtom
          A SlidePersist Atom (type 1011).
 class TextBytesAtom
          A TextBytesAtom (type 4008).
 class TextCharsAtom
          A TextCharsAtom (type 4000).
 class TextHeaderAtom
          A TextHeaderAtom (type 3999).
 class UnknownRecordPlaceholder
          If we come across a record we don't know about, we create one of these.
 class UserEditAtom
          A UserEdit Atom (type 4085).
 



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