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/02/05 18:35:53 UTC

svn commit: r1657635 [4/4] - in /poi/site/publish/apidocs: ./ org/apache/poi/hwpf/class-use/ org/apache/poi/hwpf/model/class-use/ org/apache/poi/hwpf/usermodel/ org/apache/poi/hwpf/usermodel/class-use/ org/apache/poi/util/class-use/ org/apache/poi/wp/u...

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html?rev=1657635&r1=1657634&r2=1657635&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html Thu Feb  5 17:35:52 2015
@@ -215,40 +215,50 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getCharacterSpacing()">getCharacterSpacing</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getColor()">getColor</a></strong>()</code>
 <div class="block">Get text color.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getCTR()">getCTR</a></strong>()</code>
 <div class="block">Get the currently used CTR object</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html" title="class in org.apache.poi.xwpf.usermodel">XWPFPicture</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getEmbeddedPictures()">getEmbeddedPictures</a></strong>()</code>
 <div class="block">Returns the embedded pictures of the run.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontFamily()">getFontFamily</a></strong>()</code>
 <div class="block">Gets the fonts which shall be used to display the text contents of
  this run.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontFamily(org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange)">getFontFamily</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.FontCharRange.html" title="enum in org.apache.poi.xwpf.usermodel">XWPFRun.FontCharRange</a>&nbsp;fcr)</code>
 <div class="block">Gets the font family for the specified font char range.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontName()">getFontName</a></strong>()</code>
+<div class="block">Alias for <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontFamily()"><code>getFontFamily()</code></a></div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontSize()">getFontSize</a></strong>()</code>
@@ -257,6 +267,10 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getKerning()">getKerning</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getParagraph()">getParagraph</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -264,32 +278,32 @@ implements <a href="../../../../../org/a
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getParent()">getParent</a></strong>()</code>
 <div class="block">Get the currently referenced paragraph/SDT object</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getPictureText()">getPictureText</a></strong>()</code>
 <div class="block">Returns text embedded in pictures</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/VerticalAlign.html" title="enum in org.apache.poi.xwpf.usermodel">VerticalAlign</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getSubscript()">getSubscript</a></strong>()</code>
 <div class="block">Specifies the alignment which shall be applied to the contents of this
  run in relation to the default appearance of the run's text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getText(int)">getText</a></strong>(int&nbsp;pos)</code>
 <div class="block">Return the string content of this text run</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/xwpf/usermodel/XWPFRun.html#getTextPosition()">getTextPosition</a></strong>()</code>
 <div class="block">This element specifies the amount by which text shall be raised or
@@ -297,20 +311,24 @@ implements <a href="../../../../../org/a
  surrounding non-positioned text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel">UnderlinePatterns</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getUnderline()">getUnderline</a></strong>()</code>
 <div class="block">Specifies that the contents of this run should be displayed along with an
  underline appearing directly below the character heigh</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isBold()">isBold</a></strong>()</code>
 <div class="block">Whether the bold property shall be applied to all non-complex script
  characters in the contents of this run when displayed in a document</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isCapitalized()">isCapitalized</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isDoubleStrikeThrough()">isDoubleStrikeThrough</a></strong>()</code>
@@ -320,6 +338,14 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isEmbossed()">isEmbossed</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isImprinted()">isImprinted</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isItalic()">isItalic</a></strong>()</code>
 <div class="block">Whether the italic property should be applied to all non-complex script
  characters in the contents of this run when displayed in a document.</div>
@@ -327,6 +353,14 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isShadowed()">isShadowed</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isSmallCaps()">isSmallCaps</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#isStrike()">isStrike</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
@@ -359,6 +393,14 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setCapitalized(boolean)">setCapitalized</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setCharacterSpacing(int)">setCharacterSpacing</a></strong>(int&nbsp;twips)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setColor(java.lang.String)">setColor</a></strong>(java.lang.String&nbsp;rgbStr)</code>
 <div class="block">Set text color.</div>
 </td>
