Uses of Class
org.apache.poi.poifs.property.RootProperty

Packages that use RootProperty
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
org.apache.poi.poifs.storage storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. 
 

Uses of RootProperty in org.apache.poi.poifs.filesystem
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type RootProperty
NPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, java.util.List<BATBlock> sbats, HeaderBlock header)
           
 

Uses of RootProperty in org.apache.poi.poifs.property
 

Methods in org.apache.poi.poifs.property that return RootProperty
 RootProperty PropertyTableBase.getRoot()
          Get the root property
 

Uses of RootProperty in org.apache.poi.poifs.storage
 

Methods in org.apache.poi.poifs.storage with parameters of type RootProperty
static BlockList SmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart)
          fetch the small document block list from an existing file
 

Constructors in org.apache.poi.poifs.storage with parameters of type RootProperty
SmallBlockTableWriter(POIFSBigBlockSize bigBlockSize, java.util.List documents, RootProperty root)
          Creates new SmallBlockTable
 



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