From 953f641d524a01a124ed92058ba15c9f85c86c11 Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Wed, 6 Mar 2002 09:20:42 +0000 Subject: [PATCH] - Minor changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352154 13f79535-47bb-0310-9956-ffa450edef68 --- build/jakarta-poi/docs/hpsf/index.html | 7 +++---- build/jakarta-poi/docs/hpsf/internals.html | 4 ++-- build/jakarta-poi/docs/hpsf/todo.html | 13 +++++++++++++ src/documentation/xdocs/hpsf/index.xml | 7 +++---- src/documentation/xdocs/hpsf/internals.xml | 5 +++-- src/documentation/xdocs/hpsf/todo.xml | 7 +++++++ 6 files changed, 31 insertions(+), 12 deletions(-) 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.

  • @@ -105,6 +111,13 @@ localizations.

    + +
  • + +

    Implement reading functionality for those property types that are not + yet supported (other than byte arrays).

    + +
  • diff --git a/src/documentation/xdocs/hpsf/index.xml b/src/documentation/xdocs/hpsf/index.xml index 2e095d48d..9402cf0ea 100644 --- a/src/documentation/xdocs/hpsf/index.xml +++ b/src/documentation/xdocs/hpsf/index.xml @@ -18,10 +18,9 @@ href="../poifs/index.html">POI filesystem. HPSF is POI's pure-Java 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 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:

      +
    1. +

      Complete writing the HPSF documentation.

      +
    2. Add writing capability for property sets.

    3. @@ -27,6 +30,10 @@ org.apache.poi.hpsf.wellknown to ease localizations.

      +
    4. +

      Implement reading functionality for those property types that are not + yet supported (other than byte arrays).

      +