@@ -372,12 +414,16 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setEmbossed(boolean)">setEmbossed</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setFontFamily(java.lang.String)">setFontFamily</a></strong>(java.lang.String&nbsp;fontFamily)</code>
 <div class="block">Specifies the fonts which shall be used to display the text contents of
  this run.</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/xwpf/usermodel/XWPFRun.html#setFontFamily(java.lang.String,%20org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange)">setFontFamily</a></strong>(java.lang.String&nbsp;fontFamily,
              <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.FontCharRange.html" title="enum in org.apache.poi.xwpf.usermodel">XWPFRun.FontCharRange</a>&nbsp;fcr)</code>
@@ -385,13 +431,17 @@ implements <a href="../../../../../org/a
  this run.</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/xwpf/usermodel/XWPFRun.html#setFontSize(int)">setFontSize</a></strong>(int&nbsp;size)</code>
 <div class="block">Specifies the font size which shall be applied to all non complex script
  characters in the contents of this run when displayed.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setImprinted(boolean)">setImprinted</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setItalic(boolean)">setItalic</a></strong>(boolean&nbsp;value)</code>
@@ -406,38 +456,50 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setKerning(int)">setKerning</a></strong>(int&nbsp;kern)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setShadow(boolean)">setShadow</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setSmallCaps(boolean)">setSmallCaps</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setStrike(boolean)">setStrike</a></strong>(boolean&nbsp;value)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</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/xwpf/usermodel/XWPFRun.html#setStrikeThrough(boolean)">setStrikeThrough</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Specifies that the contents of this run shall be displayed with a single
  horizontal line through the center of the line.</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/xwpf/usermodel/XWPFRun.html#setSubscript(org.apache.poi.xwpf.usermodel.VerticalAlign)">setSubscript</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/VerticalAlign.html" title="enum in org.apache.poi.xwpf.usermodel">VerticalAlign</a>&nbsp;valign)</code>
 <div class="block">Specifies the alignment which shall be applied to the contents of this
  run in relation to the default appearance of the run's text.</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/xwpf/usermodel/XWPFRun.html#setText(java.lang.String)">setText</a></strong>(java.lang.String&nbsp;value)</code>
 <div class="block">Sets the text of this text run</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/xwpf/usermodel/XWPFRun.html#setText(java.lang.String,%20int)">setText</a></strong>(java.lang.String&nbsp;value,
        int&nbsp;pos)</code>
 <div class="block">Sets the text of this text run in the</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/xwpf/usermodel/XWPFRun.html#setTextPosition(int)">setTextPosition</a></strong>(int&nbsp;val)</code>
 <div class="block">This element specifies the amount by which text shall be raised or
@@ -445,7 +507,7 @@ implements <a href="../../../../../org/a
  surrounding non-positioned text.</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/xwpf/usermodel/XWPFRun.html#setUnderline(org.apache.poi.xwpf.usermodel.UnderlinePatterns)">setUnderline</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel">UnderlinePatterns</a>&nbsp;value)</code>
 <div class="block">Specifies that the contents of this run should be displayed along with an
@@ -456,13 +518,19 @@ implements <a href="../../../../../org/a
  formatting applied at previous level in the style hierarchy.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#toString()">toString</a></strong>()</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#text()">text</a></strong>()</code>
 <div class="block">Returns the string version of the text, with tabs and
   carriage returns in place of their xml equivalents.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#toString()">toString</a></strong>()</code>
+<div class="block">Returns the string version of the text</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -569,7 +637,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;boolean&nbsp;isBold()</pre>
 <div class="block">Whether the bold property shall be applied to all non-complex script
  characters in the contents of this run when displayed in a document</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the bold property is applied</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isBold()">isBold</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the bold property is applied</dd></dl>
 </li>
 </ul>
 <a name="setBold(boolean)">
@@ -598,7 +669,10 @@ public&nbsp;org.openxmlformats.schemas.w
  element is never applied in the style hierarchy, then bold shall not be
  applied to non-complex script characters.
  </p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the bold property is applied to
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setBold(boolean)">setBold</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the bold property is applied to
               this run</dd></dl>
 </li>
 </ul>
