Uses of Interface
org.apache.poi.poifs.property.Child
Packages that use Child
Package
Description
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.propertyClasses in org.apache.poi.poifs.property that implement ChildModifier and TypeClassDescriptionclass
Directory propertyclass
Trivial extension of Property for POIFSDocumentsclass
This abstract base class is the ancestor of all classes implementing POIFS Property behavior.final class
Root propertyMethods in org.apache.poi.poifs.property that return ChildModifier and TypeMethodDescriptionChild.getNextChild()
Get the next Child, if anyProperty.getNextChild()
Get the next Child, if anyChild.getPreviousChild()
Get the previous Child, if anyProperty.getPreviousChild()
Get the previous Child, if anyMethods in org.apache.poi.poifs.property with parameters of type ChildModifier and TypeMethodDescriptionvoid
Child.setNextChild
(Child child) Set the next Childvoid
Parent.setNextChild
(Child child) Set the next Childvoid
Property.setNextChild
(Child child) Set the next Childvoid
Child.setPreviousChild
(Child child) Set the previous Childvoid
Parent.setPreviousChild
(Child child) Set the previous Childvoid
Property.setPreviousChild
(Child child) Set the previous Child