| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf | |
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.docx4j.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 |
|---|---|
static PropertySet |
PropertySetFactory.create(DirectoryEntry dir,
String name)
Creates the most specific
PropertySet from an entry
in the specified POIFS Directory. |
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataSpaceMapUtils.addDefaultDataSpace(DirectoryEntry dir) |
static DocumentEntry |
DataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir,
String path,
EncryptionRecord out) |
| Modifier and Type | Method and Description |
|---|---|
static void |
POIFSDump.dump(DirectoryEntry root,
File parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryNode
Simple implementation of DirectoryEntry
|
class |
FilteringDirectoryNode
A DirectoryEntry filter, which exposes another
DirectoryEntry less certain parts.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntry |
FilteringDirectoryNode.createDirectory(String name) |
DirectoryEntry |
OPOIFSFileSystem.createDirectory(String name)
create a new DirectoryEntry in the root directory
|
DirectoryEntry |
DirectoryNode.createDirectory(String name)
create a new DirectoryEntry
|
DirectoryEntry |
NPOIFSFileSystem.createDirectory(String name)
create a new DirectoryEntry in the root directory
|
DirectoryEntry |
DirectoryEntry.createDirectory(String name)
create a new DirectoryEntry
|
DirectoryEntry |
FilteringDirectoryNode.getParent() |
DirectoryEntry |
EntryNode.getParent()
get this Entry's parent (the DocumentEntry that owns this
Entry).
|
DirectoryEntry |
Entry.getParent()
get this Entry's parent (the DirectoryEntry that owns this
Entry).
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EntryUtils.areDirectoriesIdentical(DirectoryEntry dirA,
DirectoryEntry dirB)
Checks to see if the two Directories hold the same contents.
|
static void |
EntryUtils.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Copies an Entry into a target POIFS directory, recursively
|
static void |
EntryUtils.copyNodes(DirectoryEntry sourceRoot,
DirectoryEntry targetRoot)
Copies all the nodes from one POIFS Directory to another
|
static void |
EntryUtils.copyNodes(DirectoryEntry sourceRoot,
DirectoryEntry targetRoot,
List<String> excepts)
Deprecated.
use
FilteringDirectoryNode instead |
| Constructor and Description |
|---|
FilteringDirectoryNode(DirectoryEntry directory,
Collection<String> excludes)
Creates a filter round the specified directory, which
will exclude entries such as "MyNode" and "MyDir/IgnoreNode".
|
NDocumentOutputStream(DirectoryEntry parent,
String name)
Create an OutputStream to create the specified new Entry
|
Copyright © 2007-2020. All Rights Reserved.