@@ -676,7 +750,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;boolean&nbsp;isItalic()</pre>
 <div class="block">Whether the italic property should be applied to all non-complex script
  characters in the contents of this run when displayed in a document.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the italic property is applied</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isItalic()">isItalic</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the italic property is applied</dd></dl>
 </li>
 </ul>
 <a name="setItalic(boolean)">
@@ -706,7 +783,10 @@ public&nbsp;org.openxmlformats.schemas.w
  element is never applied in the style hierarchy, then bold shall not be
  applied to non-complex script characters.
  </p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the italic property is applied to
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setItalic(boolean)">setItalic</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the italic property is applied to
               this run</dd></dl>
 </li>
 </ul>
@@ -751,7 +831,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;boolean&nbsp;isStrikeThrough()</pre>
 <div class="block">Specifies that the contents of this run shall be displayed with a single
  horizontal line through the center of the line.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the strike property is applied</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isStrikeThrough()">isStrikeThrough</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the strike property is applied</dd></dl>
 </li>
 </ul>
 <a name="isStrike()">
@@ -774,7 +857,10 @@ public&nbsp;boolean&nbsp;isStrike()</pre
 <pre>public&nbsp;boolean&nbsp;isDoubleStrikeThrough()</pre>
 <div class="block">Specifies that the contents of this run shall be displayed with a double
  horizontal line through the center of the line.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the double strike property is applied</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isDoubleStrikeThrough()">isDoubleStrikeThrough</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the double strike property is applied</dd></dl>
 </li>
 </ul>
 <a name="setStrikeThrough(boolean)">
@@ -803,7 +889,10 @@ public&nbsp;boolean&nbsp;isStrike()</pre
  element is never applied in the style hierarchy, then strikethrough shall
  not be applied to the contents of this run.
  </p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the strike property is applied to
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setStrikeThrough(boolean)">setStrikeThrough</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - <code>true</code> if the strike property is applied to
               this run</dd></dl>
 </li>
 </ul>
@@ -827,7 +916,140 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <pre>public&nbsp;void&nbsp;setDoubleStrikethrough(boolean&nbsp;value)</pre>
 <div class="block">Specifies that the contents of this run shall be displayed with a
  double horizontal line through the center of the line.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setStrikeThrough(boolean)"><code>for the rules about this</code></a></dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setDoubleStrikethrough(boolean)">setDoubleStrikethrough</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setStrikeThrough(boolean)"><code>for the rules about this</code></a></dd></dl>
+</li>
+</ul>
+<a name="isSmallCaps()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSmallCaps</h4>
+<pre>public&nbsp;boolean&nbsp;isSmallCaps()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isSmallCaps()">isSmallCaps</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setSmallCaps(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSmallCaps</h4>
+<pre>public&nbsp;void&nbsp;setSmallCaps(boolean&nbsp;value)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setSmallCaps(boolean)">setSmallCaps</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isCapitalized()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCapitalized</h4>
+<pre>public&nbsp;boolean&nbsp;isCapitalized()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isCapitalized()">isCapitalized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setCapitalized(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCapitalized</h4>
+<pre>public&nbsp;void&nbsp;setCapitalized(boolean&nbsp;value)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setCapitalized(boolean)">setCapitalized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isShadowed()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isShadowed</h4>
+<pre>public&nbsp;boolean&nbsp;isShadowed()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isShadowed()">isShadowed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setShadow(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setShadow</h4>
+<pre>public&nbsp;void&nbsp;setShadow(boolean&nbsp;value)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setShadow(boolean)">setShadow</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isImprinted()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isImprinted</h4>
+<pre>public&nbsp;boolean&nbsp;isImprinted()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isImprinted()">isImprinted</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setImprinted(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setImprinted</h4>
+<pre>public&nbsp;void&nbsp;setImprinted(boolean&nbsp;value)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setImprinted(boolean)">setImprinted</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isEmbossed()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isEmbossed</h4>
+<pre>public&nbsp;boolean&nbsp;isEmbossed()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#isEmbossed()">isEmbossed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setEmbossed(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEmbossed</h4>
+<pre>public&nbsp;void&nbsp;setEmbossed(boolean&nbsp;value)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setEmbossed(boolean)">setEmbossed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="getSubscript()">
@@ -865,6 +1087,58 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>valign</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/VerticalAlign.html" title="enum in org.apache.poi.xwpf.usermodel"><code>VerticalAlign</code></a></dd></dl>
 </li>
 </ul>
