Package | Description |
---|---|
org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Parent |
Behavior for parent (directory) properties
|
Modifier and Type | Class | Description |
---|---|---|
class |
DirectoryProperty |
Directory property
|
class |
DocumentProperty |
Trivial extension of Property for POIFSDocuments
|
class |
Property |
This abstract base class is the ancestor of all classes
implementing POIFS Property behavior.
|
class |
RootProperty |
Root property
|
Modifier and Type | Method | Description |
---|---|---|
Child |
Child.getNextChild() |
Get the next Child, if any
|
Child |
Property.getNextChild() |
Get the next Child, if any
|
Child |
Child.getPreviousChild() |
Get the previous Child, if any
|
Child |
Property.getPreviousChild() |
Get the previous Child, if any
|
Modifier and Type | Method | Description |
---|---|---|
void |
Child.setNextChild(Child child) |
Set the next Child
|
void |
Parent.setNextChild(Child child) |
Set the next Child
|
void |
Property.setNextChild(Child child) |
Set the next Child
|
void |
Child.setPreviousChild(Child child) |
Set the previous Child
|
void |
Parent.setPreviousChild(Child child) |
Set the previous Child
|
void |
Property.setPreviousChild(Child child) |
Set the previous Child
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.