| Package | Description | 
|---|---|
| org.apache.poi.poifs.property | property package contains high and low level Property structures for POIFS. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ParentBehavior for parent (directory) properties | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectoryPropertyDirectory property | 
| class  | DocumentPropertyTrivial extension of Property for POIFSDocuments | 
| class  | PropertyThis abstract base class is the ancestor of all classes
 implementing POIFS Property behavior. | 
| class  | RootPropertyRoot property | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| void | Child. setNextChild(Child child)Set the next Child | 
| void | Property. setNextChild(Child child)Set the next Child | 
| void | Parent. setNextChild(Child child)Set the next Child | 
| void | Child. setPreviousChild(Child child)Set the previous Child | 
| void | Property. setPreviousChild(Child child)Set the previous Child | 
| void | Parent. setPreviousChild(Child child)Set the previous Child | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.