From: Nick Burch
Date: Mon, 8 May 2006 16:43:11 +0000 (+0000)
Subject: Fixes from Yegor, from bug #39395
X-Git-Tag: REL_3_0_ALPHA3~107
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ca8b649bfe1f79b33772d832ddc457b6c2edad98;p=poi.git
Fixes from Yegor, from bug #39395
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@405092 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/hslf/how-to-shapes.xml b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
index 21cdb00d18..f20bcef03b 100644
--- a/src/documentation/content/xdocs/hslf/how-to-shapes.xml
+++ b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
@@ -18,6 +18,7 @@
How to get shapes contained in a particular slide
Drawing a shape on a slide
How to add/retrieve pictures
+ How to set slide title
Features
@@ -62,7 +63,7 @@
The following pictute shows the class tree of HSLF shapes:
-
+
The following fragment demonstrates how to iterate over shapes for each slide.
@@ -209,6 +210,28 @@
+
+ How to set slide title
+
+
+ Below is the equivalent code in PowerPoint VBA:
+
+
+
+