Class RecordAtom

java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordAtom
Direct Known Subclasses:
AnimationInfoAtom, ColorSchemeAtom, Comment2000Atom, CString, DocumentAtom, ExControlAtom, ExEmbedAtom, ExHyperlinkAtom, ExMediaAtom, ExObjListAtom, ExObjRefAtom, ExOleObjAtom, FontEntityAtom, HeadersFootersAtom, InteractiveInfoAtom, MasterTextPropAtom, NotesAtom, OEPlaceholderAtom, OutlineTextRefAtom, PositionDependentRecordAtom, PPDrawing, PPDrawingGroup, RoundTripHFPlaceholder12, SlideAtom, SlidePersistAtom, SoundData, SSSlideInfoAtom, StyleTextProp9Atom, StyleTextPropAtom, TextBytesAtom, TextCharsAtom, TextHeaderAtom, TextRulerAtom, TextSpecInfoAtom, TxInteractiveInfoAtom, TxMasterStyleAtom, UnknownRecordPlaceholder, VBAInfoAtom

public abstract class RecordAtom extends Record
Abstract class which all atom records will extend.
Author:
Nick Burch
  • Constructor Details

    • RecordAtom

      public RecordAtom()
  • Method Details

    • isAnAtom

      public boolean isAnAtom()
      We are an atom
      Specified by:
      isAnAtom in class Record
    • getChildRecords

      public Record[] getChildRecords()
      We're an atom, returns null
      Specified by:
      getChildRecords in class Record