Uses of Interface
org.apache.poi.poifs.property.Child

Packages that use Child
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
 

Uses of Child in org.apache.poi.poifs.property
 

Subinterfaces of Child in org.apache.poi.poifs.property
 interface Parent
          Behavior for parent (directory) properties
 

Classes in org.apache.poi.poifs.property that implement Child
 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
 

Methods in org.apache.poi.poifs.property that return Child
 Child Property.getNextChild()
          Get the next Child, if any
 Child Property.getPreviousChild()
          Get the previous Child, if any
 Child Child.getNextChild()
          Get the next Child, if any
 Child Child.getPreviousChild()
          Get the previous Child, if any
 

Methods in org.apache.poi.poifs.property with parameters of type Child
 void Property.setNextChild(Child child)
          Set the next Child
 void Property.setPreviousChild(Child child)
          Set the previous Child
 void Parent.setPreviousChild(Child child)
          Set the previous Child
 void Parent.setNextChild(Child child)
          Set the next Child
 void Child.setNextChild(Child child)
          Set the next Child
 void Child.setPreviousChild(Child child)
          Set the previous Child
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.