Package org.apache.poi.hslf.record
Interface ParentAwareRecord
- All Known Implementing Classes:
TextHeaderAtom
public interface ParentAwareRecord
Interface to define how a record can indicate it cares about what its
parent is, and how it wants to be told which record is its parent.
- Author:
- Nick Burch (nick at torchbox dot com)
-
Method Summary
-
Method Details
-
getParentRecord
RecordContainer getParentRecord() -
setParentRecord
-