File
Doc
Category
Size
Date
Package
ParentAwareRecord.java
API Doc
Apache Poi 3.0.1
1171
Sun Mar 11 12:59:30 GMT 2007
org.apache.poi.hslf.record
ParentAwareRecord
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)
Fields Summary
Constructors Summary
Methods Summary
public
org.apache.poi.hslf.record.RecordContainer
getParentRecord
()
public void
setParentRecord
(
org.apache.poi.hslf.record.RecordContainer
parentRecord)
Java Code Source