Minor improvements.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c26255dcab
commit
4832310e10
@ -764,12 +764,12 @@ No property set stream: "/1Table"</source>
|
||||
|
||||
<tr>
|
||||
<td>VT_LPSTR</td>
|
||||
<td>String</td>
|
||||
<td>java.lang.String</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>VT_LPWSTR</td>
|
||||
<td>String</td>
|
||||
<td>java.lang.String</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -1141,9 +1141,9 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>What is a <code>FILETIME</code>? The answer can be found for example
|
||||
under <link href="http://www.vbapi.com/ref/f/filetime.html">http://www.vbapi.com/ref/f/filetime.html</link>
|
||||
or
|
||||
<p>What is a <code>FILETIME</code>? The answer can be found
|
||||
under <link
|
||||
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp"></link>, <link href="http://www.vbapi.com/ref/f/filetime.html">http://www.vbapi.com/ref/f/filetime.html</link> or
|
||||
<link href="http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html">http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html</link>.
|
||||
In short: <em>The FILETIME structure holds a date and time associated
|
||||
with a file. The structure identifies a 64-bit integer specifying the
|
||||
|
Loading…
Reference in New Issue
Block a user