Package | Description |
---|---|
org.apache.poi.hpsf |
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MutablePropertySet.write(DirectoryEntry dir,
java.lang.String name)
Writes a property set to a document in a POI filesystem directory.
|
void |
SpecialPropertySet.write(DirectoryEntry dir,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
HSSFObjectData.getDirectory()
Gets the object data.
|
Modifier and Type | Method and Description |
---|---|
static void |
POIFSDump.dump(DirectoryEntry root,
java.io.File parent) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNode
Simple implementation of DirectoryEntry
|
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
POIFSFileSystem.createDirectory(java.lang.String name)
create a new DirectoryEntry in the root directory
|
DirectoryEntry |
DirectoryEntry.createDirectory(java.lang.String name)
create a new DirectoryEntry
|
DirectoryEntry |
DirectoryNode.createDirectory(java.lang.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).
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.