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

Packages that use HPSFException
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files. 
 

Uses of HPSFException in org.apache.poi.hpsf
 

Subclasses of HPSFException in org.apache.poi.hpsf
 class MarkUnsupportedException
          This exception is thrown if an InputStream does not support the InputStream.mark(int) operation.
 class NoPropertySetStreamException
           This exception is thrown if a format error in a property set stream is detected or when the input data do not constitute a property set stream.
 class UnexpectedPropertySetTypeException
          This exception is thrown if a certain type of property set is expected (e.g.
 

Methods in org.apache.poi.hpsf that throw HPSFException
 long Thumbnail.getClipboardFormat()
          Returns an int representing the Clipboard Format
 byte[] Thumbnail.getThumbnailAsWMF()
          Returns the Thumbnail as a byte[] of WMF data if the Thumbnail's Clipboard Format Tag is CFTAG_WINDOWS and its Clipboard Format is CF_METAFILEPICT
 



Copyright © 2003 Apache Software Foundation.