Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.DocumentEntry
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
-
Uses of DocumentEntry in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt that return DocumentEntry Modifier and Type Method Description static DocumentEntryDataSpaceMapUtils. createEncryptionEntry(DirectoryEntry dir, java.lang.String path, EncryptionRecord out) -
Uses of DocumentEntry in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement DocumentEntry Modifier and Type Class Description classDocumentNodeSimple implementation of DocumentEntry for OPOIFSMethods in org.docx4j.org.apache.poi.poifs.filesystem that return DocumentEntry Modifier and Type Method Description DocumentEntryDirectoryEntry. createDocument(java.lang.String name, int size, POIFSWriterListener writer)create a new DocumentEntry; the data will be provided laterDocumentEntryDirectoryEntry. createDocument(java.lang.String name, java.io.InputStream stream)create a new DocumentEntryDocumentEntryDirectoryNode. createDocument(java.lang.String name, int size, POIFSWriterListener writer)create a new DocumentEntry; the data will be provided laterDocumentEntryDirectoryNode. createDocument(java.lang.String name, java.io.InputStream stream)create a new DocumentEntryDocumentEntryFilteringDirectoryNode. createDocument(java.lang.String name, int size, POIFSWriterListener writer)DocumentEntryFilteringDirectoryNode. createDocument(java.lang.String name, java.io.InputStream stream)DocumentEntryNPOIFSFileSystem. createDocument(java.io.InputStream stream, java.lang.String name)Create a new document to be added to the root directoryDocumentEntryNPOIFSFileSystem. createDocument(java.lang.String name, int size, POIFSWriterListener writer)create a new DocumentEntry in the root entry; the data will be provided laterDocumentEntryOPOIFSFileSystem. createDocument(java.io.InputStream stream, java.lang.String name)Create a new document to be added to the root directoryDocumentEntryOPOIFSFileSystem. createDocument(java.lang.String name, int size, POIFSWriterListener writer)create a new DocumentEntry in the root entry; the data will be provided laterMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DocumentEntry Modifier and Type Method Description static booleanEntryUtils. areDocumentsIdentical(DocumentEntry docA, DocumentEntry docB)Checks to see if two Documents have the same name and the same contents.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DocumentEntry Constructor Description DocumentInputStream(DocumentEntry document)Create an InputStream from the specified DocumentEntryNDocumentInputStream(DocumentEntry document)Create an InputStream from the specified DocumentEntryNDocumentOutputStream(DocumentEntry document)Create an OutputStream from the specified DocumentEntry.ODocumentInputStream(DocumentEntry document)Create an InputStream from the specified DocumentEntry