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. a Document Summary Information) but the provided property set is not of that type.
 

Methods in org.apache.poi.hpsf that throw HPSFException
 long Thumbnail.getClipboardFormat()
          Returns an int representing the Clipboard Format Will throw an exception if the Thumbnail's Clipboard Format Tag is not CFTAG_WINDOWS.
 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 This byte[] is in the traditional WMF file, not the clipboard-specific version with special headers.
 


jakarta-poi 1.10.0-dev

Copyright © 2004 Apache jakarta-poi project. All Rights Reserved.