| Home >> All >> org >> apache >> poi >> poifs >> [ property Javadoc ] |
org.apache.poi.poifs.property: Javadoc index of package org.apache.poi.poifs.property.
Package Samples:
org.apache.poi.poifs.property
Classes:
PropertyFactory: Factory for turning an array of RawDataBlock instances containing Proprty data into an array of proper Property objects. The array produced may be sparse, in that any portion of data that should correspond to a Property, but which does not map to a proper Property (i.e., a DirectoryProperty, DocumentProperty, or RootProperty) will get mapped to a null Property in the array.
PropertyTable: This class embodies the Property Table for the filesystem; this is basically the dsirectory for all of the documents in the filesystem.
Property: This abstract base class is the ancestor of all classes implementing POIFS Property behavior.
Child: This interface defines methods for finding and setting sibling Property instances
DocumentProperty: Trivial extension of Property for POIFSDocuments
TestDirectoryProperty: Class to test DirectoryProperty functionality
TestDocumentProperty: Class to test DocumentProperty functionality
TestPropertyFactory: Class to test PropertyFactory functionality
Parent: Behavior for parent (directory) properties
TestPropertyTable: Class to test PropertyTable functionality
TestRootProperty: Class to test RootProperty functionality
PropertyConstants: Interface PropertyConstants
DirectoryProperty: Directory property
RootProperty: Root property
LocalProperty
| Home | Contact Us | Privacy Policy | Terms of Service |