Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.NPOIFSDocument
Packages that use NPOIFSDocument
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of NPOIFSDocument in org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as NPOIFSDocumentModifier and TypeFieldDescriptionprivate NPOIFSDocumentNDocumentInputStream._documentthe actual Documentprivate NPOIFSDocumentNDocumentOutputStream._documentthe actual DocumentMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type NPOIFSDocumentModifier and TypeMethodDescription(package private) voidNPOIFSFileSystem.addDocument(NPOIFSDocument document) add a new POIFSDocument to the FileSytem(package private) DocumentEntryDirectoryNode.createDocument(NPOIFSDocument document) create a new DocumentEntryConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type NPOIFSDocumentModifierConstructorDescriptionDocumentInputStream(NPOIFSDocument document) Create an InputStream from the specified DocumentNDocumentInputStream(NPOIFSDocument document) Create an InputStream from the specified Document