Package org.apache.poi.hslf.record
Class RecordAtom
- java.lang.Object
-
- org.apache.poi.hslf.record.Record
-
- org.apache.poi.hslf.record.RecordAtom
-
- All Implemented Interfaces:
GenericRecord
- Direct Known Subclasses:
AnimationInfoAtom,ColorSchemeAtom,Comment2000Atom,CString,DateTimeMCAtom,DocumentAtom,ExControlAtom,ExEmbedAtom,ExHyperlinkAtom,ExMediaAtom,ExObjListAtom,ExObjRefAtom,ExOleObjAtom,FontEmbeddedData,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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Record[]getChildRecords()We're an atom, returns nullstatic intgetMaxRecordLength()booleanisAnAtom()We are an atomstatic voidsetMaxRecordLength(int length)-
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, getRecordType, writeLittleEndian, writeLittleEndian, writeOut
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericProperties
-
-
-
-
Method Detail
-
setMaxRecordLength
public static void setMaxRecordLength(int length)
- Parameters:
length- the max record length allowed for RecordAtom
-
getMaxRecordLength
public static int getMaxRecordLength()
- Returns:
- the max record length allowed for RecordAtom
-
getChildRecords
public Record[] getChildRecords()
We're an atom, returns null- Specified by:
getChildRecordsin classRecord
-
-