| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt.standard | |
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
StandardEncryptor.StandardCipherOutputStream |
| Modifier and Type | Method and Description |
|---|---|
DocumentEntry |
FilteringDirectoryNode.createDocument(String name,
int size,
POIFSWriterListener writer) |
DocumentEntry |
OPOIFSFileSystem.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry in the root entry; the data will be
provided later
|
DocumentEntry |
DirectoryNode.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
DocumentEntry |
NPOIFSFileSystem.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry in the root entry; the data will be
provided later
|
DocumentEntry |
DirectoryEntry.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
| Constructor and Description |
|---|
NPOIFSDocument(String name,
int size,
NPOIFSFileSystem filesystem,
POIFSWriterListener writer) |
OPOIFSDocument(String name,
int size,
POIFSBigBlockSize bigBlockSize,
POIFSDocumentPath path,
POIFSWriterListener writer)
Constructor
|
OPOIFSDocument(String name,
int size,
POIFSDocumentPath path,
POIFSWriterListener writer) |
Copyright © 2007-2020. All Rights Reserved.