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 PropertyEntryNode.getProperty()grant access to the propertyConstructors in org.apache.poi.poifs.filesystem with parameters of type PropertyModifierConstructorDescriptionprotectedEntryNode(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 TypeClassDescriptionclassDirectory propertyclassTrivial extension of Property for POIFSDocumentsfinal classRoot 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 TypeMethodDescriptionvoidAdd a new child to the collection of childrenvoidAdd a new child to the collection of childrenvoidPropertyTable.addProperty(Property property) Add a property to the list of properties we managebooleanDirectoryProperty.changeName(Property property, String newName) Change a Property's nameintcompare method.booleanDirectoryProperty.deleteChild(Property property) Delete a PropertyvoidPropertyTable.removeProperty(Property property) Remove a property from the list of properties we manage