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.
|
org.apache.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
Constructor and Description |
---|
DocumentInputStream(OPOIFSDocument document)
Create an InputStream from the specified Document
|
ODocumentInputStream(OPOIFSDocument document)
Create an InputStream from the specified Document
|
Modifier and Type | Method and Description |
---|---|
OPOIFSDocument |
DocumentProperty.getDocument()
get the POIFSDocument
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentProperty.setDocument(OPOIFSDocument doc)
set the POIFSDocument
|
Constructor and Description |
---|
SmallBlockTableWriter(POIFSBigBlockSize bigBlockSize,
java.util.List<OPOIFSDocument> documents,
RootProperty root)
Creates new SmallBlockTable
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.