Package org.apache.poi.hslf.record
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.
-
-
Constructor Summary
Constructors Constructor Description RecordAtom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Record[]getChildRecords()We're an atom, returns nullbooleanisAnAtom()We are an atom-
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getRecordType, writeLittleEndian, writeLittleEndian, writeOut
-
-
-
-
Method Detail
-
getChildRecords
public Record[] getChildRecords()
We're an atom, returns null- Specified by:
getChildRecordsin classRecord
-
-