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 AnimationInfoAtom
          An atom record that specifies the animation information for a shape.
 class ColorSchemeAtom
          A ColorSchemeAtom (type 2032).
 class Comment2000Atom
          An atomic record containing information about a comment.
 class CString
          A CString (type 4026).
 class DocumentAtom
          A Document Atom (type 1001).
 class DocumentEncryptionAtom
          A Document Encryption Atom (type 12052).
 class ExControlAtom
          An atom record that specifies an ActiveX control.
 class ExEmbedAtom
          The atom that holds metadata on a specific embedded object in the document.
 class ExHyperlinkAtom
          Tne atom that holds metadata on a specific Link in the document.
 class ExMediaAtom
          An atom record that specifies information about external audio or video data.
 class ExObjListAtom
          Tne atom that holds the seed info used by a ExObjList
 class ExOleObjAtom
          Atom storing information for an OLE object.
 class ExOleObjStg
          Storage for embedded OLE objects.
 class FontEntityAtom
          This atom corresponds exactly to a Windows Logical Font (LOGFONT) structure.
 class HeadersFootersAtom
          An atom record that specifies options for displaying headers and footers on a presentation slide or notes slide.
 class InteractiveInfoAtom
          Tne atom that holds metadata on Links in the document.
 class NotesAtom
          A Notes Atom (type 1009).
 class OEPlaceholderAtom
          OEPlaceholderAtom (3011).
 class OEShapeAtom
          Atom that contains information that describes shape client data.
 class OutlineTextRefAtom
          OEPlaceholderAtom (3998).
 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 PPDrawingGroup
          Container records which always exists inside Document.
 class RoundTripHFPlaceholder12
          An atom record that specifies that a shape is a header or footer placeholder shape
 class SlideAtom
          A Slide Atom (type 1007).
 class SlidePersistAtom
          A SlidePersist Atom (type 1011).
 class SoundData
          Storage for embedded sounds.
 class StyleTextPropAtom
          A StyleTextPropAtom (type 4001).
 class TextBytesAtom
          A TextBytesAtom (type 4008).
 class TextCharsAtom
          A TextCharsAtom (type 4000).
 class TextHeaderAtom
          A TextHeaderAtom (type 3999).
 class TextRulerAtom
          Ruler of a text as it differs from the style's ruler settings.
 class TextSpecInfoAtom
          The special info runs contained in this text.
 class TxInteractiveInfoAtom
          Tne atom that holds starting and ending character positions of a hyperlink
 class TxMasterStyleAtom
          TxMasterStyleAtom atom (4003).
 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).
 

Fields in org.apache.poi.hslf.record declared as RecordAtom
protected  RecordAtom ExEmbed.embedAtom
           
 



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