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 2017/07/24 09:18:26 UTC

svn commit: r1802770 [8/18] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/common/usermodel/ apidocs/org/apache/poi/common/usermodel/fonts/ apidocs/org/apache/poi/common/usermodel/fonts/class-use/ apidocs/org/apache/poi/ddf/ apidocs/org/apa...

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html Mon Jul 24 09:18:21 2017
@@ -205,14 +205,28 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontFamily()">getFontFamily</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontFamily()">getFontFamily</a></strong>()</code>
+<div class="block">Get the font family - convenience method for <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.getFontInfo(FontGroup)</code></a></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/hslf/usermodel/HSLFTextRun.html#getFontFamily(org.apache.poi.common.usermodel.fonts.FontGroup)">getFontFamily</a></strong>(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</code>
+<div class="block">Get the font family - convenience method for <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.getFontInfo(FontGroup)</code></a></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontIndex()">getFontIndex</a></strong>()</code>
 <div class="block">Gets the font index</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)">getFontInfo</a></strong>(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</code>
+<div class="block">Get the font info for the given font group</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.lang.Double</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontSize()">getFontSize</a></strong>()</code>
@@ -340,16 +354,32 @@ 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/hslf/usermodel/HSLFTextRun.html#setFontFamily(java.lang.String)">setFontFamily</a></strong>(java.lang.String&nbsp;fontFamily)</code>
-<div class="block">Specifies the typeface, or name of the font that is to be used for this text run.</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontFamily(java.lang.String)">setFontFamily</a></strong>(java.lang.String&nbsp;typeface)</code>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run -
+ convenience method for calling <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.setFontInfo(FontInfo, FontGroup)</code></a> with just a font name</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontFamily(java.lang.String,%20org.apache.poi.common.usermodel.fonts.FontGroup)">setFontFamily</a></strong>(java.lang.String&nbsp;typeface,
+             <a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</code>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run -
+ convenience method for calling <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.setFontInfo(FontInfo, FontGroup)</code></a> with just a font name</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontIndex(int)">setFontIndex</a></strong>(int&nbsp;idx)</code>
 <div class="block">Sets the font index</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)">setFontInfo</a></strong>(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>&nbsp;fontInfo,
