mirror of https://github.com/apache/poi.git
- Minor changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
641974525a
commit
2b92aa2d50
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -18,10 +18,9 @@
|
|||
href="../poifs/index.html">POI filesystem</link>. HPSF is POI's pure-Java
|
||||
implementation to read (and in future to write) property set streams.</p>
|
||||
|
||||
<p>Once the <link href="how-to.html">HPSF HOWTO</link> 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>The <link href="how-to.html">HPSF HOWTO</link> describes what a Java
|
||||
application should do to read a property set using HPSF and to retrieve the
|
||||
information it needs.</p>
|
||||
|
||||
<p>HPSF supports OLE2 property set streams in general, not only the special
|
||||
case of document properties mentioned above. The <link
|
||||
|
|
|
@ -32,8 +32,9 @@
|
|||
<p>This document describes the internal structure of a property set stream,
|
||||
i.e. the <strong>Horrible Property Set Format (HDF)</strong>. It does not
|
||||
describe how a Microsoft Office document is organized internally and how
|
||||
to retrieve a stream from it. See the <link href="../POIFS/index.html">POIFS documentation</link> for
|
||||
that kind of stuff.</p>
|
||||
to retrieve a stream from it. See the <link
|
||||
href="../poifs/index.html">POIFS documentation</link> for that kind of
|
||||
stuff.</p>
|
||||
|
||||
<p>The Horrible Property Set Format is not only used in the Summary
|
||||
Information stream in the top-level document of a Microsoft Office
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
<p>The following functionalities should be added to HPFS:</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Complete writing the HPSF documentation.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add writing capability for property sets.</p>
|
||||
</li>
|
||||
|
@ -27,6 +30,10 @@
|
|||
<code>org.apache.poi.hpsf.wellknown</code> to ease
|
||||
localizations.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Implement reading functionality for those property types that are not
|
||||
yet supported (other than byte arrays).</p>
|
||||
</li>
|
||||
</ol>
|
||||
</s1>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue