org.apache.poi.hslf.record |
|
Java Source File Name | Type | Comment |
ColorSchemeAtom.java | Class | A ColorSchemeAtom (type 2032). |
Comment2000.java | Class | This class represents a comment on a slide, in the format used by
PPT 2000/XP/etc. |
Comment2000Atom.java | Class | An atomic record containing information about a comment. |
CString.java | Class | A CString (type 4026). |
CurrentUserAtom.java | Class | This is a special kind of Atom, becauase it doesn't live inside the
PowerPoint document. |
Document.java | Class | Master container for Document. |
DocumentAtom.java | Class | A Document Atom (type 1001). |
DocumentEncryptionAtom.java | Class | A Document Encryption Atom (type 12052). |
DummyPositionSensitiveRecordWithChildren.java | Class | 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.java | Class | 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. |
Environment.java | Class | Environment, which contains lots of settings for the document. |
EscherTextboxWrapper.java | Class | A wrapper around a DDF (Escher) EscherTextbox Record. |
ExEmbed.java | Class | This data represents an embedded object in the document. |
ExEmbedAtom.java | Class | The atom that holds metadata on a specific embedded object in the document.
|