Modified: poi/site/publish/apidocs/org/apache/poi/util/Units.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/Units.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/Units.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/Units.html Sat Mar 12 14:38:45 2016 @@ -199,24 +199,30 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#masterToPoints(int)">masterToPoints</a></strong>(int masterDPI)</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#pixelToEMU(int)">pixelToEMU</a></strong>(int pixels)</code> +<div class="block">Converts pixels to EMUs</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#pixelToPoints(int)">pixelToPoints</a></strong>(int pixel)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#pointsToMaster(double)">pointsToMaster</a></strong>(double points)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#pointsToPixel(double)">pointsToPixel</a></strong>(double points)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#toEMU(double)">toEMU</a></strong>(double points)</code> <div class="block">Converts points to EMUs</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/Units.html#toPoints(long)">toPoints</a></strong>(long emu)</code> <div class="block">Converts EMUs to points</div> @@ -345,7 +351,19 @@ extends java.lang.Object</pre> <pre>public static int toEMU(double points)</pre> <div class="block">Converts points to EMUs</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>points</code> - points</dd> -<dt><span class="strong">Returns:</span></dt><dd>emus</dd></dl> +<dt><span class="strong">Returns:</span></dt><dd>EMUs</dd></dl> +</li> +</ul> +<a name="pixelToEMU(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>pixelToEMU</h4> +<pre>public static int pixelToEMU(int pixels)</pre> +<div class="block">Converts pixels to EMUs</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pixels</code> - pixels</dd> +<dt><span class="strong">Returns:</span></dt><dd>EMUs</dd></dl> </li> </ul> <a name="toPoints(long)">
Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Sat Mar 12 14:38:45 2016 @@ -10264,6 +10264,12 @@ Compound Document Format.</div> message.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/util/StringUtil.html" title="class in org.apache.poi.util">StringUtil</a></strong></code> +<div class="block">Collection of string handling utilities</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/RecordFormatException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/RecordFormatException.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/RecordFormatException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/RecordFormatException.html Sat Mar 12 14:38:45 2016 @@ -122,8 +122,10 @@ <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/RecordFormatException.html" title="class in org.apache.poi.hssf.record">RecordFormatException</a></strong></code> -<div class="block">Title: Record Format Exception - Description: Used by records to indicate invalid format/data.</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>as of 3.15-beta1, scheduled for removal in 3.17 + use the class with the same name from the utils-package</i></div> +</div> </td> </tr> </tbody> Modified: poi/site/publish/apidocs/org/apache/poi/util/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-summary.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-summary.html Sat Mar 12 14:38:45 2016 @@ -386,9 +386,7 @@ <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/poi/util/StringUtil.html" title="class in org.apache.poi.util">StringUtil</a></td> <td class="colLast"> -<div class="block">Title: String Utility Description: Collection of string handling utilities<p/> - - Note - none of the methods in this class deals with <a href="../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record"><code>ContinueRecord</code></a>s.</div> +<div class="block">Collection of string handling utilities</div> </td> </tr> <tr class="altColor"> Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html Sat Mar 12 14:38:45 2016 @@ -162,7 +162,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html" title="class in org.apache.poi.sl.usermodel">SlideShowFactory</a></h3> -<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File,%20java.lang.String,%20boolean)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.InputStream)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.InputStream,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideS howFactory.html#createHSLFSlideShow(java.lang.Object...)">createHSLFSlideShow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#createSlideShow(java.lang.String,%20java.lang.Object[])">createSlideShow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#createXSLFSlideShow(java.lang.Object...)">createXSLFSlideShow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#hasOOXMLHeader(java.io.InputStream)">hasOOXMLHeader</a></code></li> +<code><a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.File,%20java.lang.String,%20boolean)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.InputStream)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(java.io.InputStream,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.lang.String)">create</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideS howFactory.html#createHSLFSlideShow(java.lang.Object...)">createHSLFSlideShow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#createSlideShow(java.lang.String,%20java.lang.Object[])">createSlideShow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SlideShowFactory.html#createXSLFSlideShow(java.lang.Object...)">createXSLFSlideShow</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html Sat Mar 12 14:38:45 2016 @@ -544,24 +544,11 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setRepeatingRowsAndColumns(int,%20int,%20int,%20int,%20int)">setRepeatingRowsAndColumns</a></strong>(int sheetIndex, - int startColumn, - int endColumn, - int startRow, - int endRow)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)"><code>SXSSFSheet.setRepeatingRows(CellRangeAddress)</code></a> - or <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)"><code>SXSSFSheet.setRepeatingColumns(CellRangeAddress)</code></a></i></div> -</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSelectedTab(int)">setSelectedTab</a></strong>(int index)</code> <div class="block">Sets the tab whose data is actually seen when the sheet is opened.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int sheetIx, boolean hidden)</code> @@ -571,35 +558,35 @@ implements <a href="../../../../../org/a created workbook or the one set via setActiveSheet()) cannot be hidden.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></strong>(int sheetIx, int hidden)</code> <div class="block">Hide or unhide a sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int sheet, java.lang.String name)</code> <div class="block">Set the sheet name.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String sheetname, int pos)</code> <div class="block">Sets the order of appearance for a given sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#sheetIterator()">sheetIterator</a></strong>()</code> <div class="block">Returns an iterator of the sheets in the workbook in sheet order.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream stream)</code> <div class="block">Write out this workbook to an Outputstream.</div> @@ -1147,43 +1134,6 @@ implements <a href="../../../../../org/a <dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - of the sheet to remove (0-based)</dd></dl> </li> </ul> -<a name="setRepeatingRowsAndColumns(int, int, int, int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setRepeatingRowsAndColumns</h4> -<pre>@Deprecated -public void setRepeatingRowsAndColumns(int sheetIndex, - int startColumn, - int endColumn, - int startRow, - int endRow)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)"><code>SXSSFSheet.setRepeatingRows(CellRangeAddress)</code></a> - or <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)"><code>SXSSFSheet.setRepeatingColumns(CellRangeAddress)</code></a></i></div> -<div class="block">Sets the repeating rows and columns for a sheet (as found in - File->PageSetup->Sheet). This is function is included in the workbook - because it creates/modifies name records which are stored at the - workbook level. - <p> - To set just repeating columns: - <pre> - workbook.setRepeatingRowsAndColumns(0,0,1,-1-1); - </pre> - To set just repeating rows: - <pre> - workbook.setRepeatingRowsAndColumns(0,-1,-1,0,4); - </pre> - To remove all repeating rows and columns for a sheet. - <pre> - workbook.setRepeatingRowsAndColumns(0,-1,-1,-1,-1); - </pre></div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setRepeatingRowsAndColumns(int,%20int,%20int,%20int,%20int)">setRepeatingRowsAndColumns</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>sheetIndex</code> - 0 based index to sheet.</dd><dd><code>startColumn</code> - 0 based start of repeating columns.</dd><dd><code>endColumn</code> - 0 based end of repeating columns.</dd><dd><code>startRow</code> - 0 based start of repeating rows.</dd><dd><code>endRow</code> - 0 based end of repeating rows.</dd></dl> -</li> -</ul> <a name="createFont()"> <!-- --> </a> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Sat Mar 12 14:38:45 2016 @@ -727,129 +727,116 @@ 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/xssf/usermodel/XSSFWorkbook.html#setRepeatingRowsAndColumns(int,%20int,%20int,%20int,%20int)">setRepeatingRowsAndColumns</a></strong>(int sheetIndex, - int startColumn, - int endColumn, - int startRow, - int endRow)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)"><code>XSSFSheet.setRepeatingRows(CellRangeAddress)</code></a> - or <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)"><code>XSSFSheet.setRepeatingColumns(CellRangeAddress)</code></a></i></div> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setRevisionsPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setRevisionsPassword</a></strong>(java.lang.String password, <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> hashAlgo)</code> <div class="block">Sets the revisions password.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSelectedTab(int)">setSelectedTab</a></strong>(int index)</code> <div class="block">We only set one sheet as selected for compatibility with HSSF.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int sheetIx, boolean hidden)</code> <div class="block">Sets the visible state of this sheet.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></strong>(int sheetIx, int state)</code> <div class="block">Hide or unhide a sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int sheetIndex, java.lang.String sheetname)</code> <div class="block">Set the sheet name.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String sheetname, int pos)</code> <div class="block">sets the order of appearance for a given sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setVBAProject(java.io.InputStream)">setVBAProject</a></strong>(java.io.InputStream vbaProjectStream)</code> <div class="block">Adds a vbaProject.bin file to the workbook.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setVBAProject(org.apache.poi.xssf.usermodel.XSSFWorkbook)">setVBAProject</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a> macroWorkbook)</code> <div class="block">Adds a vbaProject.bin file taken from another, given workbook to this one.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setWorkbookPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setWorkbookPassword</a></strong>(java.lang.String password, <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> hashAlgo)</code> <div class="block">Sets the workbook password.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setWorkbookType(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">setWorkbookType</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> type)</code> <div class="block">Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator()">sheetIterator</a></strong>()</code> <div class="block">Returns an iterator of the sheets in the workbook in sheet order.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#unLock()">unLock</a></strong>()</code> <div class="block">Removes the workbook protection settings</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#unLockRevision()">unLockRevision</a></strong>()</code> <div class="block">Unlocks the workbook for revisions.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#unLockStructure()">unLockStructure</a></strong>()</code> <div class="block">Unlocks the structure of workbook.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#unLockWindows()">unLockWindows</a></strong>()</code> <div class="block">Unlocks the windows that comprise the workbook.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#validateRevisionsPassword(java.lang.String)">validateRevisionsPassword</a></strong>(java.lang.String password)</code> <div class="block">Validate the password against the stored hash, the hashing method will be determined by the existing password attributes</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#validateWorkbookPassword(java.lang.String)">validateWorkbookPassword</a></strong>(java.lang.String password)</code> <div class="block">Validate the password against the stored hash, the hashing method will be determined by the existing password attributes</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#xssfSheetIterator()">xssfSheetIterator</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> </div> @@ -1929,40 +1916,6 @@ public java.util.Iterator<<a hre <dt><span class="strong">Parameters:</span></dt><dd><code>sheetIndex</code> - Zero-based sheet index (0 = First Sheet)</dd><dd><code>startColumn</code> - Column to begin printarea</dd><dd><code>endColumn</code> - Column to end the printarea</dd><dd><code>startRow</code> - Row to begin the printarea</dd><dd><code>endRow</code> - Row to end the printarea</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setPrintArea(int,%20java.lang.String)"><code>setPrintArea(int, String)</code></a></dd></dl> </li> </ul> -<a name="setRepeatingRowsAndColumns(int, int, int, int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setRepeatingRowsAndColumns</h4> -<pre>@Deprecated -public void setRepeatingRowsAndColumns(int sheetIndex, - int startColumn, - int endColumn, - int startRow, - int endRow)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)"><code>XSSFSheet.setRepeatingRows(CellRangeAddress)</code></a> - or <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)"><code>XSSFSheet.setRepeatingColumns(CellRangeAddress)</code></a></i></div> -<div class="block">Sets the repeating rows and columns for a sheet. - <p/> - To set just repeating columns: - <pre> - workbook.setRepeatingRowsAndColumns(0,0,1,-1,-1); - </pre> - To set just repeating rows: - <pre> - workbook.setRepeatingRowsAndColumns(0,-1,-1,0,4); - </pre> - To remove all repeating rows and columns for a sheet. - <pre> - workbook.setRepeatingRowsAndColumns(0,-1,-1,-1,-1); - </pre></div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setRepeatingRowsAndColumns(int,%20int,%20int,%20int,%20int)">setRepeatingRowsAndColumns</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>sheetIndex</code> - 0 based index to sheet.</dd><dd><code>startColumn</code> - 0 based start of repeating columns.</dd><dd><code>endColumn</code> - 0 based end of repeating columns.</dd><dd><code>startRow</code> - 0 based start of repeating rows.</dd><dd><code>endRow</code> - 0 based end of repeating rows.</dd></dl> -</li> -</ul> <a name="setSelectedTab(int)"> <!-- --> </a> Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Sat Mar 12 14:38:45 2016 @@ -619,6 +619,7 @@ <li type="circle">org.apache.poi.hslf.record.<a href="org/apache/poi/hslf/record/DocumentAtom.SlideSize.html" title="class in org.apache.poi.hslf.record"><span class="strong">DocumentAtom.SlideSize</span></a></li> <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/DocumentBlock.html" title="class in org.apache.poi.poifs.storage"><span class="strong">DocumentBlock</span></a></li> <li type="circle">org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/DocumentDescriptor.html" title="class in org.apache.poi.poifs.filesystem"><span class="strong">DocumentDescriptor</span></a></li> +<li type="circle">org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/DocumentFactoryHelper.html" title="class in org.apache.poi.poifs.filesystem"><span class="strong">DocumentFactoryHelper</span></a></li> <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/DocumentHelper.html" title="class in org.apache.poi.util"><span class="strong">DocumentHelper</span></a></li> <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/DOPAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="strong">DOPAbstractType</span></a> <ul> @@ -2300,11 +2301,6 @@ <li type="circle">org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model"><span class="strong">RecordStream</span></a></li> <li type="circle">org.apache.poi.hwpf.dev.<a href="org/apache/poi/hwpf/dev/RecordUtil.html" title="class in org.apache.poi.hwpf.dev"><span class="strong">RecordUtil</span></a></li> <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">RefEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>)</li> -<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/Region.html" title="class in org.apache.poi.ss.util"><span class="strong">Region</span></a> (implements java.lang.Comparable<T>) -<ul> -<li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/Region.html" title="class in org.apache.poi.hssf.util"><span class="strong">Region</span></a></li> -</ul> -</li> <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">RegionUtil</span></a></li> <li type="circle">org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/RelationshipTransformService.RelationshipTransformParameterSpec.html" title="class in org.apache.poi.poifs.crypt.dsig.services"><span class="strong">RelationshipTransformService.RelationshipTransformParameterSpec</span></a> (implements javax.xml.crypto.dsig.spec.TransformParameterSpec)</li> <li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelCubBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelCubBezTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li> Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Sat Mar 12 14:38:45 2016 @@ -265,6 +265,9 @@ if (VERSION > 3) { <ul> <li> +<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59170">59170</a> - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns()</li> + +<li> <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59170">59170</a> - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</li> <li> Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Sat Mar 12 14:38:45 2016 @@ -1,3 +1,3 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</description></item><item><title> add(bug 57031)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57031) - Out of Memory when extracting text from attached files</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - More helpful exception when POIFSFileSystem is given a raw XML file</description></item></channel></rss> \ No newline at end of file +<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns()</description></item><item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</description></item><item><title> add(bug 57031)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57031) - Out of Memory when extracting text from attached files</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - More helpful exception when POIFSFileSyst em is given a raw XML file</description></item></channel></rss> \ No newline at end of file Modified: poi/site/publish/document/projectplan.html URL: http://svn.apache.org/viewvc/poi/site/publish/document/projectplan.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/document/projectplan.html (original) +++ poi/site/publish/document/projectplan.html Sat Mar 12 14:38:45 2016 @@ -76,27 +76,35 @@ if (VERSION > 3) { <div class="menuBar"> <div class="menu"> <span class="menuLabel">Apache POI</span> + <div class="menuItem"> <a href="../index.html">Top</a> </div> + </div> <div class="menu"> <span class="menuLabel">HWPF+XWPF</span> + <div class="menuItem"> <a href="index.html">Overview</a> </div> + <div class="menuItem"> <a href="quick-guide.html">HWPF Quick Guide</a> </div> + <div class="menuItem"> <a href="quick-guide-xwpf.html">XWPF Quick Guide</a> </div> + <div class="menuItem"> <a href="docoverview.html">HWPF Format</a> </div> + <div class="menuItem"> <span class="menuSelected">HWPF Project plan</span> </div> + </div> </div> </div> Modified: poi/site/publish/hpsf/todo.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/todo.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/hpsf/todo.html (original) +++ poi/site/publish/hpsf/todo.html Sat Mar 12 14:38:45 2016 @@ -76,35 +76,27 @@ if (VERSION > 3) { <div class="menuBar"> <div class="menu"> <span class="menuLabel">Apache POI</span> - <div class="menuItem"> <a href="../index.html">Top</a> </div> - </div> <div class="menu"> <span class="menuLabel">HPSF</span> - <div class="menuItem"> <a href="index.html">Overview</a> </div> - <div class="menuItem"> <a href="how-to.html">How To</a> </div> - <div class="menuItem"> <a href="thumbnails.html">Thumbnails</a> </div> - <div class="menuItem"> <a href="internals.html">Internals</a> </div> - <div class="menuItem"> <span class="menuSelected">To Do</span> </div> - </div> </div> </div> Modified: poi/site/publish/poifs/how-to.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/how-to.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/poifs/how-to.html (original) +++ poi/site/publish/poifs/how-to.html Sat Mar 12 14:38:45 2016 @@ -76,27 +76,35 @@ if (VERSION > 3) { <div class="menuBar"> <div class="menu"> <span class="menuLabel">Apache POI</span> + <div class="menuItem"> <a href="../index.html">Top</a> </div> + </div> <div class="menu"> <span class="menuLabel">POIFS</span> + <div class="menuItem"> <a href="index.html">Overview</a> </div> + <div class="menuItem"> <span class="menuSelected">How To</span> </div> + <div class="menuItem"> <a href="embeded.html">Embeded Documents</a> </div> + <div class="menuItem"> <a href="fileformat.html">File System Documentation</a> </div> + <div class="menuItem"> <a href="usecases.html">Use Cases</a> </div> + </div> </div> </div> Modified: poi/site/publish/poifs/usecases.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/usecases.html?rev=1734710&r1=1734709&r2=1734710&view=diff ============================================================================== --- poi/site/publish/poifs/usecases.html (original) +++ poi/site/publish/poifs/usecases.html Sat Mar 12 14:38:45 2016 @@ -76,35 +76,27 @@ if (VERSION > 3) { <div class="menuBar"> <div class="menu"> <span class="menuLabel">Apache POI</span> - <div class="menuItem"> <a href="../index.html">Top</a> </div> - </div> <div class="menu"> <span class="menuLabel">POIFS</span> - <div class="menuItem"> <a href="index.html">Overview</a> </div> - <div class="menuItem"> <a href="how-to.html">How To</a> </div> - <div class="menuItem"> <a href="embeded.html">Embeded Documents</a> </div> - <div class="menuItem"> <a href="fileformat.html">File System Documentation</a> </div> - <div class="menuItem"> <span class="menuSelected">Use Cases</span> </div> - </div> </div> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