+           <a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</code>
+<div class="block">Specifies the font to be used for this text run.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double&nbsp;fontSize)</code>
@@ -782,14 +812,51 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setFontFamily</h4>
-<pre>public&nbsp;void&nbsp;setFontFamily(java.lang.String&nbsp;fontFamily)</pre>
+<pre>public&nbsp;void&nbsp;setFontFamily(java.lang.String&nbsp;typeface)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontFamily(java.lang.String)">TextRun</a></code></strong></div>
-<div class="block">Specifies the typeface, or name of the font that is to be used for this text run.</div>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run -
+ convenience method for calling <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.setFontInfo(FontInfo, FontGroup)</code></a> with just a font name</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontFamily(java.lang.String)">setFontFamily</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>
-<dt><span class="strong">Parameters:</span></dt><dd><code>fontFamily</code> - the font to apply to this text run.
- The value of <code>null</code> unsets the Typeface attrubute from the underlying xml.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>typeface</code> - the font to apply to this text run.
+      The value of <code>null</code> removes the run specific font setting, so the default setting is activated again.</dd></dl>
+</li>
+</ul>
+<a name="setFontFamily(java.lang.String, org.apache.poi.common.usermodel.fonts.FontGroup)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFontFamily</h4>
+<pre>public&nbsp;void&nbsp;setFontFamily(java.lang.String&nbsp;typeface,
+                 <a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontFamily(java.lang.String,%20org.apache.poi.common.usermodel.fonts.FontGroup)">TextRun</a></code></strong></div>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run -
+ convenience method for calling <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.setFontInfo(FontInfo, FontGroup)</code></a> with just a font name</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontFamily(java.lang.String,%20org.apache.poi.common.usermodel.fonts.FontGroup)">setFontFamily</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>
+<dt><span class="strong">Parameters:</span></dt><dd><code>typeface</code> - the font to apply to this text run.
+      The value of <code>null</code> removes the run specific font setting, so the default setting is activated again.</dd><dd><code>fontGroup</code> - the font group, i.e. the range of glpyhs to be covered.
+    if <code>null</code>, the font group matching the first character will be returned</dd></dl>
+</li>
+</ul>
+<a name="setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo, org.apache.poi.common.usermodel.fonts.FontGroup)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFontInfo</h4>
+<pre>public&nbsp;void&nbsp;setFontInfo(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>&nbsp;fontInfo,
+               <a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)">TextRun</a></code></strong></div>
+<div class="block">Specifies the font to be used for this text run.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontInfo(org.apache.poi.common.usermodel.fonts.FontInfo,%20org.apache.poi.common.usermodel.fonts.FontGroup)">setFontInfo</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>
+<dt><span class="strong">Parameters:</span></dt><dd><code>fontInfo</code> - the font to apply to this text run.
+      The value of <code>null</code> removes the run specific font setting, so the default setting is activated again.</dd><dd><code>fontGroup</code> - the font group, i.e. the range of glpyhs to be covered. defaults to latin, if <code>null</code>.</dd></dl>
 </li>
 </ul>
 <a name="getFontFamily()">
@@ -799,12 +866,48 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getFontFamily</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getFontFamily()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontFamily()">TextRun</a></code></strong></div>
+<div class="block">Get the font family - convenience method for <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.getFontInfo(FontGroup)</code></a></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontFamily()">getFontFamily</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>
 <dt><span class="strong">Returns:</span></dt><dd>font family or null if not set</dd></dl>
 </li>
 </ul>
+<a name="getFontFamily(org.apache.poi.common.usermodel.fonts.FontGroup)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontFamily</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFontFamily(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontFamily(org.apache.poi.common.usermodel.fonts.FontGroup)">TextRun</a></code></strong></div>
+<div class="block">Get the font family - convenience method for <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)"><code>TextRun.getFontInfo(FontGroup)</code></a></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontFamily(org.apache.poi.common.usermodel.fonts.FontGroup)">getFontFamily</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>
+<dt><span class="strong">Parameters:</span></dt><dd><code>fontGroup</code> - the font group, i.e. the range of glpyhs to be covered.
+    if <code>null</code>, the font group matching the first character will be returned</dd>
+<dt><span class="strong">Returns:</span></dt><dd>font family or null if not set</dd></dl>
+</li>
+</ul>
+<a name="getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontInfo</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a>&nbsp;getFontInfo(<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)">TextRun</a></code></strong></div>
+<div class="block">Get the font info for the given font group</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)">getFontInfo</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>
+<dt><span class="strong">Parameters:</span></dt><dd><code>fontGroup</code> - the font group, i.e. the range of glpyhs to be covered.
+    if <code>null</code>, the font group matching the first character will be returned</dd>
+<dt><span class="strong">Returns:</span></dt><dd>font info or <code>null</code> if not set</dd></dl>
+</li>
+</ul>
 <a name="getFontColor()">
 <!--   -->
 </a>

