From: Yegor Kozlov
Date: Sat, 19 Apr 2008 11:52:36 +0000 (+0000)
Subject: updated the docs
X-Git-Tag: REL_3_0_3_BETA1~2
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33b901c1c9cc5027525c02f9b0013caaa5ed851a;p=poi.git
updated the docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649800 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 2f0c3606a2..02f5022840 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -37,6 +37,7 @@
+ HSLF: Support for getting embedded sounds from slide show HSLF: Initial support for rendering slides into imagesHSLF: Support for getting OLE object data from slide show HSLF: Implemented more methods in PPGraphics2D
diff --git a/src/documentation/content/xdocs/hslf/how-to-shapes.xml b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
index 6460f2b1db..7959eedaf6 100644
--- a/src/documentation/content/xdocs/hslf/how-to-shapes.xml
+++ b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
@@ -42,6 +42,7 @@
Tables
How to remove shapes
How to retrieve embedded OLE objects
+
How to retrieve embedded sounds
How to create shapes of arbitrary geometry
Shapes and Graphics2D
How to convert slides into images
@@ -474,6 +475,26 @@
+
+ How to retrieve embedded sounds
+
+
+
How to create shapes of arbitrary geometry
-
HSLF provides a way to read powerpoint presentations, and extract text from it.
- It also provides some (currently limited) edit capabilities.
+
HSLF provides a way to read, create or modify PowerPoint presentations. In particular, it provides:
+
+
api for data extraction (text, pictures, embedded objects, sounds)
+
usermodel api for creating, reading and modifying ppt files
+
This code currently lives the
scratchpad area
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index aa380620ec..92eaaea0d1 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -150,8 +150,7 @@
HSLF for PowerPoint Documents
HSLF is our port of the Microsoft PowerPoint 97(-2003) file format to pure
- Java. It supports read and write capabilities of some, but not yet all
- of the core records. Please see the HSLF project page for more
information.
diff --git a/src/documentation/content/xdocs/poifs/embeded.xml b/src/documentation/content/xdocs/poifs/embeded.xml
index d888e2ed53..a4620f5a94 100644
--- a/src/documentation/content/xdocs/poifs/embeded.xml
+++ b/src/documentation/content/xdocs/poifs/embeded.xml
@@ -61,9 +61,9 @@
Files embeded in PowerPoint
PowerPoint does not normally store embeded files
in the OLE2 layer. Instead, they are held within records
- of the main PowerPoint file. To get at them, you need to
- find the appropriate data within the PowerPoint stream,
- and work from that.
+ of the main PowerPoint file.
+ See the HSLF Tutorial
+ for how to retrieve embedded OLE objects from a presentation
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 50d4e44841..7992c62d15 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
+ HSLF: Support for getting embedded sounds from slide show HSLF: Initial support for rendering slides into imagesHSLF: Support for getting OLE object data from slide show HSLF: Implemented more methods in PPGraphics2D