Package org.apache.poi.hslf.record
Class ExObjList
java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordContainer
org.apache.poi.hslf.record.ExObjList
- All Implemented Interfaces:
GenericRecord
This class holds the links to exernal objects referenced from the document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int id) Lookup a hyperlink by its unique idReturns all the ExHyperlinksReturns the ExObjListAtom of this listlongWe are of type 1033voidwriteOut(OutputStream out) Write the contents of the record back, so it can be written to diskMethods inherited from class org.apache.poi.hslf.record.RecordContainer
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, getGenericProperties, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOutMethods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
-
Constructor Details
-
ExObjList
public ExObjList()Create a new ExObjList, with blank fields
-
-
Method Details
-
getExObjListAtom
Returns the ExObjListAtom of this list -
getExHyperlinks
Returns all the ExHyperlinks -
getRecordType
public long getRecordType()We are of type 1033- Specified by:
getRecordTypein classRecord
-
writeOut
Write the contents of the record back, so it can be written to disk- Specified by:
writeOutin classRecord- Throws:
IOException
-
get
Lookup a hyperlink by its unique id- Parameters:
id- hyperlink id- Returns:
- found
ExHyperlinkornull
-