Uses of Class
loci.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 loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return PropertyModifier and TypeMethodDescriptionprotected PropertyEntryNode.getProperty()grant access to the propertyConstructors in loci.poi.poifs.filesystem with parameters of type PropertyModifierConstructorDescriptionprotectedEntryNode(Property property, DirectoryNode parent) create a DocumentNode. -
Uses of Property in loci.poi.poifs.property
Subclasses of Property in loci.poi.poifs.propertyModifier and TypeClassDescriptionclassDirectory propertyclassTrivial extension of Property for POIFSDocumentsclassRoot propertyMethods in loci.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 namebooleanDirectoryProperty.deleteChild(Property property) Delete a PropertyvoidPropertyTable.removeProperty(Property property) Remove a property from the list of properties we manage