klute 02/04/27 02:39:40
Modified: src/java/org/apache/poi/hpsf SummaryInformation.java
Log:
Info on getThumbnail() added.
Revision Changes Path
1.4 +13 -1 jakarta-poi/src/java/org/apache/poi/hpsf/SummaryInformation.java
Index: SummaryInformation.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hpsf/SummaryInformation.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SummaryInformation.java 26 Apr 2002 06:22:42 -0000 1.3
+++ SummaryInformation.java 27 Apr 2002 09:39:40 -0000 1.4
@@ -73,7 +73,7 @@
* @see DocumentSummaryInformation
*
* @author Rainer Klute ([EMAIL PROTECTED])
- * @version $Id: SummaryInformation.java,v 1.3 2002/04/26 06:22:42 klute Exp $
+ * @version $Id: SummaryInformation.java,v 1.4 2002/04/27 09:39:40 klute Exp $
* @since 2002-02-09
*/
public class SummaryInformation extends SpecialPropertySet
@@ -261,6 +261,18 @@
* <p>Returns the stream's thumbnail (or <code>null</code>)
* <strong>when this method is implemented. Please note that the
* return type is likely to change!</strong>
+ *
+ * <p><strong>FIXME / Hint to developers:</strong> Drew Varner
+ * <[EMAIL PROTECTED]> said that this is an image in WMF
+ * or Clipboard (BMP?) format. He also provided two links that
+ * might be helpful: <a
+ *
href="http://www.csn.ul.ie/~caolan/publink/file/OLE2SummaryAgainst_file-3.27.patch"
+ *
target="_blank">http://www.csn.ul.ie/~caolan/publink/file/OLE2SummaryAgainst_file-3.27.patch</a>
+ * and <a
+ * href="http://msdn.microsoft.com/library/en-us/dno97ta/html/msdn_docprop.asp"
+ *
target="_blank">http://msdn.microsoft.com/library/en-us/dno97ta/html/msdn_docprop.asp</a>.
+ * However, we won't do any conversion into any image type but
+ * instead just return a byte array.</p>
*/
public byte[] getThumbnail()
{