Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html Thu Oct 30 16:22:08 2014 @@ -288,7 +288,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLRelation.html" title="class in org.apache.poi">POIXMLRelation</a></h3> -<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> +<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileNameIndex(org.apache.poi.POIXMLDocumentPart)">getFileNameIndex</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTheme.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTheme.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTheme.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTheme.html Thu Oct 30 16:22:08 2014 @@ -182,6 +182,10 @@ extends <a href="../../../../../org/apac </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html#importTheme(org.apache.poi.xslf.usermodel.XSLFTheme)">importTheme</a></strong>(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a> theme)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html#setName(java.lang.String)">setName</a></strong>(java.lang.String name)</code> <div class="block">Set name of this theme</div> </td> @@ -238,6 +242,15 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Method Detail</h3> +<a name="importTheme(org.apache.poi.xslf.usermodel.XSLFTheme)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>importTheme</h4> +<pre>public void importTheme(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a> theme)</pre> +</li> +</ul> <a name="getName()"> <!-- --> </a> Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotes.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotes.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotes.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotes.html Thu Oct 30 16:22:08 2014 @@ -97,6 +97,12 @@ <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotes</a></code></td> <td class="colLast"><span class="strong">XSLFSlide.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html#getNotes()">getNotes</a></strong>()</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotes</a></code></td> +<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesSlide(org.apache.poi.xslf.usermodel.XSLFSlide)">getNotesSlide</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a> slide)</code> +<div class="block">Return notes slide for the specified slide or create new if it does not exist yet.</div> +</td> +</tr> </tbody> </table> </li> 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=1635535&r1=1635534&r2=1635535&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 Thu Oct 30 16:22:08 2014 @@ -131,6 +131,15 @@ <div class="block">Render picture data into the supplied graphics</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="strong">XSLFImageRenderer.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFImageRenderer.html#drawImage(java.awt.Graphics2D,%20org.apache.poi.xslf.usermodel.XSLFPictureData,%20java.awt.geom.Rectangle2D,%20java.awt.Insets)">drawImage</a></strong>(java.awt.Graphics2D graphics, + <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a> data, + java.awt.geom.Rectangle2D anchor, + java.awt.Insets clip)</code> +<div class="block">Render picture data into the supplied graphics</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlide.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlide.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlide.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlide.html Thu Oct 30 16:22:08 2014 @@ -135,10 +135,16 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotes</a></code></td> +<td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesSlide(org.apache.poi.xslf.usermodel.XSLFSlide)">getNotesSlide</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a> slide)</code> +<div class="block">Return notes slide for the specified slide or create new if it does not exist yet.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSLFHyperlink.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html#setAddress(org.apache.poi.xslf.usermodel.XSLFSlide)">setAddress</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a> slide)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#setSlideOrder(org.apache.poi.xslf.usermodel.XSLFSlide,%20int)">setSlideOrder</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a> slide, int newIndex)</code> </td> Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTheme.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTheme.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTheme.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTheme.html Thu Oct 30 16:22:08 2014 @@ -105,6 +105,27 @@ <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a></code></td> <td class="colLast"><span class="strong">XSLFSlide.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html#getTheme()">getTheme</a></strong>()</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a></code></td> +<td class="colLast"><span class="strong">XSLFNotes.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html#getTheme()">getTheme</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a></code></td> +<td class="colLast"><span class="strong">XSLFNotesMaster.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html#getTheme()">getTheme</a></strong>()</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSLFTheme.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html#importTheme(org.apache.poi.xslf.usermodel.XSLFTheme)">importTheme</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a> theme)</code> </td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html Thu Oct 30 16:22:08 2014 @@ -335,7 +335,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLRelation.html" title="class in org.apache.poi">POIXMLRelation</a></h3> -<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> +<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileNameIndex(org.apache.poi.POIXMLDocumentPart)">getFileNameIndex</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRelation.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRelation.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRelation.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRelation.html Thu Oct 30 16:22:08 2014 @@ -279,7 +279,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLRelation.html" title="class in org.apache.poi">POIXMLRelation</a></h3> -<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> +<code><a href="../../../../../org/apache/poi/POIXMLRelation.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getDefaultFileName()">getDefaultFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileName(int)">getFileName</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getFileNameIndex(org.apache.poi.POIXMLDocumentPart)">getFileNameIndex</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelation()">getRelation</a>, <a href="../../../../../org/apache/poi/POIXMLRelation.html#getRelationClass()">getRelationClass</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1635535&r1=1635534&r2=1635535&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Thu Oct 30 16:22:08 2014 @@ -568,6 +568,7 @@ </ul> </li> <li type="circle">org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/EntryUtils.html" title="class in org.apache.poi.poifs.filesystem"><span class="strong">EntryUtils</span></a></li> +<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/EOMonth.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">EOMonth</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li> <li type="circle">org.apache.poi.ss.formula.constant.<a href="org/apache/poi/ss/formula/constant/ErrorConstant.html" title="class in org.apache.poi.ss.formula.constant"><span class="strong">ErrorConstant</span></a></li> <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ErrorConstants.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ErrorConstants</span></a> <ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
