|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordAtom
Abstract class which all atom records will extend.
Constructor Summary | |
RecordAtom()
|
Method Summary | |
Record[] |
getChildRecords()
We're an atom, returns null |
boolean |
isAnAtom()
We are an atom |
Methods inherited from class org.apache.poi.hslf.record.Record |
createRecordForType, findChildRecords, getRecordType, writeLittleEndian, writeLittleEndian, writeOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecordAtom()
Method Detail |
public boolean isAnAtom()
isAnAtom
in class Record
public Record[] getChildRecords()
getChildRecords
in class Record
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |