mirror of https://github.com/apache/poi.git
Info on getThumbnail() added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3aba8df220
commit
d2bab18045
|
@ -261,6 +261,18 @@ public class SummaryInformation extends SpecialPropertySet
|
||||||
* <p>Returns the stream's thumbnail (or <code>null</code>)
|
* <p>Returns the stream's thumbnail (or <code>null</code>)
|
||||||
* <strong>when this method is implemented. Please note that the
|
* <strong>when this method is implemented. Please note that the
|
||||||
* return type is likely to change!</strong>
|
* return type is likely to change!</strong>
|
||||||
|
*
|
||||||
|
* <p><strong>FIXME / Hint to developers:</strong> 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: <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()
|
public byte[] getThumbnail()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue