Package | Description |
---|---|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
Modifier and Type | Method and Description |
---|---|
protected Property |
EntryNode.getProperty()
grant access to the property
|
Constructor and Description |
---|
EntryNode(Property property,
DirectoryNode parent)
create a DocumentNode.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryProperty
Directory property
|
class |
DocumentProperty
Trivial extension of Property for POIFSDocuments
|
class |
RootProperty
Root property
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Property> |
DirectoryProperty.getChildren()
Get an iterator over the children of this Parent; all elements
are instances of Property.
|
java.util.Iterator<Property> |
Parent.getChildren()
Get an iterator over the children of this Parent; all elements
are instances of Property.
|
java.util.Iterator<Property> |
DirectoryProperty.iterator()
Get an iterator over the children of this Parent, alias for
DirectoryProperty.getChildren() which supports foreach use |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryProperty.addChild(Property property)
Add a new child to the collection of children
|
void |
Parent.addChild(Property property)
Add a new child to the collection of children
|
void |
PropertyTable.addProperty(Property property)
Add a property to the list of properties we manage
|
boolean |
DirectoryProperty.changeName(Property property,
java.lang.String newName)
Change a Property's name
|
int |
DirectoryProperty.PropertyComparator.compare(Property o1,
Property o2)
compare method.
|
boolean |
DirectoryProperty.deleteChild(Property property)
Delete a Property
|
void |
PropertyTable.removeProperty(Property property)
Remove a property from the list of properties we manage
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.