diff --git a/build/jakarta-poi/docs/hpsf/index.html b/build/jakarta-poi/docs/hpsf/index.html index a4c997587..654f29af8 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.
-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 c99ef8784..4fd9c796a 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 d9ab52e34..555506afc 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 c20844b59..1c8708b1f 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).
+