Package | Description |
---|---|
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
loci.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
loci.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
Modifier and Type | Field and Description |
---|---|
private Property |
EntryNode._property |
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 |
---|---|
void |
Parent.addChild(Property property)
Add a new child to the collection of children
|
void |
DirectoryProperty.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,
String newName)
Change a Property's name
|
boolean |
DirectoryProperty.deleteChild(Property property)
Delete a Property
|
void |
PropertyTable.removeProperty(Property property)
Remove a property from the list of properties we manage
|
Modifier and Type | Field and Description |
---|---|
private Property[] |
PropertyBlock._properties |
Constructor and Description |
---|
PropertyBlock(Property[] properties,
int offset,
int blockSize)
Create a single instance initialized with default values
|
Copyright © 2016 Open Microscopy Environment