Uses of Class
org.apache.poi.poifs.property.Property
Packages that use Property
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
-
Uses of Property in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return PropertyModifier and TypeMethodDescriptionprotected Property
EntryNode.getProperty()
grant access to the propertyConstructors in org.apache.poi.poifs.filesystem with parameters of type PropertyModifierConstructorDescriptionprotected
EntryNode
(Property property, DirectoryNode parent) create a DocumentNode. -
Uses of Property in org.apache.poi.poifs.property
Subclasses of Property in org.apache.poi.poifs.propertyModifier and TypeClassDescriptionclass
Directory propertyclass
Trivial extension of Property for POIFSDocumentsfinal class
Root propertyMethods in org.apache.poi.poifs.property that return types with arguments of type PropertyModifier and TypeMethodDescriptionDirectoryProperty.getChildren()
Get an iterator over the children of this Parent; all elements are instances of Property.Parent.getChildren()
Get an iterator over the children of this Parent; all elements are instances of Property.DirectoryProperty.iterator()
Get an iterator over the children of this Parent, alias forDirectoryProperty.getChildren()
which supports foreach useMethods in org.apache.poi.poifs.property with parameters of type PropertyModifier and TypeMethodDescriptionvoid
Add a new child to the collection of childrenvoid
Add a new child to the collection of childrenvoid
PropertyTable.addProperty
(Property property) Add a property to the list of properties we manageboolean
DirectoryProperty.changeName
(Property property, String newName) Change a Property's nameint
compare method.boolean
DirectoryProperty.deleteChild
(Property property) Delete a Propertyvoid
PropertyTable.removeProperty
(Property property) Remove a property from the list of properties we manage