RootProperty
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
org.apache.poi.poifs.property.
RootProperty
#
RootProperty
(int index, byte[] array, int offset)
+
setSize
(int size) :void