Link to Microsoft docs added.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-04-26 06:22:42 +00:00
parent f1fad72ac4
commit 9a0e3a6349
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ import org.apache.poi.hpsf.wellknown.*;
* <p>Convenience class representing a Summary Information stream in a
* Microsoft Office document.</p>
*
* <p>See <a
* href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/stgu_8910.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/stgu_8910.asp</a>
* for documentation from That Redmond Company.
*
* @see DocumentSummaryInformation
*
* @author Rainer Klute (klute@rainer-klute.de)