- Outdated links to Microsoft documentation removed.

- Link to Microsoft's MSDN library added.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2004-12-28 20:20:23 +00:00
parent a03b710c80
commit c101e83461
2 changed files with 4 additions and 17 deletions

View File

@ -70,10 +70,6 @@ public class Thumbnail
*
* <p>A <code>DWORD</code> indicating a built-in Windows clipboard
* format value</p>
*
* <p>See: <a
* href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
* target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
*/
public static int CFTAG_WINDOWS = -1;
@ -82,10 +78,6 @@ public class Thumbnail
*
* <p>A <code>DWORD</code> indicating a Macintosh clipboard format
* value</p>
*
* <p>See: <a
* href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
* target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
*/
public static int CFTAG_MACINTOSH = -2;
@ -94,10 +86,6 @@ public class Thumbnail
*
* <p>A GUID containing a format identifier (FMTID). This is
* rarely used.</p>
*
* <p>See: <a
* href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
* target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
*/
public static int CFTAG_FMTID = -3;
@ -106,11 +94,6 @@ public class Thumbnail
*
* <p>A <code>DWORD</code> indicating No data. This is rarely
* used.</p>
*
* <p>See: <a
* href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
* target="_blank">
* http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
*/
public static int CFTAG_NODATA = 0;

View File

@ -77,6 +77,10 @@
org.apache.poi.hpsf.MutableSection}, and {@link
org.apache.poi.hpsf.MutableProperty}.</p>
<p>Public documentation from Microsoft can be found in the <a
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/properties_and_property_sets.asp"
target="_blank">appropriate section of the MSDN Library</a>.</p>
<div>
<h2>History</h2>