Package org.apache.poi.hslf.record

Interface Summary
PositionDependentRecord Records which either care about where they are on disk, or have other records who care about where they are, will implement this interface.
 

Class Summary
ColorSchemeAtom A ColorSchemeAtom (type 2032).
CurrentUserAtom This is a special kind of Atom, becauase it doesn't live inside the PowerPoint document.
DocumentAtom A Document Atom (type 1001).
DocumentAtom.SlideSize Holds the different Slide Size values
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.
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.
EscherTextboxWrapper A wrapper around a DDF (Escher) EscherTextbox Record.
Notes Master container for Notes.
NotesAtom A Notes Atom (type 1009).
PersistPtrHolder General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.
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.
PositionDependentRecordContainer A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.
PPDrawing These are actually wrappers onto Escher drawings.
Record This abstract class represents a record in the PowerPoint document.
RecordAtom Abstract class which all atom records will extend.
RecordContainer Abstract class which all container records will extend.
Slide Master container for Slides.
SlideAtom A Slide Atom (type 1007).
SlideListWithText These are tricky beasts.
SlidePersistAtom A SlidePersist Atom (type 1011).
TextBytesAtom A TextBytesAtom (type 4008).
TextCharsAtom A TextCharsAtom (type 4000).
TextHeaderAtom A TextHeaderAtom (type 3999).
UnknownRecordPlaceholder If we come across a record we don't know about, we create one of these.
UserEditAtom A UserEdit Atom (type 4085).
 



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