Uses of Interface
loci.poi.poifs.filesystem.DirectoryEntry
Packages that use DirectoryEntry
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DirectoryEntry in loci.poi.hpsf
Methods in loci.poi.hpsf with parameters of type DirectoryEntryModifier and TypeMethodDescriptionvoidMutablePropertySet.write(DirectoryEntry dir, String name) Writes a property set to a document in a POI filesystem directory.voidSpecialPropertySet.write(DirectoryEntry dir, String name) -
Uses of DirectoryEntry in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return DirectoryEntry -
Uses of DirectoryEntry in loci.poi.poifs.filesystem
Classes in loci.poi.poifs.filesystem that implement DirectoryEntryMethods in loci.poi.poifs.filesystem that return DirectoryEntryModifier and TypeMethodDescriptionDirectoryEntry.createDirectory(String name) create a new DirectoryEntryDirectoryNode.createDirectory(String name) create a new DirectoryEntryPOIFSFileSystem.createDirectory(String name) create a new DirectoryEntry in the root directoryEntry.getParent()get this Entry's parent (the DirectoryEntry that owns this Entry).EntryNode.getParent()get this Entry's parent (the DocumentEntry that owns this Entry).POIFSFileSystem.getRoot()get the root entry