Package | Description |
---|---|
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.
|
Constructor | Description |
---|---|
DocumentInputStream(POIFSDocument document) |
Create an InputStream from the specified Document
|
ODocumentInputStream(POIFSDocument document) |
Create an InputStream from the specified Document
|
Modifier and Type | Method | Description |
---|---|---|
POIFSDocument |
DocumentProperty.getDocument() |
get the POIFSDocument
|
Modifier and Type | Method | Description |
---|---|---|
void |
DocumentProperty.setDocument(POIFSDocument doc) |
set the POIFSDocument
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.