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 2016/07/10 14:06:30 UTC

svn commit: r1752093 [3/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/record/ org/apache/poi/hssf/record/aggregates/ org/apache/poi/hssf/record/class-use/ org/apache/poi/hssf/usermodel/ org/apache/poi/hssf/usermodel/class-use/ org/apache/po...

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sun Jul 10 14:06:30 2016
@@ -1555,31 +1555,45 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER">ALIGN_CENTER</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">center horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#CENTER"><code>HorizontalAlignment.CENTER</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER_SELECTION">ALIGN_CENTER_SELECTION</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">center-selection? horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#CENTER_SELECTION"><code>HorizontalAlignment.CENTER_SELECTION</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_FILL">ALIGN_FILL</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">fill? horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#FILL"><code>HorizontalAlignment.FILL</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_GENERAL">ALIGN_GENERAL</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">general (normal) horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#GENERAL"><code>HorizontalAlignment.GENERAL</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_JUSTIFY">ALIGN_JUSTIFY</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">justified horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#JUSTIFY"><code>HorizontalAlignment.JUSTIFY</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_LEFT">ALIGN_LEFT</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">left-justified horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#LEFT"><code>HorizontalAlignment.LEFT</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_RIGHT">ALIGN_RIGHT</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">right-justified horizontal alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#RIGHT"><code>HorizontalAlignment.RIGHT</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#ALIGNMENT">ALIGNMENT</a></span> - Static variable in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
 <dd>&nbsp;</dd>
@@ -6811,7 +6825,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/RecordFactory.html#convertBlankRecords(org.apache.poi.hssf.record.MulBlankRecord)">convertBlankRecords(MulBlankRecord)</a></span> - Static method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/RecordFactory.html" title="class in org.apache.poi.hssf.record">RecordFactory</a></dt>
 <dd>
-<div class="block">Converts a <a href="./org/apache/poi/hssf/record/MulBlankRecord.html" title="class in org.apache.poi.hssf.record"><code>MulBlankRecord</code></a> into an equivalent array of <a href="./org/apache/poi/hssf/record/BlankRecord.html" title="class in org.apache.poi.hssf.record"><code>BlankRecord</code></a>s</div>
+<div class="block">Converts a <a href="./org/apache/poi/hssf/record/MulBlankRecord.html" title="class in org.apache.poi.hssf.record"><code>MulBlankRecord</code></a> into an equivalent array of <a href="./org/apache/poi/hssf/record/BlankRecord.html" title="class in org.apache.poi.hssf.record"><code>BlankRecords</code></a></div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/sprm/SprmUtils.html#convertBrcToInt(short[])">convertBrcToInt(short[])</a></span> - Static method in class org.apache.poi.hwpf.sprm.<a href="./org/apache/poi/hwpf/sprm/SprmUtils.html" title="class in org.apache.poi.hwpf.sprm">SprmUtils</a></dt>
 <dd>&nbsp;</dd>
@@ -6854,7 +6868,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/RecordFactory.html#convertRKRecords(org.apache.poi.hssf.record.MulRKRecord)">convertRKRecords(MulRKRecord)</a></span> - Static method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/RecordFactory.html" title="class in org.apache.poi.hssf.record">RecordFactory</a></dt>
 <dd>
-<div class="block">Converts a <a href="./org/apache/poi/hssf/record/MulRKRecord.html" title="class in org.apache.poi.hssf.record"><code>MulRKRecord</code></a> into an equivalent array of <a href="./org/apache/poi/hssf/record/NumberRecord.html" title="class in org.apache.poi.hssf.record"><code>NumberRecord</code></a>s</div>
+<div class="block">Converts a <a href="./org/apache/poi/hssf/record/MulRKRecord.html" title="class in org.apache.poi.hssf.record"><code>MulRKRecord</code></a> into an equivalent array of <a href="./org/apache/poi/hssf/record/NumberRecord.html" title="class in org.apache.poi.hssf.record"><code>NumberRecords</code></a></div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/SharedFormula.html#convertSharedFormulas(org.apache.poi.ss.formula.ptg.Ptg[],%20int,%20int)">convertSharedFormulas(Ptg[], int, int)</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula">SharedFormula</a></dt>
 <dd>
@@ -17988,6 +18002,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/FormulaError.html#forInt(int)">forInt(int)</a></span> - Static method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/FormulaError.html" title="enum in org.apache.poi.ss.usermodel">FormulaError</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#forInt(int)">forInt(int)</a></span> - Static method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html" title="enum in org.apache.poi.ss.usermodel">HorizontalAlignment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#forInt(int)">forInt(int)</a></span> - Static method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel">VerticalAlignment</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="./org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.html" title="class in org.apache.poi.ss.formula.eval.forked"><span class="strong">ForkedEvaluator</span></a> - Class in <a href="./org/apache/poi/ss/formula/eval/forked/package-summary.html">org.apache.poi.ss.formula.eval.forked</a></dt>
 <dd>
 <div class="block">An alternative workbook evaluator that saves memory in situations where a single workbook is
@@ -19067,7 +19085,9 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignment()">getAlignment()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
 <dd>
-<div class="block">get the type of horizontal alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignmentEnum()"><code>HSSFCellStyle.getAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/ListLevel.html#getAlignment()">getAlignment()</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/ListLevel.html" title="class in org.apache.poi.hwpf.model">ListLevel</a></dt>
 <dd>
@@ -19075,17 +19095,29 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#getAlignment()">getAlignment()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">get the type of horizontal alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/CellStyle.html#getAlignmentEnum()"><code>CellStyle.getAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignment()">getAlignment()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
-<div class="block">Get the type of horizontal alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignmentEnum()"><code>XSSFCellStyle.getAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getAlignment()">getAlignment()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
 <dd>
 <div class="block">Returns the paragraph alignment which shall be applied to text in this
  paragraph.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignmentEnum()">getAlignmentEnum()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
+<dd>
+<div class="block">get the type of horizontal alignment for the cell</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#getAlignmentEnum()">getAlignmentEnum()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
+<dd>
+<div class="block">get the type of horizontal alignment for the cell</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignmentEnum()">getAlignmentEnum()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
 <div class="block">Get the type of horizontal alignment for the cell</div>
@@ -21794,6 +21826,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/FormulaError.html#getCode()">getCode()</a></span> - Method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/FormulaError.html" title="enum in org.apache.poi.ss.usermodel">FormulaError</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html#getCode()">getCode()</a></span> - Method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/HorizontalAlignment.html" title="enum in org.apache.poi.ss.usermodel">HorizontalAlignment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#getCode()">getCode()</a></span> - Method in enum org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel">VerticalAlignment</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hpsf/CustomProperties.html#getCodepage()">getCodepage()</a></span> - Method in class org.apache.poi.hpsf.<a href="./org/apache/poi/hpsf/CustomProperties.html" title="class in org.apache.poi.hpsf">CustomProperties</a></dt>
 <dd>
 <div class="block">Gets the codepage.</div>
@@ -25984,9 +26020,7 @@
 <div class="block">Get the file name without the trailing extension.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#getFileOptions()">getFileOptions()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
-<dd>
-<div class="block">Options for a file link</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/PieceDescriptor.html#getFilePosition()">getFilePosition()</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/PieceDescriptor.html" title="class in org.apache.poi.hwpf.model">PieceDescriptor</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/model/InternalWorkbook.html#getFileSharing()">getFileSharing()</a></span> - Method in class org.apache.poi.hssf.model.<a href="./org/apache/poi/hssf/model/InternalWorkbook.html" title="class in org.apache.poi.hssf.model">InternalWorkbook</a></dt>
@@ -29828,9 +29862,7 @@
 <div class="block">Get the label frequency field for the CategorySeriesAxis record.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#getLabelOptions()">getLabelOptions()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
-<dd>
-<div class="block">Label options</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/chart/TickRecord.html#getLabelPosition()">getLabelPosition()</a></span> - Method in class org.apache.poi.hssf.record.chart.<a href="./org/apache/poi/hssf/record/chart/TickRecord.html" title="class in org.apache.poi.hssf.record.chart">TickRecord</a></dt>
 <dd>
 <div class="block">Get the label position field for the Tick record.</div>
@@ -40959,7 +40991,9 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
 <dd>
-<div class="block">get the type of vertical alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignmentEnum()"><code>HSSFCellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFTextbox.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>
@@ -40971,7 +41005,9 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">get the type of vertical alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignmentEnum()"><code>CellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFTableCell.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></dt>
 <dd>&nbsp;</dd>
@@ -40979,7 +41015,9 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
-<div class="block">Get the type of vertical alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignmentEnum()"><code>XSSFCellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFSimpleShape.html#getVerticalAlignment()">getVerticalAlignment()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFSimpleShape.html" title="class in org.apache.poi.xssf.usermodel">XSSFSimpleShape</a></dt>
 <dd>
@@ -40994,6 +41032,14 @@
 <dd>
 <div class="block">Get the vertical alignment of the cell.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignmentEnum()">getVerticalAlignmentEnum()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
+<dd>
+<div class="block">get the type of vertical alignment for the cell</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignmentEnum()">getVerticalAlignmentEnum()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
+<dd>
+<div class="block">get the type of vertical alignment for the cell</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignmentEnum()">getVerticalAlignmentEnum()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
 <div class="block">Get the type of vertical alignment for the cell</div>
@@ -43919,7 +43965,7 @@
 <dt><a href="./org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">HSSFCellUtil</span></a> - Class in <a href="./org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util"><code>CellUtil</code></a> instead.</i></div>
+<div class="block"><i>3.15 beta2. Use <a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util"><code>CellUtil</code></a> instead.</i></div>
 </div>
 </dd>
 <dt><a href="./org/apache/poi/hssf/usermodel/HSSFChart.html" title="class in org.apache.poi.hssf.usermodel"><span class="strong">HSSFChart</span></a> - Class in <a href="./org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a></dt>
@@ -50639,7 +50685,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/poi/hssf/record/LabelRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">LabelRecord</span></a> - Class in <a href="./org/apache/poi/hssf/record/package-summary.html">org.apache.poi.hssf.record</a></dt>
 <dd>
-<div class="block">Label Record (0x0204) - read only support for strings stored directly in the cell..</div>
+<div class="block">Label Record (0x0204) - read only support for strings stored directly in the cell...</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/LabelRecord.html#LabelRecord()">LabelRecord()</a></span> - Constructor for class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/LabelRecord.html" title="class in org.apache.poi.hssf.record">LabelRecord</a></dt>
 <dd>
@@ -53291,10 +53337,7 @@
 <div class="block">Generate next id that uniquely relates a custom property</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/RecordFactoryInputStream.html#nextRecord()">nextRecord()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/RecordFactoryInputStream.html" title="class in org.apache.poi.hssf.record">RecordFactoryInputStream</a></dt>
-<dd>
-<div class="block">Returns the next (complete) record from the
- stream, or null if there are no more.</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/RecordInputStream.html#nextRecord()">nextRecord()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</a></dt>
 <dd>
 <div class="block">Moves to the next record in the stream.</div>
@@ -58783,8 +58826,9 @@ Compound Document Format.</div>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/RecordInputStream.html#readAllContinuedRemainder()">readAllContinuedRemainder()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>POI 2.0 Best to write a input stream that wraps this one where there is
-  special sub record that may overlap continue records.</i></div>
+<div class="block"><i>POI 2.0 Best to write a input stream that wraps this one
+             where there is special sub record that may overlap continue
+             records.</i></div>
 </div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/cont/ContinuableRecordInput.html#readByte()">readByte()</a></span> - Method in class org.apache.poi.hssf.record.cont.<a href="./org/apache/poi/hssf/record/cont/ContinuableRecordInput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordInput</a></dt>
@@ -62656,6 +62700,12 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(short)">setAlignment(short)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
 <dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>HSSFCellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment(HorizontalAlignment)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
+<dd>
 <div class="block">set the type of horizontal alignment for the cell</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20short)">setAlignment(HSSFCell, HSSFWorkbook, short)</a></span> - Static method in class org.apache.poi.hssf.util.<a href="./org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util">HSSFCellUtil</a></dt>
@@ -62664,25 +62714,39 @@ Compound Document Format.</div>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
 </div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment(HSSFCell, HorizontalAlignment)</a></span> - Static method in class org.apache.poi.hssf.util.<a href="./org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util">HSSFCellUtil</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
+</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/ListLevel.html#setAlignment(int)">setAlignment(int)</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/ListLevel.html" title="class in org.apache.poi.hwpf.model">ListLevel</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(short)">setAlignment(short)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>CellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment(HorizontalAlignment)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
+<dd>
 <div class="block">set the type of horizontal alignment for the cell</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)">setAlignment(Cell, Workbook, short)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15-beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20short)"><code>CellUtil.setAlignment(Cell, short)</code></a> instead.</i></div>
+<div class="block"><i>3.15-beta2. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>CellUtil.setAlignment(Cell, HorizontalAlignment)</code></a> instead.</i></div>
 </div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20short)">setAlignment(Cell, short)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
+<dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment(Cell, HorizontalAlignment)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
 <dd>
 <div class="block">Take a cell, and align it.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setAlignment(short)">setAlignment(short)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
-<div class="block">Set the type of horizontal alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>XSSFCellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment(HorizontalAlignment)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
@@ -64379,7 +64443,7 @@ Compound Document Format.</div>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20java.lang.String,%20java.lang.Object)">setCellStyleProperty(Cell, Workbook, String, Object)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15-beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20java.lang.String,%20java.lang.Object)"><code>CellUtil.setCellStyleProperty(Cell, String, Object)</code></a> instead.</i></div>
+<div class="block"><i>3.15-beta2. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20java.lang.String,%20java.lang.Object)"><code>CellUtil.setCellStyleProperty(Cell, String, Object)</code></a> instead.</i></div>
 </div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20java.lang.String,%20java.lang.Object)">setCellStyleProperty(Cell, String, Object)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
@@ -67498,7 +67562,7 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstColumn(int)">setFirstColumn(int)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
 <dd>
-<div class="block">Set the first column (zero-based)of the range that contains this hyperlink</div>
+<div class="block">Set the first column (zero-based) of the range that contains this hyperlink</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html#setFirstColumn(int)">setFirstColumn(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
@@ -67536,7 +67600,7 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstRow(int)">setFirstRow(int)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
 <dd>
-<div class="block">Set the first row (zero-based)of the range that contains this hyperlink</div>
+<div class="block">Set the first row (zero-based) of the range that contains this hyperlink</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/IndexRecord.html#setFirstRow(int)">setFirstRow(int)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/IndexRecord.html" title="class in org.apache.poi.hssf.record">IndexRecord</a></dt>
 <dd>&nbsp;</dd>
@@ -68042,7 +68106,7 @@ Compound Document Format.</div>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20org.apache.poi.ss.usermodel.Font)">setFont(Cell, Workbook, Font)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15-beta2. Removed in 3.17. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Font)"><code>CellUtil.setFont(Cell, Font)</code></a> instead.</i></div>
+<div class="block"><i>3.15-beta2. Use <a href="./org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Font)"><code>CellUtil.setFont(Cell, Font)</code></a> instead.</i></div>
 </div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Font)">setFont(Cell, Font)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
@@ -70524,7 +70588,7 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#setLastColumn(int)">setLastColumn(int)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
 <dd>
-<div class="block">Set the last column (zero-based)of the range that contains this hyperlink</div>
+<div class="block">Set the last column (zero-based) of the range that contains this hyperlink</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html#setLastColumn(int)">setLastColumn(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
@@ -70610,7 +70674,7 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/HyperlinkRecord.html#setLastRow(int)">setLastRow(int)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/HyperlinkRecord.html" title="class in org.apache.poi.hssf.record">HyperlinkRecord</a></dt>
 <dd>
-<div class="block">Set the last row (zero-based)of the range that contains this hyperlink</div>
+<div class="block">Set the last row (zero-based) of the range that contains this hyperlink</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html#setLastRow(int)">setLastRow(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
@@ -76069,6 +76133,12 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setVerticalAlignment(short)">setVerticalAlignment(short)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
 <dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)"><code>HSSFCellStyle.setVerticalAlignment(VerticalAlignment)</code></a> instead.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)">setVerticalAlignment(VerticalAlignment)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></dt>
+<dd>
 <div class="block">set the type of vertical alignment for the cell</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFTextbox.html#setVerticalAlignment(short)">setVerticalAlignment(short)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