Added: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html?rev=1802770&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html Mon Jul 24 09:18:21 2017
@@ -0,0 +1,187 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfo.FontRenderType.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType" class="title">Uses of Class<br>org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.hslf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a> in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></span><span class="tabEnd">&nbsp;</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><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></code></td>
+<td class="colLast"><span class="strong">HSLFFontInfo.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html#getRenderType()">getRenderType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></code></td>
+<td class="colLast"><span class="strong">HSLFFontInfo.FontRenderType.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a>[]</code></td>
+<td class="colLast"><span class="strong">HSLFFontInfo.FontRenderType.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</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/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></span><span class="tabEnd">&nbsp;</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">HSLFFontInfo.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html#setRenderType(org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType)">setRenderType</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a>&nbsp;renderType)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfo.FontRenderType.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html?rev=1802770&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html Mon Jul 24 09:18:21 2017
@@ -0,0 +1,209 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfo" class="title">Uses of Class<br>org.apache.poi.hslf.usermodel.HSLFFontInfo</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hslf.record">org.apache.poi.hslf.record</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.hslf.record">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a> in <a href="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</a> that return <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></span><span class="tabEnd">&nbsp;</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><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">FontCollection.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/FontCollection.html#addFont(org.apache.poi.common.usermodel.fonts.FontInfo)">addFont</a></strong>(<a href="../../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>&nbsp;fontInfo)</code>
+<div class="block">Add font with the given FontInfo configuration to the font collection.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">FontCollection.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/FontCollection.html#getFontInfo(int)">getFontInfo</a></strong>(int&nbsp;index)</code>
+<div class="block">Lookup a FontInfo object by its internal font index</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">FontCollection.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/FontCollection.html#getFontInfo(java.lang.String)">getFontInfo</a></strong>(java.lang.String&nbsp;typeface)</code>
+<div class="block">Lookup a FontInfo object by its typeface</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.hslf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a> in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></span><span class="tabEnd">&nbsp;</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><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addFont(org.apache.poi.common.usermodel.fonts.FontInfo)">addFont</a></strong>(<a href="../../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>&nbsp;fontInfo)</code>
+<div class="block">Add a font in this presentation</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getFont(int)">getFont</a></strong>(int&nbsp;idx)</code>
+<div class="block">Get a font by index</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></code></td>
+<td class="colLast"><span class="strong">HSLFTextRun.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontInfo(org.apache.poi.common.usermodel.fonts.FontGroup)">getFontInfo</a></strong>(<a href="../../../../../../org/apache/poi/common/usermodel/fonts/FontGroup.html" title="enum in org.apache.poi.common.usermodel.fonts">FontGroup</a>&nbsp;fontGroup)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html?rev=1802770&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html Mon Jul 24 09:18:21 2017
@@ -0,0 +1,170 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfoPredefined (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfoPredefined (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfoPredefined.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.hslf.usermodel.HSLFFontInfoPredefined" class="title">Uses of Class<br>org.apache.poi.hslf.usermodel.HSLFFontInfoPredefined</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.hslf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a> in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a></span><span class="tabEnd">&nbsp;</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>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a></code></td>
+<td class="colLast"><span class="strong">HSLFFontInfoPredefined.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a>[]</code></td>
+<td class="colLast"><span class="strong">HSLFFontInfoPredefined.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html" target="_top">Frames</a></li>
+<li><a href="HSLFFontInfoPredefined.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html Mon Jul 24 09:18:21 2017
@@ -18,6 +18,7 @@
 <li><a href="HSLFBackground.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFBackground</a></li>
 <li><a href="HSLFConnectorShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFConnectorShape</a></li>
 <li><a href="HSLFFill.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFill</a></li>
+<li><a href="HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFontInfo</a></li>
 <li><a href="HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFreeformShape</a></li>
 <li><a href="HSLFGroupShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFGroupShape</a></li>
 <li><a href="HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFHyperlink</a></li>
@@ -47,6 +48,11 @@
 <li><a href="HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFTextShape</a></li>
 <li><a href="HSLFTitleMaster.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFTitleMaster</a></li>
 </ul>
+<h2 title="Enums">Enums</h2>
+<ul title="Enums">
+<li><a href="HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFontInfo.FontRenderType</a></li>
+<li><a href="HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFontInfoPredefined</a></li>
+</ul>
 </div>
 </body>
 </html>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-summary.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-summary.html Mon Jul 24 09:18:21 2017
@@ -119,178 +119,205 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel">HSLFFontInfo</a></td>
+<td class="colLast">
+<div class="block">Represents a Font used in a presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a></td>
 <td class="colLast">
 <div class="block">A "Freeform" shape.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFGroupShape</a></td>
 <td class="colLast">
 <div class="block">Represents a group of shapes.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel">HSLFHyperlink</a></td>
 <td class="colLast">
 <div class="block">Represents a hyperlink in a PowerPoint document</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></td>
 <td class="colLast">
 <div class="block">Represents a line in a PowerPoint drawing</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFMasterSheet.html" title="class in org.apache.poi.hslf.usermodel">HSLFMasterSheet</a></td>
 <td class="colLast">
 <div class="block">The superclass of all master sheets - Slide masters, Notes masters, etc.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html" title="class in org.apache.poi.hslf.usermodel">HSLFNotes</a></td>
 <td class="colLast">
 <div class="block">This class represents a slide's notes in a PowerPoint Document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFObjectData.html" title="class in org.apache.poi.hslf.usermodel">HSLFObjectData</a></td>
 <td class="colLast">
 <div class="block">A class that represents object data embedded in a slide show.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></td>
 <td class="colLast">
 <div class="block">A class that represents image data contained in a slide show.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></td>
 <td class="colLast">
 <div class="block">Represents a picture in a PowerPoint document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a></td>
 <td class="colLast">
 <div class="block">Represents a Placeholder in PowerPoint.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a></td>
 <td class="colLast">
 <div class="block">
  Represents a Shape which is the elemental object that composes a drawing.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShapeFactory.html" title="class in org.apache.poi.hslf.usermodel">HSLFShapeFactory</a></td>
 <td class="colLast">
 <div class="block">Create a <code>Shape</code> object depending on its type</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html" title="class in org.apache.poi.hslf.usermodel">HSLFSheet</a></td>
 <td class="colLast">
 <div class="block">This class defines the common format of "Sheets" in a powerpoint
  document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></td>
 <td class="colLast">
 <div class="block">An abstract simple (non-group) shape.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlide</a></td>
 <td class="colLast">
 <div class="block">This class represents a slide in a PowerPoint Document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideMaster.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideMaster</a></td>
 <td class="colLast">
 <div class="block">SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a></td>
 <td class="colLast">
 <div class="block">This class is a friendly wrapper on top of the more scary HSLFSlideShow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowEncrypted.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowEncrypted</a></td>
 <td class="colLast">
 <div class="block">This class provides helper functions for encrypted PowerPoint documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowFactory.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowFactory</a></td>
 <td class="colLast">
 <div class="block">Helper class which is instantiated by reflection from
  <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File)"><code>SlideShowFactory.create(java.io.File)</code></a> and similar</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a></td>
 <td class="colLast">
 <div class="block">This class contains the main functionality for the Powerpoint file
  "reader".</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSoundData.html" title="class in org.apache.poi.hslf.usermodel">HSLFSoundData</a></td>
 <td class="colLast">
 <div class="block">A class that represents sound data embedded in a slide show.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html" title="class in org.apache.poi.hslf.usermodel">HSLFTable</a></td>
 <td class="colLast">
 <div class="block">Represents a table in a PowerPoint presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></td>
 <td class="colLast">
 <div class="block">Represents a cell in a ppt table</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></td>
 <td class="colLast">
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a></td>
 <td class="colLast">
 <div class="block">This class represents a run of text in a powerpoint document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextRun</a></td>
 <td class="colLast">
 <div class="block">Represents a run of text, all with the same style</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></td>
 <td class="colLast">
 <div class="block">A common superclass of all shapes that can hold text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTitleMaster.html" title="class in org.apache.poi.hslf.usermodel">HSLFTitleMaster</a></td>
 <td class="colLast">
 <div class="block">Title masters define the design template for slides with a Title Slide layout.</div>
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
+<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Enum</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a></td>
+<td class="colLast">
+<div class="block">Predefined fonts</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-tree.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-tree.html Mon Jul 24 09:18:21 2017
@@ -77,6 +77,7 @@
 <li type="circle">java.lang.Object
 <ul>
 <li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFill.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFFill</span></a></li>
+<li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFFontInfo</span></a> (implements org.apache.poi.common.usermodel.fonts.<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>)</li>
 <li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFHyperlink</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Hyperlink.html" title="interface in org.apache.poi.sl.usermodel">Hyperlink</a>&lt;S,P&gt;)</li>
 <li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFObjectData.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFObjectData</span></a></li>
 <li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFPictureData</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>)</li>
