Deleted the word, "Horrible" for (re)branding...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c145c0aab8
commit
eb62dfbdb9
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<header>
|
||||||
<title>HPSF Internals: The Horrible Property Set Format</title>
|
<title>Jakarta POI - HPSF Internals</title>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Rainer Klute" email="klute@rainer-klute.de"/>
|
<person name="Rainer Klute" email="klute@rainer-klute.de"/>
|
||||||
</authors>
|
</authors>
|
||||||
@ -32,13 +32,13 @@
|
|||||||
<strong>property set stream</strong>.</p>
|
<strong>property set stream</strong>.</p>
|
||||||
|
|
||||||
<p>This document describes the internal structure of a property set stream,
|
<p>This document describes the internal structure of a property set stream,
|
||||||
i.e. the <strong>Horrible Property Set Format (HPSF)</strong>. It does
|
i.e. the <strong>HPSF</strong>. It does
|
||||||
not describe how a Microsoft Office document is organized internally and
|
not describe how a Microsoft Office document is organized internally and
|
||||||
how to retrieve a stream from it. See the <link
|
how to retrieve a stream from it. See the <link
|
||||||
href="../poifs/index.html">POIFS documentation</link> for that kind of
|
href="../poifs/index.html">POIFS documentation</link> for that kind of
|
||||||
stuff.</p>
|
stuff.</p>
|
||||||
|
|
||||||
<p>The Horrible Property Set Format is not only used in the Summary
|
<p>The HPSF is not only used in the Summary
|
||||||
Information stream in the top-level document of a Microsoft Office
|
Information stream in the top-level document of a Microsoft Office
|
||||||
document. Often there is also a property set stream named
|
document. Often there is also a property set stream named
|
||||||
<code>\005DocumentSummaryInformation</code> with additional properties.
|
<code>\005DocumentSummaryInformation</code> with additional properties.
|
||||||
|
@ -131,7 +131,7 @@
|
|||||||
href="../../poifs/index.html">POIFS-Seite</link>.
|
href="../../poifs/index.html">POIFS-Seite</link>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>HSSF (Horrible Spreadsheet Format)</title>
|
<section><title>HSSF</title>
|
||||||
<p>
|
<p>
|
||||||
HSSF ist unsere Portierung des Microsoft Excel 97(-2002)
|
HSSF ist unsere Portierung des Microsoft Excel 97(-2002)
|
||||||
Dateiformats in reinem Java. Es unterstützt Lesen und
|
Dateiformats in reinem Java. Es unterstützt Lesen und
|
||||||
@ -139,7 +139,7 @@
|
|||||||
<link href="../../hssf/index.html">HSSF-Seite</link>.
|
<link href="../../hssf/index.html">HSSF-Seite</link>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>HWPF (Horrible Document Format)</title>
|
<section><title>HWPF</title>
|
||||||
<p>
|
<p>
|
||||||
HWPF ist unsere Portierung des Microsoft Word 97 Datei-Formats
|
HWPF ist unsere Portierung des Microsoft Word 97 Datei-Formats
|
||||||
in reinem Java. Es unterstützt Lesen und Schreiben. Mehr
|
in reinem Java. Es unterstützt Lesen und Schreiben. Mehr
|
||||||
@ -149,7 +149,7 @@
|
|||||||
Entwickler, die mitmachen.
|
Entwickler, die mitmachen.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>HPSF (Horrible Property Set Format)</title>
|
<section><title>HPSF</title>
|
||||||
<p>
|
<p>
|
||||||
HPSF ist unsere Portierung des OLE 2 Property Formats.
|
HPSF ist unsere Portierung des OLE 2 Property Formats.
|
||||||
Property Sets werden häufig genutzt, um Metadaten eines
|
Property Sets werden häufig genutzt, um Metadaten eines
|
||||||
|
@ -132,8 +132,8 @@
|
|||||||
<p>
|
<p>
|
||||||
Estamos empezando a expandir nuestro alcance de nuevo. Si pudimos
|
Estamos empezando a expandir nuestro alcance de nuevo. Si pudimos
|
||||||
hacer todo esto para ficheros XLS, ¿ñuhay de ficheros Doc o PPT?
|
hacer todo esto para ficheros XLS, ¿ñuhay de ficheros Doc o PPT?
|
||||||
Pensamos que nuestro siguiente componente (HWPF - Formato de
|
Pensamos que nuestro siguiente componente (HWPF)
|
||||||
Documento Horrible) deber seguir el mismo patr. Esperamos
|
deber seguir el mismo patr. Esperamos
|
||||||
que se nos una sangre nueva al equipo y que nos permita abordar
|
que se nos una sangre nueva al equipo y que nos permita abordar
|
||||||
esto con mayor celeridad (en parte porque POIFS ya estterminado).
|
esto con mayor celeridad (en parte porque POIFS ya estterminado).
|
||||||
¡Ðero a lo mejor lo que m necesitamos es a ti!
|
¡Ðero a lo mejor lo que m necesitamos es a ti!
|
||||||
|
Loading…
Reference in New Issue
Block a user