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
1 changed files with 1 additions and 1 deletions

View File

@ -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"));