@@ -153,6 +154,19 @@
 </ul>
 </li>
 </ul>
+</li>
+</ul>
+<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
+<ul>
+<li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfo.FontRenderType.html" title="enum in org.apache.poi.hslf.usermodel"><span class="strong">HSLFFontInfo.FontRenderType</span></a></li>
+<li type="circle">org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFontInfoPredefined.html" title="enum in org.apache.poi.hslf.usermodel"><span class="strong">HSLFFontInfoPredefined</span></a> (implements org.apache.poi.common.usermodel.fonts.<a href="../../../../../org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a>)</li>
+</ul>
+</li>
+</ul>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-use.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-use.html Mon Jul 24 09:18:21 2017
@@ -90,6 +90,10 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.hslf.record">org.apache.poi.hslf.record</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -200,6 +204,23 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.hslf.record">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> used by <a href="../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html#org.apache.poi.hslf.record">HSLFFontInfo</a>
+<div class="block">Represents a Font used in a presentation.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.hslf.usermodel">
 <!--   -->
 </a>
@@ -230,129 +251,142 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.html#org.apache.poi.hslf.usermodel">HSLFFontInfo</a>
+<div class="block">Represents a Font used in a presentation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFFontInfo.FontRenderType.html#org.apache.poi.hslf.usermodel">HSLFFontInfo.FontRenderType</a>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFFontInfoPredefined.html#org.apache.poi.hslf.usermodel">HSLFFontInfoPredefined</a>
+<div class="block">Predefined fonts</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFFreeformShape.html#org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>
 <div class="block">A "Freeform" shape.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFGroupShape.html#org.apache.poi.hslf.usermodel">HSLFGroupShape</a>
 <div class="block">Represents a group of shapes.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFHyperlink.html#org.apache.poi.hslf.usermodel">HSLFHyperlink</a>
 <div class="block">Represents a hyperlink in a PowerPoint document</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFLine.html#org.apache.poi.hslf.usermodel">HSLFLine</a>
 <div class="block">Represents a line in a PowerPoint drawing</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFMasterSheet.html#org.apache.poi.hslf.usermodel">HSLFMasterSheet</a>
 <div class="block">The superclass of all master sheets - Slide masters, Notes masters, etc.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFNotes.html#org.apache.poi.hslf.usermodel">HSLFNotes</a>
 <div class="block">This class represents a slide's notes in a PowerPoint Document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFObjectData.html#org.apache.poi.hslf.usermodel">HSLFObjectData</a>
 <div class="block">A class that represents object data embedded in a slide show.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html#org.apache.poi.hslf.usermodel">HSLFPictureData</a>
 <div class="block">A class that represents image data contained in a slide show.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFPictureShape.html#org.apache.poi.hslf.usermodel">HSLFPictureShape</a>
 <div class="block">Represents a picture in a PowerPoint document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFShape.html#org.apache.poi.hslf.usermodel">HSLFShape</a>
 <div class="block">
  Represents a Shape which is the elemental object that composes a drawing.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFShapeContainer.html#org.apache.poi.hslf.usermodel">HSLFShapeContainer</a>
 <div class="block">Common interface for shape containers, e.g.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSheet.html#org.apache.poi.hslf.usermodel">HSLFSheet</a>
 <div class="block">This class defines the common format of "Sheets" in a powerpoint
  document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSimpleShape.html#org.apache.poi.hslf.usermodel">HSLFSimpleShape</a>
 <div class="block">An abstract simple (non-group) shape.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSlide.html#org.apache.poi.hslf.usermodel">HSLFSlide</a>
 <div class="block">This class represents a slide in a PowerPoint Document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSlideMaster.html#org.apache.poi.hslf.usermodel">HSLFSlideMaster</a>
 <div class="block">SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSlideShow.html#org.apache.poi.hslf.usermodel">HSLFSlideShow</a>
 <div class="block">This class is a friendly wrapper on top of the more scary HSLFSlideShow.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html#org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a>
 <div class="block">This class contains the main functionality for the Powerpoint file
  "reader".</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFSoundData.html#org.apache.poi.hslf.usermodel">HSLFSoundData</a>
 <div class="block">A class that represents sound data embedded in a slide show.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTable.html#org.apache.poi.hslf.usermodel">HSLFTable</a>
 <div class="block">Represents a table in a PowerPoint presentation</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTableCell.html#org.apache.poi.hslf.usermodel">HSLFTableCell</a>
 <div class="block">Represents a cell in a ppt table</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTextBox.html#org.apache.poi.hslf.usermodel">HSLFTextBox</a>
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTextParagraph.html#org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>
 <div class="block">This class represents a run of text in a powerpoint document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTextRun.html#org.apache.poi.hslf.usermodel">HSLFTextRun</a>
 <div class="block">Represents a run of text, all with the same style</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html#org.apache.poi.hslf.usermodel">HSLFTextShape</a>
 <div class="block">A common superclass of all shapes that can hold text.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/usermodel/class-use/HSLFTitleMaster.html#org.apache.poi.hslf.usermodel">HSLFTitleMaster</a>
 <div class="block">Title masters define the design template for slides with a Title Slide layout.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html Mon Jul 24 09:18:21 2017
