Child
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.
Property
#
_NO_INDEX
:int
#
_NODE_BLACK
:byte
#
_NODE_RED
:byte
#
Property
()
#
Property
(int index, byte[] array, int offset)
+
writeData
(java.io.OutputStream stream) :void
+
setStartBlock
(int startBlock) :void
+
getStartBlock
() :int
+
getSize
() :int
+
shouldUseSmallBlocks
() :boolean
+
isSmall
(int length) :boolean
+
getName
() :java.lang.String
+
isDirectory
() :boolean
#
setName
(java.lang.String name) :void
#
setPropertyType
(byte propertyType) :void
#
setNodeColor
(byte nodeColor) :void
#
setChildProperty
(int child) :void
#
getChildIndex
() :int
#
setSize
(int size) :void
#
setIndex
(int index) :void
#
getIndex
() :int
#
preWrite
() :void
+
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
+
getViewableArray
() :java.lang.Object
+
getViewableIterator
() :java.util.Iterator
+
preferArray
() :boolean
+
getShortDescription
() :java.lang.String