Parent
org.apache.poi.poifs.property.
Child
+
getNextChild
() :
org.apache.poi.poifs.property.Child
+
getPreviousChild
() :
org.apache.poi.poifs.property.Child
+
setNextChild
(
org.apache.poi.poifs.property.Child
child) :void
+
setPreviousChild
(
org.apache.poi.poifs.property.Child
child) :void
org.apache.poi.poifs.property.
Parent
+
getChildren
() :java.util.Iterator
+
addChild
(
org.apache.poi.poifs.property.Property
property) :void
+
setPreviousChild
(
org.apache.poi.poifs.property.Child
child) :void
+
setNextChild
(
org.apache.poi.poifs.property.Child
child) :void
org.apache.poi.poifs.property.
DirectoryProperty
+
DirectoryProperty
(java.lang.String name)
#
DirectoryProperty
(int index, byte[] array, int offset)
+
changeName
(
org.apache.poi.poifs.property.Property
property, java.lang.String newName) :boolean
+
deleteChild
(
org.apache.poi.poifs.property.Property
property) :boolean
+
isDirectory
() :boolean
#
preWrite
() :void
+
getChildren
() :java.util.Iterator
+
addChild
(
org.apache.poi.poifs.property.Property
property) :void