You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/05/23 09:43:50 UTC

svn commit: r1745133 - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hslf/usermodel/ apidocs/org/apache/poi/hslf/usermodel/class-use/ apidocs/org/apache/poi/sl/usermodel/ apidocs/org/apache/poi/sl/usermodel/class-use/ apidocs/org/apache/poi/...

Author: nick
Date: Mon May 23 09:43:50 2016
New Revision: 1745133

URL: http://svn.apache.org/viewvc?rev=1745133&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html
    poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html
    poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html
    poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html
    poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html
    poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
    poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html
    poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html
    poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon May 23 09:43:50 2016
@@ -908,9 +908,13 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(byte[], PictureData.PictureType)</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(InputStream, PictureData.PictureType)</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a></dt>
+<dd>
+<div class="block">Adds a picture to the presentation.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(File, PictureData.PictureType)</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a></dt>
 <dd>
-<div class="block">Adds a picture to this presentation and returns the associated index.</div>
+<div class="block">Adds a picture to the presentation.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#addPicture(org.apache.poi.hslf.usermodel.HSLFPictureData)">addPicture(HSLFPictureData)</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a></dt>
 <dd>
@@ -922,7 +926,15 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(byte[], PictureData.PictureType)</a></span> - Method in interface org.apache.poi.sl.usermodel.<a href="./org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></dt>
 <dd>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(InputStream, PictureData.PictureType)</a></span> - Method in interface org.apache.poi.sl.usermodel.<a href="./org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></dt>
+<dd>
+<div class="block">Adds a picture to the presentation.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(File, PictureData.PictureType)</a></span> - Method in interface org.apache.poi.sl.usermodel.<a href="./org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></dt>
+<dd>
+<div class="block">Adds a picture to the presentation.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Workbook.html#addPicture(byte[],%20int)">addPicture(byte[], int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></dt>
 <dd>
@@ -932,6 +944,14 @@
 <dd>
 <div class="block">Adds a picture to the workbook.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(InputStream, PictureData.PictureType)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XMLSlideShow</a></dt>
+<dd>
+<div class="block">Adds a picture to the slideshow.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture(File, PictureData.PictureType)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XMLSlideShow</a></dt>
+<dd>
+<div class="block">Adds a picture to the presentation.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html#addPicture(byte[],%20int)">addPicture(byte[], int)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming">SXSSFWorkbook</a></dt>
 <dd>
 <div class="block">Adds a picture to the workbook.</div>
@@ -65255,6 +65275,10 @@ Compound Document Format.</div>
 <dd>
 <div class="block">set the color for the font</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFColor.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFColor.html" title="class in org.apache.poi.xslf.usermodel">XSLFColor</a></dt>
