Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.POIFSDocumentPath
Packages that use POIFSDocumentPath
Package
Description
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of POIFSDocumentPath in org.docx4j.org.apache.poi.poifs.eventfilesystem
Fields in org.docx4j.org.apache.poi.poifs.eventfilesystem declared as POIFSDocumentPathMethods in org.docx4j.org.apache.poi.poifs.eventfilesystem that return POIFSDocumentPathMethods in org.docx4j.org.apache.poi.poifs.eventfilesystem with parameters of type POIFSDocumentPathModifier and TypeMethodDescription(package private) IteratorPOIFSReaderRegistry.getListeners(POIFSDocumentPath path, String name) get am iterator of listeners for a particular documentprivate voidPOIFSReader.processProperties(BlockList small_blocks, BlockList big_blocks, Iterator properties, POIFSDocumentPath path) voidPOIFSReader.registerListener(POIFSReaderListener listener, POIFSDocumentPath path, String name) Register a POIFSReaderListener for a document in the specified directory(package private) voidPOIFSReaderRegistry.registerListener(POIFSReaderListener listener, POIFSDocumentPath path, String documentName) register a POIFSReaderListener for a particular documentConstructors in org.docx4j.org.apache.poi.poifs.eventfilesystem with parameters of type POIFSDocumentPathModifierConstructorDescription(package private)POIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName) package scoped constructor -
Uses of POIFSDocumentPath in org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as POIFSDocumentPathModifier and TypeFieldDescriptionprivate POIFSDocumentPathDirectoryNode._pathprivate final POIFSDocumentPathOPOIFSDocument.BigBlockStore._pathprivate final POIFSDocumentPathOPOIFSDocument.SmallBlockStore._pathprivate POIFSDocumentPathDocumentDescriptor.pathprivate POIFSDocumentPathPOIFSWriterEvent.pathMethods in org.docx4j.org.apache.poi.poifs.filesystem that return POIFSDocumentPathModifier and TypeMethodDescriptionPOIFSDocumentPath.getParent()Returns the path's parent ornullif this path is the root path.DirectoryNode.getPath()POIFSWriterEvent.getPath()Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type POIFSDocumentPathModifierConstructorDescription(package private)BigBlockStore(POIFSBigBlockSize bigBlockSize, POIFSDocumentPath path, String name, int size, POIFSWriterListener writer) Constructor for a big block store that will be written laterDocumentDescriptor(POIFSDocumentPath path, String name) Trivial constructorOPOIFSDocument(String name, int size, POIFSBigBlockSize bigBlockSize, POIFSDocumentPath path, POIFSWriterListener writer) ConstructorOPOIFSDocument(String name, int size, POIFSDocumentPath path, POIFSWriterListener writer) POIFSDocumentPath(POIFSDocumentPath path, String[] components) constructor that adds additional subdirectories to an existing path(package private)POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit) package scoped constructor(package private)SmallBlockStore(POIFSBigBlockSize bigBlockSize, POIFSDocumentPath path, String name, int size, POIFSWriterListener writer) Constructor for a small block store that will be written later