Switch the position of one tag, so an older version of forrest likes it

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2006-12-12 20:52:05 +00:00
parent b2535a5b58
commit 59a3012c86

View File

@ -158,6 +158,7 @@
<p> <p>
Currently, HSLF API supports the following types of pictures: Currently, HSLF API supports the following types of pictures:
</p>
<ul> <ul>
<li>Windows Metafiles (WMF)</li> <li>Windows Metafiles (WMF)</li>
<li>Enhanced Metafiles (EMF)</li> <li>Enhanced Metafiles (EMF)</li>
@ -165,7 +166,6 @@
<li>Portable Network Graphics (PNG)</li> <li>Portable Network Graphics (PNG)</li>
<li>Macintosh PICT</li> <li>Macintosh PICT</li>
</ul> </ul>
</p>
<source> <source>
SlideShow ppt = new SlideShow(new HSLFSlideShow("slideshow.ppt")); SlideShow ppt = new SlideShow(new HSLFSlideShow("slideshow.ppt"));