+<dd>
+<div class="block">Sets the solid color</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html#setColor(org.apache.poi.ss.usermodel.Color)">setColor(Color)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFFont.html#setColor(short)">setColor(short)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFFont.html" title="class in org.apache.poi.xssf.usermodel">XSSFFont</a></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html Mon May 23 09:43:50 2016
@@ -199,157 +199,164 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(byte[]&nbsp;data,
           <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
           <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to this presentation and returns the associated index.</div>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addToObjListAtom(org.apache.poi.hslf.record.RecordContainer)">addToObjListAtom</a></strong>(<a href="../../../../../org/apache/poi/hslf/record/RecordContainer.html" title="class in org.apache.poi.hslf.record">RecordContainer</a>&nbsp;exObj)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#close()">close</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/MasterSheet.html" title="interface in org.apache.poi.sl.usermodel">MasterSheet</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#createMasterSheet()">createMasterSheet</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#createSlide()">createSlide</a></strong>()</code>
 <div class="block">Create a blank <code>Slide</code>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/record/Document.html" title="class in org.apache.poi.hslf.record">Document</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getDocumentRecord()">getDocumentRecord</a></strong>()</code>
 <div class="block">Helper method for usermodel and model: Get the document record</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFObjectData.html" title="class in org.apache.poi.hslf.usermodel">HSLFObjectData</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getEmbeddedObjects()">getEmbeddedObjects</a></strong>()</code>
 <div class="block">Returns the data of all the embedded OLE object in the SlideShow</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/PPFont.html" title="class in org.apache.poi.hslf.model">PPFont</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getFont(int)">getFont</a></strong>(int&nbsp;idx)</code>
 <div class="block">Get a font by index</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hslf/record/FontCollection.html" title="class in org.apache.poi.hslf.record">FontCollection</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getFontCollection()">getFontCollection</a></strong>()</code>
 <div class="block">Helper method for usermodel: Get the font collection</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static org.apache.poi.hslf.usermodel.HSLFSlideShow.LoadSavePhase</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getLoadSavePhase()">getLoadSavePhase</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getMostRecentCoreRecords()">getMostRecentCoreRecords</a></strong>()</code>
 <div class="block">Returns an array of the most recent version of all the interesting
  records</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html" title="class in org.apache.poi.hslf.usermodel">HSLFNotes</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getNotes()">getNotes</a></strong>()</code>
 <div class="block">Returns an array of all the normal Notes found in the slideshow</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/HeadersFooters.html" title="class in org.apache.poi.hslf.model">HeadersFooters</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getNotesHeadersFooters()">getNotesHeadersFooters</a></strong>()</code>
 <div class="block">Return Header / Footer settings for notes</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getNumberOfFonts()">getNumberOfFonts</a></strong>()</code>
 <div class="block">get the number of fonts in the presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getOleMap()">getOleMap</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.awt.Dimension</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getPageSize()">getPageSize</a></strong>()</code>
 <div class="block">Returns the current page size</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getPictureData()">getPictureData</a></strong>()</code>
 <div class="block">Returns all Pictures of this slideshow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/Resources.html" title="interface in org.apache.poi.sl.usermodel">Resources</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getResources()">getResources</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/HeadersFooters.html" title="class in org.apache.poi.hslf.model">HeadersFooters</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideHeadersFooters()">getSlideHeadersFooters</a></strong>()</code>
 <div class="block">Return Header / Footer settings for slides</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideMaster.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideMaster</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideMasters()">getSlideMasters</a></strong>()</code>
 <div class="block">Returns an array of all the normal Slide Masters found in the slideshow</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlide</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlides()">getSlides</a></strong>()</code>
 <div class="block">Returns an array of all the normal Slides found in the slideshow</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSoundData.html" title="class in org.apache.poi.hslf.usermodel">HSLFSoundData</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSoundData()">getSoundData</a></strong>()</code>
 <div class="block">Returns the data of all the embedded sounds in the SlideShow</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTitleMaster.html" title="class in org.apache.poi.hslf.usermodel">HSLFTitleMaster</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getTitleMasters()">getTitleMasters</a></strong>()</code>
 <div class="block">Returns an array of all the normal Title Masters found in the slideshow</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#removeSlide(int)">removeSlide</a></strong>(int&nbsp;index)</code>
 <div class="block">Removes the slide at the given index (0-based).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#reorderSlide(int,%20int)">reorderSlide</a></strong>(int&nbsp;oldSlideNumber,
             int&nbsp;newSlideNumber)</code>
 <div class="block">Re-orders a slide, to a new position.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#setPageSize(java.awt.Dimension)">setPageSize</a></strong>(java.awt.Dimension&nbsp;pgsize)</code>
 <div class="block">Change the current page size</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;out)</code>
 <div class="block">Writes out the slideshow file the is represented by an instance of this
