Package org.apache.poi.hslf.record
Class InteractiveInfo
java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordContainer
org.apache.poi.hslf.record.InteractiveInfo
- All Implemented Interfaces:
GenericRecord
This class represents the metadata of a link in a slide/notes/etc.
It normally just holds a InteractiveInfoAtom, with the metadata
in it.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the InteractiveInfoAtom of this InteractiveInfolongWe are of type 4802voidwriteOut(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
-
InteractiveInfo
public InteractiveInfo()Create a new InteractiveInfo, with blank fields
-
-
Method Details
-
getInteractiveInfoAtom
Returns the InteractiveInfoAtom of this InteractiveInfo -
getRecordType
public long getRecordType()We are of type 4802- 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
-