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 classIf 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 classMaster container for Document.final classA Document Encryption Atom (type 12052).final classIf 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 classEnvironment, which contains lots of settings for the document.classStorage for embedded OLE objects.final classMaster slidefinal classMaster container for Notes.final classGeneral holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.classA 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.classA special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.classThe superclass of all sheet container records - Slide, Notes, MainMaster, etc.final classMaster container for Slides.final classA 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 TypeMethodDescriptionvoidHSLFSlideShowImpl.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.