diff --git a/src/java/org/apache/poi/hpsf/SummaryInformation.java b/src/java/org/apache/poi/hpsf/SummaryInformation.java index 14edad6929..e873cf6152 100644 --- a/src/java/org/apache/poi/hpsf/SummaryInformation.java +++ b/src/java/org/apache/poi/hpsf/SummaryInformation.java @@ -261,6 +261,18 @@ public class SummaryInformation extends SpecialPropertySet *
Returns the stream's thumbnail (or null
)
* when this method is implemented. Please note that the
* return type is likely to change!
+ *
+ *
FIXME / Hint to developers: Drew Varner + * <glzpzz@mailbox.sc.edu> said that this is an image in WMF + * or Clipboard (BMP?) format. He also provided two links that + * might be helpful: http://www.csn.ul.ie/~caolan/publink/file/OLE2SummaryAgainst_file-3.27.patch + * and http://msdn.microsoft.com/library/en-us/dno97ta/html/msdn_docprop.asp. + * However, we won't do any conversion into any image type but + * instead just return a byte array.
*/ public byte[] getThumbnail() {