|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POIFSDocument | |
---|---|
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. |
Uses of POIFSDocument in org.apache.poi.poifs.filesystem |
---|
Constructors in org.apache.poi.poifs.filesystem with parameters of type POIFSDocument | |
---|---|
DocumentInputStream(POIFSDocument document)
Create an InputStream from the specified Document |
Uses of POIFSDocument in org.apache.poi.poifs.property |
---|
Methods in org.apache.poi.poifs.property that return POIFSDocument | |
---|---|
POIFSDocument |
DocumentProperty.getDocument()
get the POIFSDocument |
Methods in org.apache.poi.poifs.property with parameters of type POIFSDocument | |
---|---|
void |
DocumentProperty.setDocument(POIFSDocument doc)
set the POIFSDocument |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |