Uses of Interface
org.apache.poi.hslf.record.PositionDependentRecord
Packages that use PositionDependentRecord
-
Uses of PositionDependentRecord in org.apache.poi.hslf.record
Classes in org.apache.poi.hslf.record that implement PositionDependentRecordModifier and TypeClassDescriptionfinal class
If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.final class
Master container for Document.final class
A Document Encryption Atom (type 12052).final class
If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.final class
Environment, which contains lots of settings for the document.class
Storage for embedded OLE objects.final class
Master slidefinal class
Master container for Notes.final class
General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.class
A special (and dangerous) kind of Record Atom that cares about where it lives on the disk, or who has other Atoms that care about where this is on the disk.class
A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.class
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.final class
Master container for Slides.final class
A UserEdit Atom (type 4085). -
Uses of PositionDependentRecord in org.apache.poi.hslf.usermodel
Method parameters in org.apache.poi.hslf.usermodel with type arguments of type PositionDependentRecordModifier and TypeMethodDescriptionvoid
HSLFSlideShowImpl.updateAndWriteDependantRecords
(OutputStream os, Map<RecordTypes, PositionDependentRecord> interestingRecords) This is a helper functions, which is needed for adding new position dependent records or finally write the slideshow to a file.