Uses of Class
org.apache.poi.hpsf.ClassID

Packages that use ClassID
org.apache.poi.contrib.poibrowser
 
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
 

Uses of ClassID in org.apache.poi.contrib.poibrowser
 

Methods in org.apache.poi.contrib.poibrowser with parameters of type ClassID
static java.lang.String Codec.hexEncode(ClassID classID)
          Converts a class ID into its hexadecimal notation.
 

Uses of ClassID in org.apache.poi.hpsf
 

Fields in org.apache.poi.hpsf declared as ClassID
protected  ClassID Section.formatID
           
protected  ClassID PropertySet.classID
          Specifies this PropertySet's "classID" field.
 

Methods in org.apache.poi.hpsf that return ClassID
 ClassID SpecialPropertySet.getClassID()
           
 ClassID Section.getFormatID()
          Returns the format ID.
 ClassID PropertySet.getClassID()
          Returns the property set stream's low-level "class ID" field.
 

Uses of ClassID in org.apache.poi.poifs.filesystem
 

Methods in org.apache.poi.poifs.filesystem that return ClassID
 ClassID DirectoryNode.getStorageClsid()
          Gets the storage clsid of the directory entry
 ClassID DirectoryEntry.getStorageClsid()
          Gets the storage clsid of the directory entry
 

Methods in org.apache.poi.poifs.filesystem with parameters of type ClassID
 void DirectoryNode.setStorageClsid(ClassID clsidStorage)
          Sets the storage clsid for the directory entry
 void DirectoryEntry.setStorageClsid(ClassID clsidStorage)
          Sets the storage clsid for the directory entry
 

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

Methods in org.apache.poi.poifs.property that return ClassID
 ClassID Property.getStorageClsid()
          Sets the storage clsid, which is the Class ID of a COM object which reads and writes this stream
 

Methods in org.apache.poi.poifs.property with parameters of type ClassID
 void Property.setStorageClsid(ClassID clsidStorage)
          Sets the storage class ID for this property stream.
 



Copyright © 2003 Apache Software Foundation.