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
Abstract class which all atom records will extend.
- Author:
- Nick Burch
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getRecordType, writeLittleEndian, writeLittleEndian, writeOut
-
Constructor Details
-
RecordAtom
public RecordAtom()
-
-
Method Details
-
isAnAtom
public boolean isAnAtom()We are an atom -
getChildRecords
We're an atom, returns null- Specified by:
getChildRecords
in classRecord
-