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 2014/08/05 00:02:55 UTC

svn commit: r1615813 - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/xslf/usermodel/ publish/apidocs/org/apache/poi/xslf/usermodel/class-use/ src/documentation/content/xdocs/

Author: nick
Date: Mon Aug  4 22:02:54 2014
New Revision: 1615813

URL: http://svn.apache.org/r1615813
Log:
Changelog and JavaDoc update

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFPictureShape.html
    poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1615813&r1=1615812&r2=1615813&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon Aug  4 22:02:54 2014
@@ -28989,7 +28989,9 @@ return null</div>
 <div class="block">Return picture data for this picture</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html#getPictureData()">getPictureData()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Return the data on the (internal) picture.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFPicture.html#getPictureData()">getPictureData()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFPicture.html" title="class in org.apache.poi.xssf.usermodel">XSSFPicture</a></dt>
 <dd>
 <div class="block">Return picture data for this shape</div>
@@ -29012,6 +29014,11 @@ return null</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFPicture.html#getPictureIndex()">getPictureIndex()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFPicture.html" title="class in org.apache.poi.hssf.usermodel">HSSFPicture</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html#getPictureLink()">getPictureLink()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></dt>
+<dd>
+<div class="block">For an external linked picture, return the last-seen
+  path to the picture.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/model/Picture.html#getPictureName()">getPictureName()</a></span> - Method in class org.apache.poi.hslf.model.<a href="./org/apache/poi/hslf/model/Picture.html" title="class in org.apache.poi.hslf.model">Picture</a></dt>
 <dd>
 <div class="block">Name of this picture.</div>
@@ -40469,6 +40476,12 @@ return null</div>
 <dd>
 <div class="block">external functions get some special processing</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html#isExternalLinkedPicture()">isExternalLinkedPicture()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></dt>
+<dd>
+<div class="block">Is this an internal picture (image data included within
+  the PowerPoint file), or an external linked picture
+  (image lives outside)?</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/DConRefRecord.html#isExternalRef()">isExternalRef()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/DConRefRecord.html" title="class in org.apache.poi.hssf.record">DConRefRecord</a></dt>
 <dd>
 <div class="block">Checks if the data source in this reference record is external to this sheet or internal.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFPictureShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFPictureShape.html?rev=1615813&r1=1615812&r2=1615813&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFPictureShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFPictureShape.html Mon Aug  4 22:02:54 2014
@@ -108,8 +108,6 @@
 public class <span class="strong">XSLFPictureShape</span>
 extends <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSimpleShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFSimpleShape</a></pre>
 <div class="block">Represents a picture shape</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Yegor Kozlov</dd></dl>
 </li>
 </ul>
 </div>
@@ -136,7 +134,24 @@ extends <a href="../../../../../org/apac
 </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/XSLFPictureShape.html#getPictureData()">getPictureData</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><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>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.net.URI</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html#getPictureLink()">getPictureLink</a></strong>()</code>
+<div class="block">For an external linked picture, return the last-seen
+  path to the picture.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html#isExternalLinkedPicture()">isExternalLinkedPicture</a></strong>()</code>
+<div class="block">Is this an internal picture (image data included within
+  the PowerPoint file), or an external linked picture
+  (image lives outside)?</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -192,6 +207,18 @@ extends <a href="../../../../../org/apac
  for other types sets the default size of 200x200 pixels.</div>
 </li>
 </ul>
+<a name="isExternalLinkedPicture()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExternalLinkedPicture</h4>
+<pre>public&nbsp;boolean&nbsp;isExternalLinkedPicture()</pre>
+<div class="block">Is this an internal picture (image data included within
+  the PowerPoint file), or an external linked picture
+  (image lives outside)?</div>
+</li>
+</ul>
 <a name="getPictureData()">
 <!--   -->
 </a>
@@ -199,6 +226,20 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getPictureData</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a>&nbsp;getPictureData()</pre>
+<div class="block">Return the data on the (internal) picture.
+ For an external linked picture, will return null</div>
+</li>
+</ul>
+<a name="getPictureLink()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPictureLink</h4>
+<pre>public&nbsp;java.net.URI&nbsp;getPictureLink()</pre>
+<div class="block">For an external linked picture, return the last-seen
+  path to the picture.
+ For an internal picture, returns null.</div>
 </li>
 </ul>
 <a name="drawContent(java.awt.Graphics2D)">

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=1615813&r1=1615812&r2=1615813&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 Aug  4 22:02:54 2014
@@ -95,7 +95,9 @@
 <tbody>
 <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">XSLFPictureShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html#getPictureData()">getPictureData</a></strong>()</code>&nbsp;</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>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1615813&r1=1615812&r2=1615813&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Aug  4 22:02:54 2014
@@ -257,6 +257,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56812">56812</a> - For XSLF Pictures, provide a way to get the URI of externally linked pictures</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=54764">54764</a> - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1615813&r1=1615812&r2=1615813&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Aug  4 22:02:54 2014
@@ -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>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 54764)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54764) - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</description></item><item><title> fix(bug 56800)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56800) - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</description></item></chan
 nel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 56812)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56812) - For XSLF Pictures, provide a way to get the URI of externally linked pictures</description></item><item><title> fix(bug 54764)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54764) - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</description></item><item><title> fix(bug 
 56800)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56800) - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1615813&r1=1615812&r2=1615813&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Aug  4 22:02:54 2014
@@ -37,6 +37,7 @@
     </devs>
 
     <release version="3.11-beta2" date="2014-??-??">
+        <action dev="PD" type="fix" fixes-bug="56812">For XSLF Pictures, provide a way to get the URI of externally linked pictures</action>
         <action dev="PD" type="fix" fixes-bug="54764">On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</action>
         <action dev="PD" type="fix">Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</action>
         <action dev="PD" type="fix" fixes-bug="56800">Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</action>



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