From 2b92aa2d50d347ff15273ddd0131e42bea023f0e Mon Sep 17 00:00:00 2001
From: Rainer Klute
Once the HPSF HOWTO 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 org.apache.poi.hpsf
package only.
The HPSF HOWTO describes what a Java + application should do to read a property set using HPSF and to retrieve the + information it needs.
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 @@
This document describes the internal structure of a property set stream, i.e. the Horrible Property Set Format (HDF). It does not describe how a Microsoft Office document is organized internally and how - to retrieve a stream from it. See the POIFS documentation for - that kind of stuff.
+ to retrieve a stream from it. See the POIFS documentation for that kind of + stuff.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 @@
Complete writing the HPSF documentation.
+ +Add writing capability for property sets.
Implement reading functionality for those property types that are not + yet supported (other than byte arrays).
+ +Once the HPSF HOWTO 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 org.apache.poi.hpsf
package only.
The HPSF HOWTO describes what a Java + application should do to read a property set using HPSF and to retrieve the + information it needs.
HPSF supports OLE2 property set streams in general, not only the special case of document properties mentioned above. The This document describes the internal structure of a property set stream, i.e. the Horrible Property Set Format (HDF). It does not describe how a Microsoft Office document is organized internally and how - to retrieve a stream from it. See the POIFS documentation for - that kind of stuff.
+ to retrieve a stream from it. See the POIFS documentation for that kind of + stuff.The Horrible Property Set Format is not only used in the Summary Information stream in the top-level document of a Microsoft Office diff --git a/src/documentation/xdocs/hpsf/todo.xml b/src/documentation/xdocs/hpsf/todo.xml index c20844b592..1c8708b1f6 100644 --- a/src/documentation/xdocs/hpsf/todo.xml +++ b/src/documentation/xdocs/hpsf/todo.xml @@ -13,6 +13,9 @@
The following functionalities should be added to HPFS:
Complete writing the HPSF documentation.
+Add writing capability for property sets.
org.apache.poi.hpsf.wellknown
to ease
localizations.
+ Implement reading functionality for those property types that are not + yet supported (other than byte arrays).
+