Uses of Class
org.apache.poi.poifs.property.Property

Packages that use Property
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
 

Uses of Property in org.apache.poi.poifs.property
 

Subclasses of Property in org.apache.poi.poifs.property
 class DirectoryProperty
          Directory property
 class DocumentProperty
          Trivial extension of Property for POIFSDocuments
 class RootProperty
          Root property
 

Methods in org.apache.poi.poifs.property with parameters of type Property
 void Parent.addChild(Property property)
          Add a new child to the collection of children
 void DirectoryProperty.addChild(Property property)
          Add a new child to the collection of children
 void PropertyTable.addProperty(Property property)
          Add a property to the list of properties we manage
 boolean DirectoryProperty.changeName(Property property, java.lang.String newName)
          Change a Property's name
 boolean DirectoryProperty.deleteChild(Property property)
          Delete a Property
 void PropertyTable.removeProperty(Property property)
          Remove a property from the list of properties we manage