+<a name="getKerning()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKerning</h4>
+<pre>public&nbsp;int&nbsp;getKerning()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#getKerning()">getKerning</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setKerning(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setKerning</h4>
+<pre>public&nbsp;void&nbsp;setKerning(int&nbsp;kern)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setKerning(int)">setKerning</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getCharacterSpacing()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCharacterSpacing</h4>
+<pre>public&nbsp;int&nbsp;getCharacterSpacing()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#getCharacterSpacing()">getCharacterSpacing</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setCharacterSpacing(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCharacterSpacing</h4>
+<pre>public&nbsp;void&nbsp;setCharacterSpacing(int&nbsp;twips)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setCharacterSpacing(int)">setCharacterSpacing</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="getFontFamily()">
 <!--   -->
 </a>
@@ -878,6 +1152,20 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <dl><dt><span class="strong">Returns:</span></dt><dd>a string representing the font family</dd></dl>
 </li>
 </ul>
+<a name="getFontName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFontName()</pre>
+<div class="block">Alias for <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getFontFamily()"><code>getFontFamily()</code></a></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#getFontName()">getFontName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="getFontFamily(org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange)">
 <!--   -->
 </a>
@@ -930,7 +1218,10 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <pre>public&nbsp;int&nbsp;getFontSize()</pre>
 <div class="block">Specifies the font size which shall be applied to all non complex script
  characters in the contents of this run when displayed.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>value representing the font size</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#getFontSize()">getFontSize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>value representing the font size</dd></dl>
 </li>
 </ul>
 <a name="setFontSize(int)">
@@ -948,7 +1239,10 @@ public&nbsp;void&nbsp;setStrike(boolean&
  never applied in the style hierarchy, then any appropriate font size may
  be used for non complex script characters.
  </p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - </dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#setFontSize(int)">setFontSize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - </dd></dl>
 </li>
 </ul>
 <a name="getTextPosition()">
@@ -1145,18 +1439,32 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <a name="toString()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
 <pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
-<div class="block">Returns the string version of the text, with tabs and
-  carriage returns in place of their xml equivalents.</div>
+<div class="block">Returns the string version of the text</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
 </dl>
 </li>
 </ul>
+<a name="text()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>text</h4>
+<pre>public&nbsp;java.lang.String&nbsp;text()</pre>
+<div class="block">Returns the string version of the text, with tabs and
+  carriage returns in place of their xml equivalents.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html#text()">text</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/wp/usermodel/CharacterRun.html" title="interface in org.apache.poi.wp.usermodel">CharacterRun</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>The text of the run, including any tabs/spaces/etc</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1657635&r1=1657634&r2=1657635&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Thu Feb  5 17:35:52 2015
@@ -1622,7 +1622,6 @@
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/TableRow.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">TableRow</span></a></li>
 </ul>
 </li>
-<li type="circle">org.apache.poi.wp.usermodel.<a href="org/apache/poi/wp/usermodel/Range.html" title="class in org.apache.poi.wp.usermodel"><span class="strong">Range</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Rank.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Rank</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Rate.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Rate</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/RawDataBlock.html" title="class in org.apache.poi.poifs.storage"><span class="strong">RawDataBlock</span></a> (implements org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/ListManagedBlock.html" title="interface in org.apache.poi.poifs.storage">ListManagedBlock</a>)</li>



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