Package org.apache.poi.hslf.record
Interface PersistRecord
-
- All Known Implementing Classes:
ExOleObjStg
public interface PersistRecordA record that can be referenced in PersistPtr storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPersistId()Fetch the persist IDvoidsetPersistId(int id)Set the persist ID
-