Uses of Interface
loci.poi.poifs.filesystem.DirectoryEntry
-
Packages that use DirectoryEntry Package Description loci.poi.hpsf loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelloci.poi.poifs.filesystem 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 DirectoryEntry Modifier and Type Method Description void
MutablePropertySet. write(DirectoryEntry dir, String name)
Writes a property set to a document in a POI filesystem directory.void
SpecialPropertySet. write(DirectoryEntry dir, String name)
-
Uses of DirectoryEntry in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return DirectoryEntry Modifier and Type Method Description DirectoryEntry
HSSFObjectData. getDirectory()
Gets the object data. -
Uses of DirectoryEntry in loci.poi.poifs.filesystem
Classes in loci.poi.poifs.filesystem that implement DirectoryEntry Modifier and Type Class Description class
DirectoryNode
Simple implementation of DirectoryEntryMethods in loci.poi.poifs.filesystem that return DirectoryEntry Modifier and Type Method Description DirectoryEntry
DirectoryEntry. createDirectory(String name)
create a new DirectoryEntryDirectoryEntry
DirectoryNode. createDirectory(String name)
create a new DirectoryEntryDirectoryEntry
POIFSFileSystem. createDirectory(String name)
create a new DirectoryEntry in the root directoryDirectoryEntry
Entry. getParent()
get this Entry's parent (the DirectoryEntry that owns this Entry).DirectoryEntry
EntryNode. getParent()
get this Entry's parent (the DocumentEntry that owns this Entry).DirectoryEntry
POIFSFileSystem. getRoot()
get the root entry
-