Uses of Class
org.apache.poi.poifs.filesystem.POIFSDocumentPath
-
Packages that use POIFSDocumentPath Package Description org.apache.poi.poifs.eventfilesystem The eventfilesystem is an efficient method for reading OLE 2 CDF files.org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. -
-
Uses of POIFSDocumentPath in org.apache.poi.poifs.eventfilesystem
Methods in org.apache.poi.poifs.eventfilesystem that return POIFSDocumentPath Modifier and Type Method Description POIFSDocumentPath
POIFSReaderEvent. getPath()
Methods in org.apache.poi.poifs.eventfilesystem with parameters of type POIFSDocumentPath Modifier and Type Method Description void
POIFSReader. registerListener(POIFSReaderListener listener, POIFSDocumentPath path, String name)
Register a POIFSReaderListener for a document in the specified directory -
Uses of POIFSDocumentPath in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return POIFSDocumentPath Modifier and Type Method Description POIFSDocumentPath
POIFSDocumentPath. getParent()
Returns the path's parent ornull
if this path is the root path.POIFSDocumentPath
DirectoryNode. getPath()
POIFSDocumentPath
POIFSWriterEvent. getPath()
Constructors in org.apache.poi.poifs.filesystem with parameters of type POIFSDocumentPath Constructor Description DocumentDescriptor(POIFSDocumentPath path, String name)
Trivial constructorPOIFSDocumentPath(POIFSDocumentPath path, String[] components)
constructor that adds additional subdirectories to an existing path
-