@@ -674,12 +681,31 @@ implements <a href="../../../../../org/a
                          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
                            throws java.io.IOException</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">SlideShow</a></code></strong></div>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - The bytes of the picture</dd><dd><code>format</code> - The format of the picture.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the new picture reference</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data reference.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="addPicture(java.io.InputStream, org.apache.poi.sl.usermodel.PictureData.PictureType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPicture</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a>&nbsp;addPicture(java.io.InputStream&nbsp;is,
+                         <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
+                           throws java.io.IOException</pre>
+<div class="block">Adds a picture to the presentation.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>is</code> - The stream to read the image from</dd><dd><code>format</code> - The format of the picture.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
@@ -693,10 +719,12 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a>&nbsp;addPicture(java.io.File&nbsp;pict,
                          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
                            throws java.io.IOException</pre>
-<div class="block">Adds a picture to this presentation and returns the associated index.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pict</code> - the file containing the image to add</dd><dd><code>format</code> - the format of the picture. One of constans defined in the
-            <code>Picture</code> class.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the index to this picture (1 based).</dd>
+<div class="block">Adds a picture to the presentation.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>pict</code> - the file containing the image to add</dd><dd><code>format</code> - The format of the picture.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html Mon May 23 09:43:50 2016
@@ -215,20 +215,27 @@
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
           <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to this presentation and returns the associated index.</div>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFPictureData.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;type)</code>
 <div class="block">Create an instance of <code>PictureData</code> by type.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFPictureShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#getPictureData()">getPictureData</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFFill.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFill.html#getPictureData()">getPictureData</a></strong>()</code>
 <div class="block"><code>PictureData</code> object used in a texture, pattern of picture fill.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html Mon May 23 09:43:50 2016
@@ -118,7 +118,21 @@ extends java.io.Closeable</pre>
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(byte[]&nbsp;pictureData,
           <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -286,9 +300,41 @@ extends java.io.Closeable</pre>
 <pre><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;addPicture(byte[]&nbsp;pictureData,
                      <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
                        throws java.io.IOException</pre>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pictureData</code> - The bytes of the picture</dd><dd><code>format</code> - The format of the picture.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the new picture reference</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data reference.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="addPicture(java.io.InputStream, org.apache.poi.sl.usermodel.PictureData.PictureType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPicture</h4>
+<pre><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;addPicture(java.io.InputStream&nbsp;is,
+                     <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
+                       throws java.io.IOException</pre>
+<div class="block">Adds a picture to the presentation.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>is</code> - The stream to read the image from</dd><dd><code>format</code> - The format of the picture.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data reference.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="addPicture(java.io.File, org.apache.poi.sl.usermodel.PictureData.PictureType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPicture</h4>
+<pre><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;addPicture(java.io.File&nbsp;pict,
+                     <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
+                       throws java.io.IOException</pre>
+<div class="block">Adds a picture to the presentation.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pict</code> - The file containing the image to add</dd><dd><code>format</code> - The format of the picture.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data reference</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html Mon May 23 09:43:50 2016
@@ -152,10 +152,17 @@
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
           <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to this presentation and returns the associated index.</div>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">HSLFPictureData.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;type)</code>
 <div class="block">Create an instance of <code>PictureData</code> by type.</div>
@@ -213,7 +220,21 @@ the order they are declared.</div>
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
 <td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(byte[]&nbsp;pictureData,
           <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 </tbody>
@@ -250,6 +271,20 @@ the order they are declared.</div>
 <div class="block">Adds a picture to the workbook.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the slideshow.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html Mon May 23 09:43:50 2016
@@ -212,7 +212,21 @@
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
 <td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(byte[]&nbsp;pictureData,
           <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
-<div class="block">Adds a picture to the workbook.</div>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
+<td class="colLast"><span class="strong">SlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Mon May 23 09:43:50 2016
@@ -10547,6 +10547,12 @@ Compound Document Format.</div>
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph</code></td>
 <td class="colLast"><span class="strong">XSLFTextParagraph.</span><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">XSLFColor.</span><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFColor.html#setColor(java.awt.Color)">setColor</a></strong>(java.awt.Color&nbsp;color)</code>
+<div class="block">Sets the solid color</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html Mon May 23 09:43:50 2016
@@ -195,6 +195,20 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the slideshow.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#commit()">commit</a></strong>()</code>
 <div class="block">Save the content in the underlying package part.</div>
@@ -485,7 +499,7 @@ implements <a href="../../../../../org/a
 <h4>createSlide</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a>&nbsp;createSlide(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideLayout</a>&nbsp;layout)</pre>
 <div class="block">Create a slide and initialize it from the specified layout.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>layout</code> - </dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>layout</code> - The layout to use for the new slide.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>created slide</dd></dl>
 </li>
 </ul>
@@ -651,6 +665,44 @@ public&nbsp;org.openxmlformats.schemas.p
 <dt><span class="strong">Returns:</span></dt><dd>the picture data</dd></dl>
 </li>
 </ul>
+<a name="addPicture(java.io.InputStream, org.apache.poi.sl.usermodel.PictureData.PictureType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPicture</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a>&nbsp;addPicture(java.io.InputStream&nbsp;is,
+                         <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
+                           throws java.io.IOException</pre>
+<div class="block">Adds a picture to the slideshow.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFShape</a>,<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>is</code> - The stream to read image from</dd><dd><code>format</code> - The format of the picture</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="addPicture(java.io.File, org.apache.poi.sl.usermodel.PictureData.PictureType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPicture</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a>&nbsp;addPicture(java.io.File&nbsp;pict,
+                         <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)
+                           throws java.io.IOException</pre>
+<div class="block">Adds a picture to the presentation.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFShape</a>,<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>pict</code> - The file containing the image to add</dd><dd><code>format</code> - The format of the picture.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the picture data</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
 <a name="findLayout(java.lang.String)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html Mon May 23 09:43:50 2016
@@ -99,8 +99,6 @@
 public class <span class="strong">XSLFColor</span>
 extends java.lang.Object</pre>
 <div class="block">Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Color</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Yegor Kozlov</dd></dl>
 </li>
 </ul>
 </div>
@@ -162,6 +160,12 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>org.apache.xmlbeans.XmlObject</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFColor.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFColor.html#setColor(java.awt.Color)">setColor</a></strong>(java.awt.Color&nbsp;color)</code>
+<div class="block">Sets the solid color</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -233,6 +237,18 @@ public&nbsp;org.apache.xmlbeans.XmlObjec
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a>&nbsp;getColorStyle()</pre>
 </li>
 </ul>
+<a name="setColor(java.awt.Color)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setColor</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+protected&nbsp;void&nbsp;setColor(java.awt.Color&nbsp;color)</pre>
+<div class="block">Sets the solid color</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - solid color</dd></dl>
+</li>
+</ul>
 <a name="getShade()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html Mon May 23 09:43:50 2016
@@ -102,6 +102,20 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.File,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.File&nbsp;pict,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the presentation.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
+<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(java.io.InputStream,%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(java.io.InputStream&nbsp;is,
+          <a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
+<div class="block">Adds a picture to the slideshow.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
 <td class="colLast"><span class="strong">XSLFPictureShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html#getPictureData()">getPictureData</a></strong>()</code>
 <div class="block">Return the data on the (internal) picture.</div>
 </td>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon May 23 09:43:50 2016
@@ -265,6 +265,12 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58217">58217</a> - XSLF: support alpha channel on solid colors (fill, line, text)</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59355">59355</a> - XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1745133&r1=1745132&r2=1745133&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon May 23 09:43:50 2016
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> fix(bug 59355)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59355) - XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area</description></item><item><title> fix(bug 54570)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54570) - InvalidFormatException because of Absolute URI forbidden</description></item><item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants</description></item><item><title> add(bug 58144)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 581
 44) - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007</description></item><item><title> add(bug 59443)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59443) - SS Common: get and set Comment addresses</description></item><item><title> fix(bug 59434)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it</description></item><item><title> fix(bug 59383)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats</description></item><item><title> fix(bug 59327)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text direction on a table cell has no effect</description><
 /item><item><title> add(bug 58648)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58648) - Regression: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator</description></item><item><title> add(bug 59342)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color</description></item><item><title> add(bug 59340)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index</description></item><item><title> add(bug 59336)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</description></item><item><title> add(bug 59338)</title><link>http://poi.apache.org/changes.html</link><descriptio
 n> add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</description></item><item><title> add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add()</description></item><item><title> add(bug 5
 9264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - SS Common: unify setting cell border line style with BorderStyle</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> add(bug 58217)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58217) - XSLF: support alpha channel on solid colors (fill, line, text)</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()</description></item><item><title> fix(bug 59355)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59355) - XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area</description></item><item><title> fix(bug 54570)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54570) - InvalidFormat
 Exception because of Absolute URI forbidden</description></item><item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants</description></item><item><title> add(bug 58144)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58144) - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007</description></item><item><title> add(bug 59443)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59443) - SS Common: get and set Comment addresses</description></item><item><title> fix(bug 59434)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it</description></item><item><titl
 e> fix(bug 59383)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats</description></item><item><title> fix(bug 59327)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text direction on a table cell has no effect</description></item><item><title> add(bug 58648)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58648) - Regression: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator</description></item><item><title> add(bug 59342)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color</description></item><item><title> add(bug 59340)</title><link>http://poi.apache.org/changes.html</link><descript
 ion> add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index</description></item><item><title> add(bug 59336)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</description></item><item><title> add(bug 59338)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</description></item><item><title> add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.
 apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add()</description></item><item><title> add(bug 59264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - SS Common: unify setting cell border line style with BorderStyle</description></item></channel></rss>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org