Package | Description |
---|---|
loci.formats.services | |
loci.poi | |
loci.poi.hpsf |
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Field and Description |
---|---|
private DirectoryEntry |
POIServiceImpl.root |
Modifier and Type | Method and Description |
---|---|
private void |
POIServiceImpl.parseFile(DirectoryEntry r) |
Modifier and Type | Method and Description |
---|---|
private void |
POIDocument.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Copies an Entry into a target POIFS directory, recursively
|
Modifier and Type | Method and Description |
---|---|
void |
SpecialPropertySet.write(DirectoryEntry dir,
String name) |
void |
MutablePropertySet.write(DirectoryEntry dir,
String name)
Writes a property set to a document in a POI filesystem directory.
|
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
HSSFObjectData.getDirectory()
Gets the object data.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNode
Simple implementation of DirectoryEntry
|
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
DirectoryNode.createDirectory(String name)
create a new DirectoryEntry
|
DirectoryEntry |
POIFSFileSystem.createDirectory(String name)
create a new DirectoryEntry in the root directory
|
DirectoryEntry |
DirectoryEntry.createDirectory(String name)
create a new DirectoryEntry
|
DirectoryEntry |
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
|
Copyright © 2016 Open Microscopy Environment