HSSF provides a way to read powerpoint presentations, and extract text from it.
It also provides some (currently limited) edit capabilities.
- This code currently lives the scratchpad area of the POI CVS repository.
- Ensure that you have the scratchpad jar or the scratchpad build area in your
+
+ This code currently lives the
+ scratchpad area
+ of the POI SVN repository.
+ Ensure that you have the scratchpad jar or the scratchpad
+ build area in your
classpath before experimenting with this code.
The quick guide documentation provides
diff --git a/src/documentation/content/xdocs/hwpf/index.xml b/src/documentation/content/xdocs/hwpf/index.xml
index aa832bb274..5dba677351 100644
--- a/src/documentation/content/xdocs/hwpf/index.xml
+++ b/src/documentation/content/xdocs/hwpf/index.xml
@@ -21,11 +21,16 @@
to pure Java.
HWPF is still in early development. It is in the
- scratchpad section of the CVS. Source code in the
- org.apache.poi.hwpf.extractor tree is legacy code. Source in the
- org.apache.poi.hwpf.model tree is the old legacy code refactored
- into an object model.
+ href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/">
+ scratchpad section of the SVN.
+ Source in the
+ org.apache.poi.hwpf.model tree is the old legacy code refactored
+ into an object model. Source code in the
+ org.apache.poi.hwpf.extractor tree is a wrapper of this to
+ facilitate easy extraction of interesting things (eg the Text).
+ Source code in the org.apache.poi.hdf tree is the old legacy
+ code.
+