Uses of Class
org.apache.poi.hslf.record.PositionDependentRecordContainer

Packages that use PositionDependentRecordContainer
org.apache.poi.hslf.record   
 

Uses of PositionDependentRecordContainer in org.apache.poi.hslf.record
 

Subclasses of PositionDependentRecordContainer in org.apache.poi.hslf.record
 class BinaryTagDataBlob
          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.
 class Document
          Master container for Document.
 class DummyPositionSensitiveRecordWithChildren
          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.
 class Environment
          Environment, which contains lots of settings for the document.
 class MainMaster
          Master slide
 class Notes
          Master container for Notes.
 class SheetContainer
          The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
 class Slide
          Master container for Slides.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.