Uses of Interface
loci.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 loci.poi.poifs.property
Subinterfaces of Child in loci.poi.poifs.propertyClasses in loci.poi.poifs.property that implement ChildModifier and TypeClassDescriptionclassDirectory propertyclassTrivial extension of Property for POIFSDocumentsclassThis abstract base class is the ancestor of all classes implementing POIFS Property behavior.classRoot propertyMethods in loci.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 loci.poi.poifs.property with parameters of type ChildModifier and TypeMethodDescriptionvoidChild.setNextChild(Child child) Set the next ChildvoidParent.setNextChild(Child child) Set the next ChildvoidProperty.setNextChild(Child child) Set the next ChildvoidChild.setPreviousChild(Child child) Set the previous ChildvoidParent.setPreviousChild(Child child) Set the previous ChildvoidProperty.setPreviousChild(Child child) Set the previous Child