You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/10/05 10:37:14 UTC

svn commit: r1706762 [2/2] - in /poi/site/publish/apidocs: ./ org/apache/poi/hslf/usermodel/ org/apache/poi/sl/usermodel/ org/apache/poi/util/ org/apache/poi/util/class-use/ org/apache/poi/xslf/ org/apache/poi/xslf/class-use/ org/apache/poi/xslf/usermo...

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTextRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTextRun.html?rev=1706762&r1=1706761&r2=1706762&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTextRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTextRun.html Mon Oct  5 08:37:13 2015
@@ -159,7 +159,10 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.Double</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html#getFontSize()">getFontSize</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html#getFontSize()">getFontSize</a></strong>()</code>
+<div class="block">Returns the font size which is either set directly on this text run or
+ given from the slide layout</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel">XSLFHyperlink</a></code></td>
@@ -254,7 +257,10 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double&nbsp;fontSize)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double&nbsp;fontSize)</code>
+<div class="block">Sets the font size directly on this text run, if null is given, the
+ font size defaults to the values given from the slide layout</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -402,6 +408,9 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>setFontSize</h4>
 <pre>public&nbsp;void&nbsp;setFontSize(java.lang.Double&nbsp;fontSize)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontSize(java.lang.Double)">TextRun</a></code></strong></div>
+<div class="block">Sets the font size directly on this text run, if null is given, the
+ font size defaults to the values given from the slide layout</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontSize(java.lang.Double)">setFontSize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></dd>
@@ -415,6 +424,9 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getFontSize</h4>
 <pre>public&nbsp;java.lang.Double&nbsp;getFontSize()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontSize()">TextRun</a></code></strong></div>
+<div class="block">Returns the font size which is either set directly on this text run or
+ given from the slide layout</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontSize()">getFontSize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></dd>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1706762&r1=1706761&r2=1706762&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Mon Oct  5 08:37:13 2015
@@ -214,7 +214,6 @@
 </li>
 <li type="circle">java.util.AbstractMap&lt;K,V&gt; (implements java.util.Map&lt;K,V&gt;)
 <ul>
-<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/BinaryTree.html" title="class in org.apache.poi.util"><span class="strong">BinaryTree</span></a></li>
 <li type="circle">java.util.HashMap&lt;K,V&gt; (implements java.lang.Cloneable, java.util.Map&lt;K,V&gt;, java.io.Serializable)
 <ul>
 <li type="circle">org.apache.poi.hpsf.<a href="org/apache/poi/hpsf/CustomProperties.html" title="class in org.apache.poi.hpsf"><span class="strong">CustomProperties</span></a></li>
@@ -2216,7 +2215,6 @@
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/SheetReferences.html" title="class in org.apache.poi.ss.util"><span class="strong">SheetReferences</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/SheetUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">SheetUtil</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/ShortField.html" title="class in org.apache.poi.util"><span class="strong">ShortField</span></a> (implements org.apache.poi.util.<a href="org/apache/poi/util/FixedField.html" title="interface in org.apache.poi.util">FixedField</a>)</li>
-<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/ShortList.html" title="class in org.apache.poi.util"><span class="strong">ShortList</span></a></li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.<a href="org/apache/poi/poifs/crypt/dsig/SignatureConfig.html" title="class in org.apache.poi.poifs.crypt.dsig"><span class="strong">SignatureConfig</span></a></li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.facets.<a href="org/apache/poi/poifs/crypt/dsig/facets/SignatureFacet.html" title="class in org.apache.poi.poifs.crypt.dsig.facets"><span class="strong">SignatureFacet</span></a> (implements org.apache.poi.poifs.crypt.dsig.<a href="org/apache/poi/poifs/crypt/dsig/SignatureConfig.SignatureConfigurable.html" title="interface in org.apache.poi.poifs.crypt.dsig">SignatureConfig.SignatureConfigurable</a>)
 <ul>



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