@@ -76081,15 +76151,27 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#setVerticalAlignment(short)">setVerticalAlignment(short)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/CellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)"><code>CellStyle.setVerticalAlignment(VerticalAlignment)</code></a> instead.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)">setVerticalAlignment(VerticalAlignment)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
+<dd>
 <div class="block">set the type of vertical alignment for the cell</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/util/CellUtil.html#setVerticalAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.VerticalAlignment)">setVerticalAlignment(Cell, VerticalAlignment)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util">CellUtil</a></dt>
+<dd>
+<div class="block">Take a cell, and vertically align it.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFTableCell.html#setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">setVerticalAlignment(VerticalAlignment)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFTextShape.html#setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">setVerticalAlignment(VerticalAlignment)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setVerticalAlignment(short)">setVerticalAlignment(short)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
-<div class="block">Set the type of vertical alignment for the cell</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)"><code>XSSFCellStyle.setVerticalAlignment(VerticalAlignment)</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)">setVerticalAlignment(VerticalAlignment)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></dt>
 <dd>
@@ -81082,7 +81164,7 @@ Compound Document Format.</div>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#THICK_BACKWARD_DIAG">THICK_BACKWARD_DIAG</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/FillPatternType.html#NO_FILL"><code>FillPatternType.NO_FILL</code></a> instead.</i></div>
+<div class="block"><i>3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/FillPatternType.html#THICK_BACKWARD_DIAG"><code>FillPatternType.THICK_BACKWARD_DIAG</code></a> instead.</i></div>
 </div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/PatternFormatting.html#THICK_BACKWARD_DIAG">THICK_BACKWARD_DIAG</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</a></dt>
@@ -81098,7 +81180,7 @@ Compound Document Format.</div>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#THICK_FORWARD_DIAG">THICK_FORWARD_DIAG</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/FillPatternType.html#NO_FILL"><code>FillPatternType.NO_FILL</code></a> instead.</i></div>
+<div class="block"><i>3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/FillPatternType.html#THICK_FORWARD_DIAG"><code>FillPatternType.THICK_FORWARD_DIAG</code></a> instead.</i></div>
 </div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/PatternFormatting.html#THICK_FORWARD_DIAG">THICK_FORWARD_DIAG</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</a></dt>
@@ -85747,19 +85829,25 @@ the order they are declared.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_BOTTOM">VERTICAL_BOTTOM</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">bottom-aligned vertical alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#BOTTOM"><code>VerticalAlignment.BOTTOM</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/ExtendedFormatRecord.html#VERTICAL_CENTER">VERTICAL_CENTER</a></span> - Static variable in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/ExtendedFormatRecord.html" title="class in org.apache.poi.hssf.record">ExtendedFormatRecord</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_CENTER">VERTICAL_CENTER</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">center-aligned vertical alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#CENTER"><code>VerticalAlignment.CENTER</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/ExtendedFormatRecord.html#VERTICAL_JUSTIFY">VERTICAL_JUSTIFY</a></span> - Static variable in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/ExtendedFormatRecord.html" title="class in org.apache.poi.hssf.record">ExtendedFormatRecord</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_JUSTIFY">VERTICAL_JUSTIFY</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">vertically justified vertical alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#TOP"><code>VerticalAlignment.TOP</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/ShapeTypes.html#VERTICAL_SCROLL">VERTICAL_SCROLL</a></span> - Static variable in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/ShapeTypes.html" title="class in org.apache.poi.ss.usermodel">ShapeTypes</a></dt>
 <dd>&nbsp;</dd>
@@ -85779,7 +85867,9 @@ the order they are declared.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_TOP">VERTICAL_TOP</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></dt>
 <dd>
-<div class="block">top-aligned vertical alignment</div>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.15 beta 3. Use <a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html#TOP"><code>VerticalAlignment.TOP</code></a> instead.</i></div>
+</div>
 </dd>
 <dt><a href="./org/apache/poi/xwpf/usermodel/VerticalAlign.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">VerticalAlign</span></a> - Enum in <a href="./org/apache/poi/xwpf/usermodel/package-summary.html">org.apache.poi.xwpf.usermodel</a></dt>
 <dd>
@@ -85788,7 +85878,9 @@ the order they are declared.</div>
 </dd>
 <dt><a href="./org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">VerticalAlignment</span></a> - Enum in <a href="./org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</a></dt>
 <dd>
-<div class="block">Specifies a list of available anchoring types for text</div>
+<div class="block">Specifies a list of available anchoring types for text
+ 
+ <!-- FIXME: Identical to <a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><code>VerticalAlignment</code></a>.</div>
 </dd>
 <dt><a href="./org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">VerticalAlignment</span></a> - Enum in <a href="./org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></dt>
 <dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html Sun Jul 10 14:06:30 2016
@@ -221,6 +221,7 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;ExtSSTRecord.InfoSubRecord(int&nbsp;streamPos,
                           int&nbsp;bucketSstOffset)</pre>
 <div class="block">Creates new ExtSSTInfoSubRecord</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>streamPos</code> - stream pointer to the SST record</dd><dd><code>bucketSstOffset</code> - ... don't really understand this yet</dd></dl>
 </li>
 </ul>
 <a name="ExtSSTRecord.InfoSubRecord(org.apache.poi.hssf.record.RecordInputStream)">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ExtSSTRecord.html Sun Jul 10 14:06:30 2016
@@ -426,6 +426,8 @@ extends <a href="../../../../../org/apac
 <h4>getRecordSizeForStrings</h4>
 <pre>public static final&nbsp;int&nbsp;getRecordSizeForStrings(int&nbsp;numStrings)</pre>
 <div class="block">Given a number of strings (in the sst), returns the size of the extsst record</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>numStrings</code> - the number of strings</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the size of the extsst record</dd></dl>
 </li>
 </ul>
 <a name="getSid()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ExternSheetRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ExternSheetRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ExternSheetRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ExternSheetRecord.html Sun Jul 10 14:06:30 2016
