From cf07eb769a984bc73ea875923d9261c984b232cf Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 7 Aug 2006 12:28:15 +0000 Subject: [PATCH] Tweak comments about needing to use svn version, and add pointer to unit tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@429316 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hwpf/index.xml | 7 +++++-- .../content/xdocs/hwpf/quick-guide.xml | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/documentation/content/xdocs/hwpf/index.xml b/src/documentation/content/xdocs/hwpf/index.xml index 5dba677351..0f824f4d12 100644 --- a/src/documentation/content/xdocs/hwpf/index.xml +++ b/src/documentation/content/xdocs/hwpf/index.xml @@ -22,8 +22,11 @@

HWPF is still in early development. It is in the - scratchpad section of the SVN. - Source in the + scratchpad section of the SVN. You will need to ensure you + either have a recent SVN checkout, or a recent SVN nightly build + (including the scratchpad jar!)

+ +

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 diff --git a/src/documentation/content/xdocs/hwpf/quick-guide.xml b/src/documentation/content/xdocs/hwpf/quick-guide.xml index 2a91b50e59..b60b5f1a05 100644 --- a/src/documentation/content/xdocs/hwpf/quick-guide.xml +++ b/src/documentation/content/xdocs/hwpf/quick-guide.xml @@ -12,6 +12,12 @@ +

HWPF is still in early development. It is in the + scratchpad section of the SVN. You will need to ensure you + either have a recent SVN checkout, or a recent SVN nightly build + (including the scratchpad jar!)

+
Basic Text Extraction

For basic text extraction, make use of org.apache.poi.hwpf.extractor.WordExtractor. It accepts an input @@ -41,5 +47,13 @@ can then get text and other properties. code is know to have bugs in it.

+ +
Further Examples +

For now, the best source of additional examples is in the unit + tests. + Browse the HWPF unit tests. +

+
-- 2.39.5