Property

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.dev. POIFSViewable
+getViewableArray() :java.lang.Object
+getViewableIterator() :java.util.Iterator
+preferArray() :boolean
+getShortDescription() :java.lang.String
java.lang. Object
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
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
org.apache.poi.poifs.property. DocumentProperty
+DocumentProperty(java.lang.String name, int size)
#DocumentProperty(int index, byte[] array, int offset)
+setDocument(org.apache.poi.poifs.filesystem.POIFSDocument doc) :void
+getDocument() :org.apache.poi.poifs.filesystem.POIFSDocument
+shouldUseSmallBlocks() :boolean
+isDirectory() :boolean
#preWrite() :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