Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalVariantTypeException
This exception is thrown if HPSF encounters a variant type that is illegal
in the current context.
|
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 |
ReadingNotSupportedException
This exception is thrown when HPSF tries to read a (yet) unsupported
variant type.
|
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.
|
class |
UnsupportedVariantTypeException
This exception is thrown if HPSF encounters a variant type that isn't
supported yet.
|
class |
VariantTypeException
This exception is thrown if HPSF encounters a problem with a variant type.
|
class |
WritingNotSupportedException
This exception is thrown when trying to write a (yet) unsupported variant
type.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.