Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html Wed Aug 5 23:27:06 2015 @@ -111,14 +111,27 @@ extends <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></pre> <div class="block">Represents a bitmap picture data: JPEG or PNG. The data is not compressed and the exact file content is written in the stream.</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> +</li> +</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> @@ -130,7 +143,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -172,7 +185,7 @@ extends <a href="../../../../../org/apac <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html#setData(byte[])">setData</a></strong>(byte[] data)</code> -<div class="block">Set picture data</div> +<div class="block">Sets the binary picture data</div> </td> </tr> </table> @@ -181,7 +194,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a>, <a href="../../../../../org/apache/poi/hslf/use rmodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a >, <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -190,6 +203,13 @@ extends <a href="../../../../../org/apac <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getType()">getType</a></code></li> +</ul> </li> </ul> </li> @@ -228,14 +248,9 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getData</h4> <pre>public byte[] getData()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">HSLFPictureData</a></code></strong></div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">PictureData</a></code></strong></div> <div class="block">Returns the binary data of this Picture</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">getData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">getData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> +<dl><dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> </li> </ul> <a name="setData(byte[])"> @@ -246,13 +261,9 @@ extends <a href="../../../../../org/apac <h4>setData</h4> <pre>public void setData(byte[] data) throws java.io.IOException</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">HSLFPictureData</a></code></strong></div> -<div class="block">Set picture data</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">setData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">setData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">PictureData</a></code></strong></div> +<div class="block">Sets the binary picture data</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - 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/blip/DIB.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html Wed Aug 5 23:27:06 2015 @@ -111,14 +111,27 @@ <pre>public final class <span class="strong">DIB</span> extends <a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</a></pre> <div class="block">Represents a DIB picture data in a PPT file</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> +</li> +</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> @@ -130,7 +143,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -168,36 +181,28 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#addBMPHeader(byte[])">addBMPHeader</a></strong>(byte[] data)</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#getContentType()">getContentType</a></strong>()</code> -<div class="block">Returns content type (mime type) of this picture.</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#getData()">getData</a></strong>()</code> <div class="block">Returns the binary data of this Picture</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/blip/DIB.html#getSignature()">getSignature</a></strong>()</code> <div class="block">DIB signature is <code>0x7A80</code> or <code>0x7A90</code></div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#getType()">getType</a></strong>()</code> -<div class="block">Returns type of this picture.</div> -</td> -</tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#getType()">getType</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/DIB.html#setData(byte[])">setData</a></strong>(byte[] data)</code> -<div class="block">Set picture data</div> +<div class="block">Sets the binary picture data</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/blip/DIB.html#setSignature(int)">setSignature</a></strong>(int signature)</code> <div class="block">Sets the DIB signature - either <code>0x7A80</code> or <code>0x7A90</code></div> @@ -209,7 +214,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hsl f/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href=" ../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -255,14 +260,8 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public int getType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns type of this picture. - Must be one of the static constants defined in the <code>Picture<code> class.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>type of this picture</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#DIB"><code>HSLFPictureShape.DIB</code></a></dd></dl> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a> getType()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the picture type</dd></dl> </li> </ul> <a name="getSignature()"> @@ -300,7 +299,7 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getData</h4> <pre>public byte[] getData()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">HSLFPictureData</a></code></strong></div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">PictureData</a></code></strong></div> <div class="block">Returns the binary data of this Picture</div> <dl> <dt><strong>Specified by:</strong></dt> @@ -322,39 +321,23 @@ extends <a href="../../../../../org/apac <a name="setData(byte[])"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>setData</h4> <pre>public void setData(byte[] data) throws java.io.IOException</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">HSLFPictureData</a></code></strong></div> -<div class="block">Set picture data</div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">PictureData</a></code></strong></div> +<div class="block">Sets the binary picture data</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">setData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html#setData(byte[])">setData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - picture data</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd></dl> </li> </ul> -<a name="getContentType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getContentType</h4> -<pre>public java.lang.String getContentType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns content type (mime type) of this picture.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>content type of this picture.</dd></dl> -</li> -</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html Wed Aug 5 23:27:06 2015 @@ -111,8 +111,6 @@ <pre>public final class <span class="strong">EMF</span> extends <a href="../../../../../org/apache/poi/hslf/blip/Metafile.html" title="class in org.apache.poi.hslf.blip">Metafile</a></pre> <div class="block">Represents EMF (Windows Enhanced Metafile) picture data.</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -132,6 +130,13 @@ extends <a href="../../../../../org/apac <h3>Nested classes/interfaces inherited from class org.apache.poi.hslf.blip.<a href="../../../../../org/apache/poi/hslf/blip/Metafile.html" title="class in org.apache.poi.hslf.blip">Metafile</a></h3> <code><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html" title="class in org.apache.poi.hslf.blip">Metafile.Header</a></code></li> </ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -145,7 +150,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -179,36 +184,28 @@ extends <a href="../../../../../org/apac <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#getContentType()">getContentType</a></strong>()</code> -<div class="block">Returns content type (mime type) of this picture.</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#getData()">getData</a></strong>()</code> -<div class="block">Extract compressed EMF data from a ppt</div> +<div class="block">Returns the binary data of this Picture</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#getSignature()">getSignature</a></strong>()</code> <div class="block">EMF signature is <code>0x3D40</code> or <code>0x3D50</code></div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#getType()">getType</a></strong>()</code> -<div class="block">Returns type of this picture.</div> -</td> -</tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#getType()">getType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/EMF.html#setData(byte[])">setData</a></strong>(byte[] data)</code> -<div class="block">Set picture data</div> +<div class="block">Sets the binary picture data</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/blip/EMF.html#setSignature(int)">setSignature</a></strong>(int signature)</code> <div class="block">Sets the EMF signature - either <code>0x3D40</code> or <code>0x3D50</code></div> @@ -227,7 +224,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hsl f/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href=" ../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -274,13 +271,9 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getData</h4> <pre>public byte[] getData()</pre> -<div class="block">Extract compressed EMF data from a ppt</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">getData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">getData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">PictureData</a></code></strong></div> +<div class="block">Returns the binary data of this Picture</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> </li> </ul> <a name="setData(byte[])"> @@ -291,13 +284,9 @@ extends <a href="../../../../../org/apac <h4>setData</h4> <pre>public void setData(byte[] data) throws java.io.IOException</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">HSLFPictureData</a></code></strong></div> -<div class="block">Set picture data</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">setData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">setData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">PictureData</a></code></strong></div> +<div class="block">Sets the binary picture data</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - picture data</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd></dl> </li> @@ -308,14 +297,8 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public int getType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns type of this picture. - Must be one of the static constants defined in the <code>Picture<code> class.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>type of this picture.</dd></dl> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a> getType()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the picture type</dd></dl> </li> </ul> <a name="getSignature()"> @@ -335,7 +318,7 @@ extends <a href="../../../../../org/apac <a name="setSignature(int)"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>setSignature</h4> <pre>public void setSignature(int signature)</pre> @@ -346,23 +329,6 @@ extends <a href="../../../../../org/apac </dl> </li> </ul> -<a name="getContentType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getContentType</h4> -<pre>public java.lang.String getContentType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns content type (mime type) of this picture.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>content type of this picture.</dd></dl> -</li> -</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html Wed Aug 5 23:27:06 2015 @@ -111,8 +111,6 @@ <pre>public final class <span class="strong">JPEG</span> extends <a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</a></pre> <div class="block">Represents a JPEG picture data in a PPT file</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -136,6 +134,13 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.ColorSpace.html" title="enum in org.apache.poi.hslf.blip">JPEG.ColorSpace</a></strong></code> </td> </tr> </table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -149,7 +154,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -187,28 +192,20 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#getColorSpace()">getColorSpace</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#getContentType()">getContentType</a></strong>()</code> -<div class="block">Returns content type (mime type) of this picture.</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#getSignature()">getSignature</a></strong>()</code> <div class="block">JPEG signature is one of <code>0x46A0, 0x46B0, 0x6E20, 0x6E30</code></div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#getType()">getType</a></strong>()</code> -<div class="block">Returns type of this picture.</div> -</td> -</tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#getType()">getType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/JPEG.html#setColorSpace(org.apache.poi.hslf.blip.JPEG.ColorSpace)">setColorSpace</a></strong>(<a href="../../../../../org/apache/poi/hslf/blip/JPEG.ColorSpace.html" title="enum in org.apache.poi.hslf.blip">JPEG.ColorSpace</a> colorSpace)</code> </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/blip/JPEG.html#setSignature(int)">setSignature</a></strong>(int signature)</code> <div class="block">Sets the PICT signature - either <code>0x5420</code> or <code>0x5430</code></div> @@ -227,7 +224,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hsl f/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href=" ../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -273,14 +270,8 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public int getType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns type of this picture. - Must be one of the static constants defined in the <code>Picture<code> class.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>type of this picture</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#JPEG"><code>HSLFPictureShape.JPEG</code></a></dd></dl> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a> getType()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the picture type</dd></dl> </li> </ul> <a name="getColorSpace()"> @@ -318,7 +309,7 @@ extends <a href="../../../../../org/apac <a name="setSignature(int)"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>setSignature</h4> <pre>public void setSignature(int signature)</pre> @@ -329,23 +320,6 @@ extends <a href="../../../../../org/apac </dl> </li> </ul> -<a name="getContentType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getContentType</h4> -<pre>public java.lang.String getContentType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns content type (mime type) of this picture.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>content type of this picture.</dd></dl> -</li> -</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.html Wed Aug 5 23:27:06 2015 @@ -138,6 +138,13 @@ extends <a href="../../../../../org/apac </td> </tr> </table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -151,7 +158,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -196,7 +203,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">getData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/use rmodel/HSLFPictureData.html#getType()">getType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">setData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a >, <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, > <a >href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -205,6 +212,13 @@ extends <a href="../../../../../org/apac <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">getData</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getType()">getType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">setData</a></code></li> +</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/PICT.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/PICT.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/PICT.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/PICT.html Wed Aug 5 23:27:06 2015 @@ -111,8 +111,6 @@ <pre>public final class <span class="strong">PICT</span> extends <a href="../../../../../org/apache/poi/hslf/blip/Metafile.html" title="class in org.apache.poi.hslf.blip">Metafile</a></pre> <div class="block">Represents Macintosh PICT picture data.</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -132,6 +130,13 @@ extends <a href="../../../../../org/apac <h3>Nested classes/interfaces inherited from class org.apache.poi.hslf.blip.<a href="../../../../../org/apache/poi/hslf/blip/Metafile.html" title="class in org.apache.poi.hslf.blip">Metafile</a></h3> <code><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html" title="class in org.apache.poi.hslf.blip">Metafile.Header</a></code></li> </ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -145,7 +150,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -179,36 +184,28 @@ extends <a href="../../../../../org/apac <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#getContentType()">getContentType</a></strong>()</code> -<div class="block">Returns content type (mime type) of this picture.</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#getData()">getData</a></strong>()</code> -<div class="block">Extract compressed PICT data from a ppt</div> +<div class="block">Returns the binary data of this Picture</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#getSignature()">getSignature</a></strong>()</code> <div class="block">PICT signature is <code>0x5420</code> or <code>0x5430</code></div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#getType()">getType</a></strong>()</code> -<div class="block">Returns type of this picture.</div> -</td> -</tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#getType()">getType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PICT.html#setData(byte[])">setData</a></strong>(byte[] data)</code> -<div class="block">Set picture data</div> +<div class="block">Sets the binary picture data</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/blip/PICT.html#setSignature(int)">setSignature</a></strong>(int signature)</code> <div class="block">Sets the PICT signature - either <code>0x5420</code> or <code>0x5430</code></div> @@ -227,7 +224,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hsl f/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href=" ../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -274,13 +271,9 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getData</h4> <pre>public byte[] getData()</pre> -<div class="block">Extract compressed PICT data from a ppt</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">getData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">getData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">PictureData</a></code></strong></div> +<div class="block">Returns the binary data of this Picture</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> </li> </ul> <a name="setData(byte[])"> @@ -291,13 +284,9 @@ extends <a href="../../../../../org/apac <h4>setData</h4> <pre>public void setData(byte[] data) throws java.io.IOException</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">HSLFPictureData</a></code></strong></div> -<div class="block">Set picture data</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">setData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setData(byte[])">setData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#setData(byte[])">PictureData</a></code></strong></div> +<div class="block">Sets the binary picture data</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - picture data</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd></dl> </li> @@ -308,14 +297,8 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public int getType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns type of this picture. - Must be one of the static constants defined in the <code>Picture<code> class.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>type of this picture.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#PICT"><code>HSLFPictureShape.PICT</code></a></dd></dl> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a> getType()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the picture type</dd></dl> </li> </ul> <a name="getSignature()"> @@ -335,7 +318,7 @@ extends <a href="../../../../../org/apac <a name="setSignature(int)"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>setSignature</h4> <pre>public void setSignature(int signature)</pre> @@ -346,23 +329,6 @@ extends <a href="../../../../../org/apac </dl> </li> </ul> -<a name="getContentType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getContentType</h4> -<pre>public java.lang.String getContentType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns content type (mime type) of this picture.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>content type of this picture.</dd></dl> -</li> -</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/PNG.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/PNG.html?rev=1694374&r1=1694373&r2=1694374&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/blip/PNG.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/PNG.html Wed Aug 5 23:27:06 2015 @@ -111,14 +111,27 @@ <pre>public final class <span class="strong">PNG</span> extends <a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</a></pre> <div class="block">Represents a PNG picture data in a PPT file</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.PictureData"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></li> +</ul> +</li> +</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> @@ -130,7 +143,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li> </ul> </li> </ul> @@ -164,30 +177,22 @@ extends <a href="../../../../../org/apac <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#getContentType()">getContentType</a></strong>()</code> -<div class="block">Returns content type (mime type) of this picture.</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#getData()">getData</a></strong>()</code> <div class="block">Returns the binary data of this Picture</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#getSignature()">getSignature</a></strong>()</code> <div class="block">PNG signature is <code>0x6E00</code> or <code>0x6E10</code></div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#getType()">getType</a></strong>()</code> -<div class="block">Returns type of this picture.</div> -</td> -</tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#getType()">getType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/PNG.html#setSignature(int)">setSignature</a></strong>(int signature)</code> <div class="block">Sets the PNG signature - either <code>0x6E00</code> or <code>0x6E10</code></div> @@ -206,7 +211,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3> -<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(int)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hsl f/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSize()">getSize</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href=" ../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -253,14 +258,14 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getData</h4> <pre>public byte[] getData()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getData()">HSLFPictureData</a></code></strong></div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">PictureData</a></code></strong></div> <div class="block">Returns the binary data of this Picture</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getData()">getData</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html#getData()">getData</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>PNG data</dd></dl> +<dt><span class="strong">Returns:</span></dt><dd>picture data</dd></dl> </li> </ul> <a name="getType()"> @@ -269,14 +274,8 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public int getType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns type of this picture. - Must be one of the static constants defined in the <code>Picture<code> class.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getType()">getType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>type of this picture</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#PNG"><code>HSLFPictureShape.PNG</code></a></dd></dl> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a> getType()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the picture type</dd></dl> </li> </ul> <a name="getSignature()"> @@ -296,7 +295,7 @@ extends <a href="../../../../../org/apac <a name="setSignature(int)"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>setSignature</h4> <pre>public void setSignature(int signature)</pre> @@ -307,23 +306,6 @@ extends <a href="../../../../../org/apac </dl> </li> </ul> -<a name="getContentType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getContentType</h4> -<pre>public java.lang.String getContentType()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">HSLFPictureData</a></code></strong></div> -<div class="block">Returns content type (mime type) of this picture.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></dd> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>content type of this picture.</dd></dl> -</li> -</ul> </li> </ul> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
