Uses of Class
loci.poi.poifs.filesystem.POIFSDocument
-
Packages that use POIFSDocument Package Description loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.loci.poi.poifs.property property package contains high and low level Property structures for POIFS. -
-
Uses of POIFSDocument in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return POIFSDocument Modifier and Type Method Description POIFSDocument
DocumentNode. getDocument()
get the POIFSDocumentConstructors in loci.poi.poifs.filesystem with parameters of type POIFSDocument Constructor Description DocumentInputStream(POIFSDocument document, loci.common.RandomAccessInputStream stream)
Create an InputStream from the specified Document -
Uses of POIFSDocument in loci.poi.poifs.property
Methods in loci.poi.poifs.property that return POIFSDocument Modifier and Type Method Description POIFSDocument
DocumentProperty. getDocument()
get the POIFSDocumentMethods in loci.poi.poifs.property with parameters of type POIFSDocument Modifier and Type Method Description void
DocumentProperty. setDocument(POIFSDocument doc)
set the POIFSDocument
-