You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2006/12/12 21:52:06 UTC

svn commit: r486305 - /jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml

Author: nick
Date: Tue Dec 12 12:52:05 2006
New Revision: 486305

URL: http://svn.apache.org/viewvc?view=rev&rev=486305
Log:
Switch the position of one tag, so an older version of forrest likes it

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml?view=diff&rev=486305&r1=486304&r2=486305
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml Tue Dec 12 12:52:05 2006
@@ -158,6 +158,7 @@
                  
   <p>
   Currently, HSLF API supports the following types of pictures:
+  </p>
   <ul>
     <li>Windows Metafiles (WMF)</li>
     <li>Enhanced Metafiles (EMF)</li>
@@ -165,7 +166,6 @@
     <li>Portable Network Graphics (PNG)</li>
     <li>Macintosh PICT</li>
   </ul>
-  </p>
 
                     <source>
   SlideShow ppt = new SlideShow(new HSLFSlideShow("slideshow.ppt"));



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/