Package org.apache.poi.hslf.record
Class ExObjRefAtom
- java.lang.Object
-
- org.apache.poi.hslf.record.Record
-
- org.apache.poi.hslf.record.RecordAtom
-
- org.apache.poi.hslf.record.ExObjRefAtom
-
public final class ExObjRefAtom extends RecordAtom
ExObjRefAtom (3009).An atom record that specifies a reference to an external object.
-
-
Constructor Summary
Constructors Constructor Description ExObjRefAtom()Create a new instance ofExObjRefAtom
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExObjIdRef()longgetRecordType()Returns the type (held as a little endian in bytes 3 and 4) that this class handlesvoidsetExObjIdRef(int id)voidwriteOut(java.io.OutputStream out)Write the contents of the record back, so it can be written to disk-
Methods inherited from class org.apache.poi.hslf.record.RecordAtom
getChildRecords, isAnAtom
-
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
-
-
-
-
Method Detail
-
getRecordType
public long getRecordType()
Description copied from class:RecordReturns the type (held as a little endian in bytes 3 and 4) that this class handles- Specified by:
getRecordTypein classRecord- Returns:
- type of this record
RecordTypes.ExObjRefAtom.
-
getExObjIdRef
public int getExObjIdRef()
-
setExObjIdRef
public void setExObjIdRef(int id)
-
-