@@ -400,7 +400,7 @@ extends <a href="../../../../../../org/a
 <h4>getRowBlockCount</h4>
 <pre>public&nbsp;int&nbsp;getRowBlockCount()</pre>
 <div class="block">Returns the number of row blocks.
- <p/>The row blocks are goupings of rows that contain the DBCell record
+ <p>The row blocks are goupings of rows that contain the DBCell record
  after them</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/WorksheetProtectionBlock.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/WorksheetProtectionBlock.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/WorksheetProtectionBlock.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/WorksheetProtectionBlock.html Mon Jul 24 09:18:21 2017
@@ -111,7 +111,7 @@
 <pre>public final class <span class="strong">WorksheetProtectionBlock</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/aggregates/RecordAggregate.html" title="class in org.apache.poi.hssf.record.aggregates">RecordAggregate</a></pre>
 <div class="block">Groups the sheet protection records for a worksheet.
- <p/>
+ <p>
 
  See OOO excelfileformat.pdf sec 4.18.2 'Sheet Protection in a Workbook
  (BIFF5-BIFF8)'</div>
@@ -324,14 +324,14 @@ extends <a href="../../../../../../org/a
 <div class="block">This method reads <a href="../../../../../../org/apache/poi/hssf/record/aggregates/WorksheetProtectionBlock.html" title="class in org.apache.poi.hssf.record.aggregates"><code>WorksheetProtectionBlock</code></a> records from the supplied RecordStream
  until the first non-WorksheetProtectionBlock record is encountered. As each record is read,
  it is incorporated into this WorksheetProtectionBlock.
- <p/>
+ <p>
  As per the OOO documentation, the protection block records can be expected to be written
  together (with no intervening records), but earlier versions of POI (prior to Jun 2009)
  didn't do this.  Workbooks with sheet protection created by those earlier POI versions
  seemed to be valid (Excel opens them OK). So PO allows continues to support reading of files
  with non continuous worksheet protection blocks.
 
- <p/>
+ <p>
  <b>Note</b> - when POI writes out this WorksheetProtectionBlock, the records will always be
  written in one consolidated block (in the standard ordering) regardless of how scattered the
  records were when they were originally read.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaFormatRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaFormatRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AreaFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The area format record is used to define the colours and patterns for an area.<p/></div>
+<div class="block">The area format record is used to define the colours and patterns for an area.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AreaRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AreaRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The area record is used to define a area chart.<p/></div>
+<div class="block">The area record is used to define a area chart.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisLineFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisLineFormatRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisLineFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisLineFormatRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AxisLineFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The axis line format record defines the axis type details.<p/></div>
+<div class="block">The axis line format record defines the axis type details.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisOptionsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisOptionsRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisOptionsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisOptionsRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AxisOptionsRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The axis options record provides unit information and other various tidbits about the axis.<p/></div>
+<div class="block">The axis options record provides unit information and other various tidbits about the axis.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Andrew C. Oliver(acoliver at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisParentRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisParentRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisParentRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisParentRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AxisParentRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The axis size and location<p/></div>
+<div class="block">The axis size and location<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AxisRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The axis record defines the type of an axis.<p/></div>
+<div class="block">The axis record defines the type of an axis.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisUsedRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisUsedRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisUsedRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/AxisUsedRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">AxisUsedRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The number of axes used on a chart.<p/></div>
+<div class="block">The number of axes used on a chart.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/BarRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/BarRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/BarRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/BarRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">BarRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The bar record is used to define a bar chart.<p/></div>
+<div class="block">The bar record is used to define a bar chart.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CatLabRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CatLabRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CatLabRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CatLabRecord.html Mon Jul 24 09:18:21 2017
@@ -115,7 +115,7 @@
 <br>
 <pre>public final class <span class="strong">CatLabRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">CATLAB - Category Labels (0x0856)<br/></div>
+<div class="block">CATLAB - Category Labels (0x0856)<br></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Patrick Cheng</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CategorySeriesAxisRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CategorySeriesAxisRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CategorySeriesAxisRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/CategorySeriesAxisRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">CategorySeriesAxisRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">This record refers to a category or series axis and is used to specify label/tickmark frequency.<p/></div>
+<div class="block">This record refers to a category or series axis and is used to specify label/tickmark frequency.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndBlockRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndBlockRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndBlockRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndBlockRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">ChartEndBlockRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">ENDBLOCK - Chart Future Record Type End Block (0x0853)<br/></div>
+<div class="block">ENDBLOCK - Chart Future Record Type End Block (0x0853)<br></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Patrick Cheng</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontIndexRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontIndexRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontIndexRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontIndexRecord.html Mon Jul 24 09:18:21 2017
@@ -120,7 +120,7 @@
 <pre>public final class <span class="strong">FontIndexRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The font index record indexes into the font table for the text record.<p/></div>
+<div class="block">The font index record indexes into the font table for the text record.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesLabelsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesLabelsRecord.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesLabelsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesLabelsRecord.html Mon Jul 24 09:18:21 2017
@@ -115,7 +115,7 @@
 <br>
 <pre>public final class <span class="strong">SeriesLabelsRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The series label record defines the type of label associated with the data format record.<p/></div>
+<div class="block">The series label record defines the type of label associated with the data format record.<p></div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>



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