@@ -456,7 +456,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>findRefIndexFromExtBookIndex</h4>
 <pre>public&nbsp;int&nbsp;findRefIndexFromExtBookIndex(int&nbsp;extBookIndex)</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>-1 if not found</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>extBookIndex</code> - external sheet reference index</dd>
+<dt><span class="strong">Returns:</span></dt><dd>-1 if not found</dd></dl>
 </li>
 </ul>
 <a name="getFirstSheetIndexFromRefIndex(int)">
@@ -469,6 +470,10 @@ extends <a href="../../../../../org/apac
 <div class="block">Returns the first sheet that the reference applies to, or
   -1 if the referenced sheet can't be found, or -2 if the
   reference is workbook scoped.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>extRefIndex</code> - external sheet reference index</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the first sheet that the reference applies to, or
+  -1 if the referenced sheet can't be found, or -2 if the
+  reference is workbook scoped</dd></dl>
 </li>
 </ul>
 <a name="getLastSheetIndexFromRefIndex(int)">
@@ -483,6 +488,10 @@ extends <a href="../../../../../org/apac
   reference is workbook scoped.
  For a single sheet reference, the first and last should be
   the same.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>extRefIndex</code> - external sheet reference index</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the last sheet that the reference applies to, or
+  -1 if the referenced sheet can't be found, or -2 if the
+  reference is workbook scoped.</dd></dl>
 </li>
 </ul>
 <a name="addRef(int, int, int)">
@@ -500,25 +509,23 @@ extends <a href="../../../../../org/apac
   DDE data source referencing, or OLE data source referencing,
   then no scope is specified and this value <em>MUST</em> be -2. Otherwise,
   the scope must be set as follows:
-   <ol>
+  <ol>
     <li><code>-2</code> Workbook-level reference that applies to the entire workbook.</li>
     <li><code>-1</code> Sheet-level reference. </li>
     <li><code>&gt;=0</code> Sheet-level reference. This specifies the first sheet in the reference.
-    <p>
-    If the SupBook type is unused or external workbook referencing,
+    <p>If the SupBook type is unused or external workbook referencing,
     then this value specifies the zero-based index of an external sheet name,
     see <a href="../../../../../org/apache/poi/hssf/record/SupBookRecord.html#getSheetNames()"><code>SupBookRecord.getSheetNames()</code></a>.
     This referenced string specifies the name of the first sheet within the external workbook that is in scope.
-    This sheet MUST be a worksheet or macro sheet.
-    <p>
-    <p>
-    If the supporting link type is self-referencing, then this value specifies the zero-based index of a
+    This sheet MUST be a worksheet or macro sheet.</p>
+    
+    <p>If the supporting link type is self-referencing, then this value specifies the zero-based index of a
     <a href="../../../../../org/apache/poi/hssf/record/BoundSheetRecord.html" title="class in org.apache.poi.hssf.record"><code>BoundSheetRecord</code></a> record in the workbook stream that specifies
     the first sheet within the scope of this reference. This sheet MUST be a worksheet or a macro sheet.
     </p>
     </li>
   </ol></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>firstSheetIndex</code> - the scope, must be -2 for add-in references</dd><dd><code>lastSheetIndex</code> - the scope, must be -2 for add-in references</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>extBookIndex</code> - the external book block index</dd><dd><code>firstSheetIndex</code> - the scope, must be -2 for add-in references</dd><dd><code>lastSheetIndex</code> - the scope, must be -2 for add-in references</dd>
 <dt><span class="strong">Returns:</span></dt><dd>index of newly added ref</dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FontRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FontRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/FontRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FontRecord.html Sun Jul 10 14:06:30 2016
@@ -951,6 +951,7 @@ extends <a href="../../../../../org/apac
 <div class="block">Clones all the font style information from another
   FontRecord, onto this one. This
   will then hold all the same font style options.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - the record to clone the properties from</dd></dl>
 </li>
 </ul>
 <a name="hashCode()">
@@ -980,6 +981,8 @@ extends <a href="../../../../../org/apac
   for exact contents, because normally the
   font record's position makes a big
   difference too.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>other</code> - the record to compare with</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true, if the properties match</dd></dl>
 </li>
 </ul>
 <a name="equals(java.lang.Object)">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html Sun Jul 10 14:06:30 2016
@@ -475,7 +475,7 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;setFlagByBit(int&nbsp;bitmask,
                 boolean&nbsp;enabled)</pre>
 <div class="block">Use one of the bitmasks MANUAL_ADVANCE_BIT ... CURSOR_VISIBLE_BIT</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmask</code> - </dd><dd><code>enabled</code> - </dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmask</code> - the bitmask to apply</dd><dd><code>enabled</code> - if true, the bitmask will be or-ed, otherwise the bits set in the mask will be removed from the flags</dd></dl>
 </li>
 </ul>
 <a name="getFlagByBit(int)">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/HyperlinkRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/HyperlinkRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/HyperlinkRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/HyperlinkRecord.html Sun Jul 10 14:06:30 2016
@@ -194,9 +194,7 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#getFileOptions()">getFileOptions</a></strong>()</code>
-<div class="block">Options for a file link</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#getFileOptions()">getFileOptions</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
@@ -214,9 +212,7 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#getLabelOptions()">getLabelOptions</a></strong>()</code>
-<div class="block">Label options</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#getLabelOptions()">getLabelOptions</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
@@ -294,14 +290,14 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstColumn(int)">setFirstColumn</a></strong>(int&nbsp;col)</code>
-<div class="block">Set the first column (zero-based)of the range that contains this hyperlink</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstColumn(int)">setFirstColumn</a></strong>(int&nbsp;firstCol)</code>
+<div class="block">Set the first column (zero-based) of the range that contains this hyperlink</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstRow(int)">setFirstRow</a></strong>(int&nbsp;col)</code>
-<div class="block">Set the first row (zero-based)of the range that contains this hyperlink</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setFirstRow(int)">setFirstRow</a></strong>(int&nbsp;firstRow)</code>
+<div class="block">Set the first row (zero-based) of the range that contains this hyperlink</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -312,14 +308,14 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setLastColumn(int)">setLastColumn</a></strong>(int&nbsp;col)</code>
-<div class="block">Set the last column (zero-based)of the range that contains this hyperlink</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setLastColumn(int)">setLastColumn</a></strong>(int&nbsp;lastCol)</code>
+<div class="block">Set the last column (zero-based) of the range that contains this hyperlink</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setLastRow(int)">setLastRow</a></strong>(int&nbsp;col)</code>
-<div class="block">Set the last row (zero-based)of the range that contains this hyperlink</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/HyperlinkRecord.html#setLastRow(int)">setLastRow</a></strong>(int&nbsp;lastRow)</code>
+<div class="block">Set the last row (zero-based) of the range that contains this hyperlink</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -433,8 +429,9 @@ implements java.lang.Cloneable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFirstColumn</h4>
-<pre>public&nbsp;void&nbsp;setFirstColumn(int&nbsp;col)</pre>
-<div class="block">Set the first column (zero-based)of the range that contains this hyperlink</div>
+<pre>public&nbsp;void&nbsp;setFirstColumn(int&nbsp;firstCol)</pre>
+<div class="block">Set the first column (zero-based) of the range that contains this hyperlink</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>firstCol</code> - the first column (zero-based)</dd></dl>
 </li>
 </ul>
 <a name="getLastColumn()">
@@ -453,8 +450,9 @@ implements java.lang.Cloneable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>setLastColumn</h4>
-<pre>public&nbsp;void&nbsp;setLastColumn(int&nbsp;col)</pre>
-<div class="block">Set the last column (zero-based)of the range that contains this hyperlink</div>
+<pre>public&nbsp;void&nbsp;setLastColumn(int&nbsp;lastCol)</pre>
+<div class="block">Set the last column (zero-based) of the range that contains this hyperlink</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastCol</code> - the last column (zero-based)</dd></dl>
 </li>
 </ul>
 <a name="getFirstRow()">
@@ -473,8 +471,9 @@ implements java.lang.Cloneable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFirstRow</h4>
-<pre>public&nbsp;void&nbsp;setFirstRow(int&nbsp;col)</pre>
-<div class="block">Set the first row (zero-based)of the range that contains this hyperlink</div>
+<pre>public&nbsp;void&nbsp;setFirstRow(int&nbsp;firstRow)</pre>
+<div class="block">Set the first row (zero-based) of the range that contains this hyperlink</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>firstRow</code> - the first row (zero-based)</dd></dl>
 </li>
 </ul>
 <a name="getLastRow()">
@@ -493,8 +492,9 @@ implements java.lang.Cloneable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>setLastRow</h4>
-<pre>public&nbsp;void&nbsp;setLastRow(int&nbsp;col)</pre>
-<div class="block">Set the last row (zero-based)of the range that contains this hyperlink</div>
+<pre>public&nbsp;void&nbsp;setLastRow(int&nbsp;lastRow)</pre>
+<div class="block">Set the last row (zero-based) of the range that contains this hyperlink</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastRow</code> - the last row (zero-based)</dd></dl>
 </li>
 </ul>
 <a name="getLabel()">
@@ -593,7 +593,7 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>getLabelOptions</h4>
 <pre>public&nbsp;int&nbsp;getLabelOptions()</pre>
-<div class="block">Label options</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Label options</dd></dl>
 </li>
 </ul>
 <a name="getFileOptions()">
@@ -603,7 +603,7 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>getFileOptions</h4>
 <pre>public&nbsp;int&nbsp;getFileOptions()</pre>
-<div class="block">Options for a file link</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Options for a file link</dd></dl>
 </li>
 </ul>
 <a name="serialize(org.apache.poi.util.LittleEndianOutput)">
@@ -678,6 +678,7 @@ implements java.lang.Cloneable</pre>
 <h4>isUrlLink</h4>
 <pre>public&nbsp;boolean&nbsp;isUrlLink()</pre>
 <div class="block">Based on the link options, is this a url?</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if this is a url link</dd></dl>
 </li>
 </ul>
 <a name="isFileLink()">
@@ -688,6 +689,7 @@ implements java.lang.Cloneable</pre>
 <h4>isFileLink</h4>
 <pre>public&nbsp;boolean&nbsp;isFileLink()</pre>
 <div class="block">Based on the link options, is this a file?</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if this is a file link</dd></dl>
 </li>
 </ul>
 <a name="isDocumentLink()">
@@ -698,6 +700,7 @@ implements java.lang.Cloneable</pre>
 <h4>isDocumentLink</h4>
 <pre>public&nbsp;boolean&nbsp;isDocumentLink()</pre>
 <div class="block">Based on the link options, is this a document?</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if this is a docment link</dd></dl>
 </li>
 </ul>
 <a name="newUrlLink()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/IndexRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/IndexRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/IndexRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/IndexRecord.html Sun Jul 10 14:06:30 2016
@@ -450,7 +450,8 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>getRecordSizeForBlockCount</h4>
 <pre>public static&nbsp;int&nbsp;getRecordSizeForBlockCount(int&nbsp;blockCount)</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the size of an INdexRecord when it needs to index the specified number of blocks</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>blockCount</code> - the number of blocks to be indexed</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the size of an IndexRecord when it needs to index the specified number of blocks</dd></dl>
 </li>
 </ul>
 <a name="getSid()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelRecord.html Sun Jul 10 14:06:30 2016
@@ -111,9 +111,9 @@
 <pre>public final class <span class="strong">LabelRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>
 implements <a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a>, java.lang.Cloneable</pre>
-<div class="block">Label Record (0x0204) - read only support for strings stored directly in the cell..  Don't
- use this (except to read), use LabelSST instead <P>
- REFERENCE:  PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P></div>
+<div class="block">Label Record (0x0204) - read only support for strings stored directly in the cell...
+ Don't use this (except to read), use LabelSST instead <P>
+ REFERENCE:  PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/record/LabelSSTRecord.html" title="class in org.apache.poi.hssf.record"><code>LabelSSTRecord</code></a></dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelSSTRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelSSTRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelSSTRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/LabelSSTRecord.html Sun Jul 10 14:06:30 2016
@@ -122,9 +122,8 @@
 extends <a href="../../../../../org/apache/poi/hssf/record/CellRecord.html" title="class in org.apache.poi.hssf.record">CellRecord</a>
 implements java.lang.Cloneable</pre>
 <div class="block">Title:        Label SST Record<P>
- Description:  Refers to a string in the shared string table and is a column
-               value.  <P>
- REFERENCE:  PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P></div>
+ Description:  Refers to a string in the shared string table and is a column value.<P>
+ REFERENCE:  PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html Sun Jul 10 14:06:30 2016
@@ -292,13 +292,15 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>setStyle</h4>
 <pre>public&nbsp;void&nbsp;setStyle(int&nbsp;style)</pre>
-<div class="block">Set the style of this dropdown.
+<div class="block">Set the style of this dropdown.<p>
 
  Possible values:
-  <p>
-  0  Combo dropdown control
-  1  Combo Edit dropdown control
-  2  Simple dropdown control (just the dropdown button)</div>
+ <ul>
+ <li>0: Combo dropdown control</li>
+ <li>1: Combo Edit dropdown control</li>
+ <li>2: Simple dropdown control (just the dropdown button)</li>
+ </ul></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - the style - see possible values</dd></dl>
 </li>
 </ul>
 <a name="setNumLines(int)">
@@ -309,6 +311,7 @@ extends java.lang.Object</pre>
 <h4>setNumLines</h4>
 <pre>public&nbsp;void&nbsp;setNumLines(int&nbsp;num)</pre>
 <div class="block">Set the number of lines to be displayed in the dropdown.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>num</code> - the number of lines to be displayed in the dropdown</dd></dl>
 </li>
 </ul>
 <a name="serialize(org.apache.poi.util.LittleEndianOutput)">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/MergeCellsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/MergeCellsRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/MergeCellsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/MergeCellsRecord.html Sun Jul 10 14:06:30 2016
@@ -319,7 +319,8 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>getAreaAt</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;getAreaAt(int&nbsp;index)</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>MergedRegion at the given index representing the area that is Merged (r1,c1 - r2,c2)</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the n-th MergedRegion</dd>
+<dt><span class="strong">Returns:</span></dt><dd>MergedRegion at the given index representing the area that is Merged (r1,c1 - r2,c2)</dd></dl>
 </li>
 </ul>
 <a name="getDataSize()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/MulRKRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/MulRKRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/MulRKRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/MulRKRecord.html Sun Jul 10 14:06:30 2016
@@ -350,7 +350,8 @@ extends <a href="../../../../../org/apac
 <h4>getXFAt</h4>
 <pre>public&nbsp;short&nbsp;getXFAt(int&nbsp;coffset)</pre>
 <div class="block">returns the xf index for column (coffset = column - field_2_first_col)</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the XF index for the column</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>coffset</code> - the coffset = column - field_2_first_col</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the XF index for the column</dd></dl>
 </li>
 </ul>
 <a name="getRKNumberAt(int)">
@@ -361,7 +362,8 @@ extends <a href="../../../../../org/apac
 <h4>getRKNumberAt</h4>
 <pre>public&nbsp;double&nbsp;getRKNumberAt(int&nbsp;coffset)</pre>
 <div class="block">returns the rk number for column (coffset = column - field_2_first_col)</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value (decoded into a double)</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>coffset</code> - the coffset = column - field_2_first_col</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the value (decoded into a double)</dd></dl>
 </li>
 </ul>
 <a name="toString()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/NameCommentRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/NameCommentRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/NameCommentRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/NameCommentRecord.html Sun Jul 10 14:06:30 2016
@@ -381,6 +381,7 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;setNameText(java.lang.String&nbsp;newName)</pre>
 <div class="block">Updates the name we're associated with, normally used
   when renaming that Name</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newName</code> - the new name</dd></dl>
 </li>
 </ul>
 <a name="getCommentText()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/NameRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/NameRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/NameRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/NameRecord.html Sun Jul 10 14:06:30 2016
@@ -647,7 +647,7 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;NameRecord(byte&nbsp;builtin,
           int&nbsp;sheetNumber)</pre>
 <div class="block">Constructor to create a built-in named region</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>builtin</code> - Built-in byte representation for the name record, use the public constants</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>builtin</code> - Built-in byte representation for the name record, use the public constants</dd><dd><code>sheetNumber</code> - the sheet which the name applies to</dd></dl>
 </li>
 </ul>
 <a name="NameRecord(org.apache.poi.hssf.record.RecordInputStream)">
@@ -888,6 +888,7 @@ extends <a href="../../../../../org/apac
 <h4>isBuiltInName</h4>
 <pre>public&nbsp;boolean&nbsp;isBuiltInName()</pre>
 <div class="block">Convenience Function to determine if the name is a built-in name</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if the name is a built-in name</dd></dl>
 </li>
 </ul>
 <a name="getNameText()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteRecord.html Sun Jul 10 14:06:30 2016
@@ -391,6 +391,7 @@ implements java.lang.Cloneable</pre>
 <h4>NoteRecord</h4>
 <pre>public&nbsp;NoteRecord(<a href="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</a>&nbsp;in)</pre>
 <div class="block">Read the record data from the supplied <code>RecordInputStream</code></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - the RecordInputStream to read from</dd></dl>
 </li>
 </ul>
 </li>
@@ -541,6 +542,7 @@ implements java.lang.Cloneable</pre>
 <h4>authorIsMultibyte</h4>
 <pre>protected&nbsp;boolean&nbsp;authorIsMultibyte()</pre>
 <div class="block">For unit testing only!</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if author element uses multi byte</dd></dl>
 </li>
 </ul>
 <a name="getShapeId()">
@@ -551,6 +553,7 @@ implements java.lang.Cloneable</pre>
 <h4>getShapeId</h4>
 <pre>public&nbsp;int&nbsp;getShapeId()</pre>
 <div class="block">Object id for OBJ record that contains the comment</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the Object id for OBJ record that contains the comment</dd></dl>
 </li>
 </ul>
 <a name="setShapeId(int)">
@@ -561,6 +564,7 @@ implements java.lang.Cloneable</pre>
 <h4>setShapeId</h4>
 <pre>public&nbsp;void&nbsp;setShapeId(int&nbsp;id)</pre>
 <div class="block">Object id for OBJ record that contains the comment</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the Object id for OBJ record that contains the comment</dd></dl>
 </li>
 </ul>
 <a name="getAuthor()">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteStructureSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteStructureSubRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteStructureSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/NoteStructureSubRecord.html Sun Jul 10 14:06:30 2016
@@ -264,6 +264,7 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;NoteStructureSubRecord(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in,
                       int&nbsp;size)</pre>
 <div class="block">Read the record data from the supplied <code>RecordInputStream</code></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - the input to read from</dd><dd><code>size</code> - the provided size - must be 22</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/OldCellRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/OldCellRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/OldCellRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/OldCellRecord.html Sun Jul 10 14:06:30 2016
@@ -272,6 +272,7 @@ extends java.lang.Object</pre>
 <h4>isBiff2</h4>
 <pre>public&nbsp;boolean&nbsp;isBiff2()</pre>
 <div class="block">Is this a Biff2 record, or newer?</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if this is a Biff2 record or newer</dd></dl>
 </li>
 </ul>
 <a name="getSid()">
@@ -306,6 +307,7 @@ extends java.lang.Object</pre>
 <div class="block">Append specific debug info (used by <a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#toString()"><code>toString()</code></a> for the value
  contained in this record. Trailing new-line should not be appended
  (superclass does that).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sb</code> - the StringBuilder to append to</dd></dl>
 </li>
 </ul>
 <a name="getRecordName()">
@@ -316,6 +318,7 @@ extends java.lang.Object</pre>
 <h4>getRecordName</h4>
 <pre>protected abstract&nbsp;java.lang.String&nbsp;getRecordName()</pre>
 <div class="block">Gets the debug info BIFF record type name (used by <a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#toString()"><code>toString()</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the debug info BIFF record type name</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/OldFormulaRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/OldFormulaRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/OldFormulaRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/OldFormulaRecord.html Sun Jul 10 14:06:30 2016
@@ -390,7 +390,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#appendValueText(java.lang.StringBuilder)">appendValueText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html" title="class in org.apache.poi.hssf.record">OldCellRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>sb</code> - the StringBuilder to append to</dd></dl>
 </li>
 </ul>
 <a name="getRecordName()">
@@ -405,7 +405,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html" title="class in org.apache.poi.hssf.record">OldCellRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the debug info BIFF record type name</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/OldLabelRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/OldLabelRecord.html?rev=1752093&r1=1752092&r2=1752093&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/OldLabelRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/OldLabelRecord.html Sun Jul 10 14:06:30 2016
@@ -305,6 +305,7 @@ extends <a href="../../../../../org/apac
 <h4>getValue</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getValue()</pre>
 <div class="block">Get the String of the cell</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the String of the cell</dd></dl>
 </li>
 </ul>
 <a name="serialize(int, byte[])">
@@ -316,6 +317,8 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;int&nbsp;serialize(int&nbsp;offset,
             byte[]&nbsp;data)</pre>
 <div class="block">Not supported</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - not supported</dd><dd><code>data</code> - not supported</dd>
+<dt><span class="strong">Returns:</span></dt><dd>not supported</dd></dl>
 </li>
 </ul>
 <a name="getRecordSize()">
@@ -341,7 +344,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#appendValueText(java.lang.StringBuilder)">appendValueText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html" title="class in org.apache.poi.hssf.record">OldCellRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>sb</code> - the StringBuilder to append to</dd></dl>
 </li>
 </ul>
 <a name="getRecordName()">
@@ -356,7 +359,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/OldCellRecord.html" title="class in org.apache.poi.hssf.record">OldCellRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the debug info BIFF record type name</dd></dl>
 </li>
 </ul>
 </li>



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