|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Behavior for parent (directory) properties
Method Summary | |
void |
addChild(Property property)
Add a new child to the collection of children |
java.util.Iterator |
getChildren()
Get an iterator over the children of this Parent; all elements are instances of Property. |
void |
setNextChild(Child child)
Set the next Child |
void |
setPreviousChild(Child child)
Set the previous Child |
Methods inherited from interface org.apache.poi.poifs.property.Child |
getNextChild, getPreviousChild |
Method Detail |
public java.util.Iterator getChildren()
public void addChild(Property property) throws java.io.IOException
property
- the new child to be added; must not be null
java.io.IOException
- if the Parent already has a child with
the same namepublic void setPreviousChild(Child child)
setPreviousChild
in interface Child
child
- the new 'previous' child; may be null, which has
the effect of saying there is no 'previous' childpublic void setNextChild(Child child)
setNextChild
in interface Child
child
- the new 'next' child; may be null, which has the
effect of saying there is no 'next' child
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |