diff options
author | Rainer Klute <klute@apache.org> | 2002-03-06 09:20:42 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2002-03-06 09:20:42 +0000 |
commit | 2b92aa2d50d347ff15273ddd0131e42bea023f0e (patch) | |
tree | 52fde977f5c5943babef99512dc556568bb1a5b6 /build/jakarta-poi/docs | |
parent | 641974525ab8040e733a8694d4fa8190357cce80 (diff) | |
download | poi-2b92aa2d50d347ff15273ddd0131e42bea023f0e.tar.gz poi-2b92aa2d50d347ff15273ddd0131e42bea023f0e.zip |
- Minor changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/jakarta-poi/docs')
-rw-r--r-- | build/jakarta-poi/docs/hpsf/index.html | 7 | ||||
-rw-r--r-- | build/jakarta-poi/docs/hpsf/internals.html | 4 | ||||
-rw-r--r-- | build/jakarta-poi/docs/hpsf/todo.html | 13 |
3 files changed, 18 insertions, 6 deletions
diff --git a/build/jakarta-poi/docs/hpsf/index.html b/build/jakarta-poi/docs/hpsf/index.html index a4c9975877..654f29af81 100644 --- a/build/jakarta-poi/docs/hpsf/index.html +++ b/build/jakarta-poi/docs/hpsf/index.html @@ -82,10 +82,9 @@ implementation to read (and in future to write) property set streams.</p> -<p align="justify">Once the <a href="how-to.html">HPSF HOWTO</a> is ready, it will - describe what a Java application should do to read a property set using - HPSF and retrieve the information it needs. Currently this is explained - in the javadocs of the <code>org.apache.poi.hpsf</code> package only.</p> +<p align="justify">The <a href="how-to.html">HPSF HOWTO</a> describes what a Java + application should do to read a property set using HPSF and to retrieve the + information it needs.</p> <p align="justify">HPSF supports OLE2 property set streams in general, not only the special diff --git a/build/jakarta-poi/docs/hpsf/internals.html b/build/jakarta-poi/docs/hpsf/internals.html index c99ef8784a..4fd9c796af 100644 --- a/build/jakarta-poi/docs/hpsf/internals.html +++ b/build/jakarta-poi/docs/hpsf/internals.html @@ -107,8 +107,8 @@ <p align="justify">This document describes the internal structure of a property set stream, i.e. the <em>Horrible Property Set Format (HDF)</em>. It does not describe how a Microsoft Office document is organized internally and how - to retrieve a stream from it. See the <a href="../POIFS/index.html">POIFS documentation</a> for - that kind of stuff.</p> + to retrieve a stream from it. See the <a href="../poifs/index.html">POIFS documentation</a> for that kind of + stuff.</p> <p align="justify">The Horrible Property Set Format is not only used in the Summary diff --git a/build/jakarta-poi/docs/hpsf/todo.html b/build/jakarta-poi/docs/hpsf/todo.html index d9ab52e346..555506afcc 100644 --- a/build/jakarta-poi/docs/hpsf/todo.html +++ b/build/jakarta-poi/docs/hpsf/todo.html @@ -82,6 +82,12 @@ <li> +<p align="justify">Complete writing the HPSF documentation.</p> + +</li> + +<li> + <p align="justify">Add writing capability for property sets.</p> </li> @@ -105,6 +111,13 @@ localizations.</p> </li> + +<li> + +<p align="justify">Implement reading functionality for those property types that are not + yet supported (other than byte arrays).</p> + +</li> </ol> |