From 32e865494ea6b31d45a04dd61f1f71a74d880737 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Fri, 12 Aug 2011 12:52:05 +0000 Subject: [PATCH] updated xlsf docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1157078 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/slideshow/index.xml | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/documentation/content/xdocs/slideshow/index.xml b/src/documentation/content/xdocs/slideshow/index.xml index a4718a6d67..f364f33820 100644 --- a/src/documentation/content/xdocs/slideshow/index.xml +++ b/src/documentation/content/xdocs/slideshow/index.xml @@ -21,7 +21,7 @@
- POI-HSLF - Java API To Access Microsoft Powerpoint Format Files + POI-HSLF and and POI-XLSF - Java API To Access Microsoft Powerpoint Format Files Overview @@ -32,12 +32,9 @@
- Overview + POI-HSLF -

HSLF is the POI Project's pure Java implementation of the - Powerpoint '97(-2007) file format. It does not support - the new PowerPoint 2007 .pptx file format, which is not OLE2 - based.

+

HSLF is the POI Project's pure Java implementation of the Powerpoint '97(-2007) file format.

HSLF provides a way to read, create or modify PowerPoint presentations. In particular, it provides:

    @@ -55,8 +52,20 @@

    The quick guide documentation provides information on using this API. Comments and fixes gratefully accepted on the POI dev mailing lists.

    - - +
+
+ POI-XSLF +

+ XSLF is the POI Project's pure Java implementation of the PowerPoint 2007 OOXML (.xlsx) file format. + Whilst HSLF and XSLF provide similar features, there is not a common interface across the two of them at this time. +

+

+ Please note that XSLF is still in early development and is a subject to incompatible changes in future. +

+

+ A quick guide is available in + XSLF Examples +

-- 2.39.5