Uses of Class
org.apache.poi.poifs.filesystem.OPOIFSDocument

Packages that use OPOIFSDocument
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 OPOIFSDocument in org.apache.poi.poifs.filesystem
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type OPOIFSDocument
DocumentInputStream(OPOIFSDocument document)
          Create an InputStream from the specified Document
ODocumentInputStream(OPOIFSDocument document)
          Create an InputStream from the specified Document
 

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

Methods in org.apache.poi.poifs.property that return OPOIFSDocument
 OPOIFSDocument DocumentProperty.getDocument()
          get the POIFSDocument
 

Methods in org.apache.poi.poifs.property with parameters of type OPOIFSDocument
 void DocumentProperty.setDocument(OPOIFSDocument doc)
          set the POIFSDocument
 

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

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



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