Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Sat Nov 4 10:56:00 2017 @@ -1072,9 +1072,9 @@ for streaming/read-only processing of xl </tr> <tbody> <tr class="altColor"> -<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.hssf.usermodel.helpers">Internal</a> -<div class="block">Program elements annotated @Internal are intended for - POI internal use only.</div> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Beta.html#org.apache.poi.hssf.usermodel.helpers">Beta</a> +<div class="block">Signifies that a public API (public class, method or field) is subject to + incompatible changes, or even removal, in a future release.</div> </td> </tr> <tr class="rowColor"> @@ -1836,6 +1836,12 @@ for streaming/read-only processing of xl </tr> <tbody> <tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Beta.html#org.apache.poi.ss.usermodel.helpers">Beta</a> +<div class="block">Signifies that a public API (public class, method or field) is subject to + incompatible changes, or even removal, in a future release.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.ss.usermodel.helpers">Internal</a> <div class="block">Program elements annotated @Internal are intended for POI internal use only.</div> @@ -2225,6 +2231,12 @@ for streaming/read-only processing of xl </tr> <tbody> <tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Beta.html#org.apache.poi.xssf.usermodel.helpers">Beta</a> +<div class="block">Signifies that a public API (public class, method or field) is subject to + incompatible changes, or even removal, in a future release.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.xssf.usermodel.helpers">Internal</a> <div class="block">Program elements annotated @Internal are intended for POI internal use only.</div>
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html Sat Nov 4 10:56:00 2017 @@ -85,6 +85,10 @@ <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td> +<td class="colLast"> </td> +</tr> </tbody> </table> </li> @@ -156,6 +160,27 @@ </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel.helpers"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">XSSFRowShifter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas-org.apache.poi.xssf.usermodel.XSSFRow-org.apache.poi.ss.formula.FormulaShifter-">updateRowFormulas</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> row, + <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div> +</td> +</tr> +</tbody> </table> </li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html Sat Nov 4 10:56:00 2017 @@ -324,6 +324,9 @@ </tr> <tbody> <tr class="altColor"> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#XSSFColumnShifter-org.apache.poi.xssf.usermodel.XSSFSheet-">XSSFColumnShifter</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a> sh)</code> </td> +</tr> +<tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#XSSFRowShifter-org.apache.poi.xssf.usermodel.XSSFSheet-">XSSFRowShifter</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a> sh)</code> </td> </tr> </tbody> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html Sat Nov 4 10:56:00 2017 @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" target="_top">Frames</a></li> @@ -371,7 +371,7 @@ extends java.lang.Object</pre> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" target="_top">Frames</a></li> Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html?rev=1814271&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html Sat Nov 4 10:56:00 2017 @@ -0,0 +1,395 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<title>XSSFColumnShifter (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="XSSFColumnShifter (POI API Documentation)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/XSSFColumnShifter.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" target="_top">Frames</a></li> +<li><a href="XSSFColumnShifter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#fields.inherited.from.class.org.apache.poi.ss.usermodel.helpers.ColumnShifter">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.poi.xssf.usermodel.helpers</div> +<h2 title="Class XSSFColumnShifter" class="title">Class XSSFColumnShifter</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">org.apache.poi.ss.usermodel.helpers.BaseRowColShifter</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">org.apache.poi.ss.usermodel.helpers.ColumnShifter</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre><a href="../../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a> +public final class <span class="typeNameLabel">XSSFColumnShifter</span> +extends <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">ColumnShifter</a></pre> +<div class="block">Helper for shifting columns up or down</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>POI 4.0.0</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields.inherited.from.class.org.apache.poi.ss.usermodel.helpers.ColumnShifter"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">ColumnShifter</a></h3> +<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html#sheet">sheet</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#XSSFColumnShifter-org.apache.poi.xssf.usermodel.XSSFSheet-">XSSFColumnShifter</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a> sh)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update conditional formatting</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update formulas.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink + is of type LINK_DOCUMENT and refers to a cell that was shifted).</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update named ranges</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.poi.ss.usermodel.helpers.ColumnShifter"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">ColumnShifter</a></h3> +<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html#shiftMergedRegions-int-int-int-">shiftMergedRegions</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.poi.ss.usermodel.helpers.BaseRowColShifter"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></h3> +<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#shiftRange-org.apache.poi.ss.formula.FormulaShifter-org.apache.poi.ss.util.CellRangeAddress-int-">shiftRange</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="XSSFColumnShifter-org.apache.poi.xssf.usermodel.XSSFSheet-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>XSSFColumnShifter</h4> +<pre>public XSSFColumnShifter(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a> sh)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateNamedRanges</h4> +<pre>public void updateNamedRanges(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Update named ranges</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> +</dl> +</li> +</ul> +<a name="updateFormulas-org.apache.poi.ss.formula.FormulaShifter-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateFormulas</h4> +<pre>public void updateFormulas(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Update formulas.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> +</dl> +</li> +</ul> +<a name="updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateConditionalFormatting</h4> +<pre>public void updateConditionalFormatting(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Update conditional formatting</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> +</dl> +</li> +</ul> +<a name="updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>updateHyperlinks</h4> +<pre>public void updateHyperlinks(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink + is of type LINK_DOCUMENT and refers to a cell that was shifted). Hyperlinks + do not track the content they point to.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>formulaShifter</code> - the formula shifting policy</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/XSSFColumnShifter.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" target="_top">Frames</a></li> +<li><a href="XSSFColumnShifter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#fields.inherited.from.class.org.apache.poi.ss.usermodel.helpers.ColumnShifter">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html Sat Nov 4 10:56:00 2017 @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -250,7 +250,7 @@ extends java.lang.Object</pre> </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html Sat Nov 4 10:56:00 2017 @@ -99,6 +99,9 @@ var activeTableTab = "activeTableTab"; <li>java.lang.Object</li> <li> <ul class="inheritance"> +<li><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">org.apache.poi.ss.usermodel.helpers.BaseRowColShifter</a></li> +<li> +<ul class="inheritance"> <li><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">org.apache.poi.ss.usermodel.helpers.RowShifter</a></li> <li> <ul class="inheritance"> @@ -108,6 +111,8 @@ var activeTableTab = "activeTableTab"; </ul> </li> </ul> +</li> +</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> @@ -115,9 +120,7 @@ var activeTableTab = "activeTableTab"; <br> <pre>public final class <span class="typeNameLabel">XSSFRowShifter</span> extends <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></pre> -<div class="block">Helper for shifting rows up or down - - When possible, code should be implemented in the RowShifter abstract class to avoid duplication with <a href="../../../../../../org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><code>HSSFRowShifter</code></a></div> +<div class="block">Helper for shifting rows up or down</div> </li> </ul> </div> @@ -170,31 +173,33 @@ extends <a href="../../../../../../org/a </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update conditional formatting</div> +</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> <div class="block">Update formulas.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> <div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink is of type LINK_DOCUMENT and refers to a cell that was shifted).</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> -<div class="block">Updated named ranges</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> +<div class="block">Update named ranges</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas-org.apache.poi.ss.usermodel.Row-org.apache.poi.ss.formula.FormulaShifter-">updateRowFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a> row, - <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas-org.apache.poi.xssf.usermodel.XSSFRow-org.apache.poi.ss.formula.FormulaShifter-">updateRowFormulas</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> row, + <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</code> <div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div> </td> </tr> @@ -207,6 +212,13 @@ extends <a href="../../../../../../org/a <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions-int-int-int-">shiftMergedRegions</a></code></li> </ul> <ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.poi.ss.usermodel.helpers.BaseRowColShifter"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></h3> +<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#shiftRange-org.apache.poi.ss.formula.FormulaShifter-org.apache.poi.ss.util.CellRangeAddress-int-">shiftRange</a></code></li> +</ul> +<ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> @@ -250,11 +262,12 @@ extends <a href="../../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>updateNamedRanges</h4> -<pre>public void updateNamedRanges(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</pre> -<div class="block">Updated named ranges</div> +<pre>public void updateNamedRanges(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Update named ranges</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> </dl> </li> </ul> @@ -264,30 +277,29 @@ extends <a href="../../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>updateFormulas</h4> -<pre>public void updateFormulas(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</pre> +<pre>public void updateFormulas(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> <div class="block">Update formulas.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> </dl> </li> </ul> -<a name="updateRowFormulas-org.apache.poi.ss.usermodel.Row-org.apache.poi.ss.formula.FormulaShifter-"> +<a name="updateRowFormulas-org.apache.poi.xssf.usermodel.XSSFRow-org.apache.poi.ss.formula.FormulaShifter-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateRowFormulas</h4> -<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> -public void updateRowFormulas(<a href="../../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a> row, - <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</pre> +<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>(<a href="../../../../../../org/apache/poi/util/Internal.html#since--">since</a>="3.15 beta 2") +public void updateRowFormulas(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> row, + <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> <div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div> <dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateRowFormulas-org.apache.poi.ss.usermodel.Row-org.apache.poi.ss.formula.FormulaShifter-">updateRowFormulas</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>row</code> - the row to update the formulas on</dd> -<dd><code>shifter</code> - the formula shifting policy</dd> +<dd><code>formulaShifter</code> - the formula shifting policy</dd> </dl> </li> </ul> @@ -297,10 +309,12 @@ public void updateRowFormulas( <ul class="blockList"> <li class="blockList"> <h4>updateConditionalFormatting</h4> -<pre>public void updateConditionalFormatting(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</pre> +<pre>public void updateConditionalFormatting(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> +<div class="block">Update conditional formatting</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> </dl> </li> </ul> @@ -310,15 +324,16 @@ public void updateRowFormulas( <ul class="blockListLast"> <li class="blockList"> <h4>updateHyperlinks</h4> -<pre>public void updateHyperlinks(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</pre> +<pre>public void updateHyperlinks(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> formulaShifter)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">BaseRowColShifter</a></code></span></div> <div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink is of type LINK_DOCUMENT and refers to a cell that was shifted). Hyperlinks do not track the content they point to.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd> +<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></code> in class <code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">BaseRowColShifter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>shifter</code> - </dd> +<dd><code>formulaShifter</code> - the formula shifting policy</dd> </dl> </li> </ul> Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html?rev=1814271&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html Sat Nov 4 10:56:00 2017 @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<title>Uses of Class org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html" target="_top">Frames</a></li> +<li><a href="XSSFColumnShifter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter" class="title">Uses of Class<br>org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter</h2> +</div> +<div class="classUseContainer">No usage of org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/poi/xssf/usermodel/helpers/class-use/XSSFColumnShifter.html" target="_top">Frames</a></li> +<li><a href="XSSFColumnShifter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-frame.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-frame.html Sat Nov 4 10:56:00 2017 @@ -14,6 +14,7 @@ <ul title="Classes"> <li><a href="ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">ColumnHelper</a></li> <li><a href="HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">HeaderFooterHelper</a></li> +<li><a href="XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">XSSFColumnShifter</a></li> <li><a href="XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">XSSFFormulaUtils</a></li> <li><a href="XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">XSSFIgnoredErrorHelper</a></li> <li><a href="XSSFPasswordHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers" target="classFrame">XSSFPasswordHelper</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html Sat Nov 4 10:56:00 2017 @@ -93,37 +93,41 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFColumnShifter</a></td> +<td class="colLast"> +<div class="block">Helper for shifting columns up or down</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFFormulaUtils</a></td> <td class="colLast"> <div class="block">Utility to update formulas and named ranges when a sheet name was changed</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFIgnoredErrorHelper</a></td> <td class="colLast"> <div class="block">XSSF-specific code for working with ignored errors</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFPasswordHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFPasswordHelper</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFRowShifter</a></td> <td class="colLast"> -<div class="block">Helper for shifting rows up or down - - When possible, code should be implemented in the RowShifter abstract class to avoid duplication with <a href="../../../../../../org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><code>HSSFRowShifter</code></a></div> +<div class="block">Helper for shifting rows up or down</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFSingleXmlCell</a></td> <td class="colLast"> <div class="block">This class is a wrapper around the CTSingleXmlCell (Open Office XML Part 4: chapter 3.5.2.1)</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFXmlColumnPr</a></td> <td class="colLast"> <div class="block">This class is a wrapper around the CTXmlColumnPr (Open Office XML Part 4: Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html Sat Nov 4 10:56:00 2017 @@ -80,13 +80,22 @@ <ul> <li type="circle">java.lang.Object <ul> -<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">ColumnHelper</span></a></li> -<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">HeaderFooterHelper</span></a></li> +<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">BaseRowColShifter</span></a> +<ul> +<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">ColumnShifter</span></a> +<ul> +<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFColumnShifter</span></a></li> +</ul> +</li> <li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">RowShifter</span></a> <ul> <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFRowShifter</span></a></li> </ul> </li> +</ul> +</li> +<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">ColumnHelper</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">HeaderFooterHelper</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFFormulaUtils</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFIgnoredErrorHelper</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFPasswordHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFPasswordHelper</span></a></li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Sat Nov 4 10:56:00 2017 @@ -721,11 +721,16 @@ for streaming/read-only processing of xl </td> </tr> <tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFRow.html#org.apache.poi.xssf.usermodel.helpers">XSSFRow</a> +<div class="block">High level representation of a row of a spreadsheet.</div> +</td> +</tr> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html#org.apache.poi.xssf.usermodel.helpers">XSSFSheet</a> <div class="block">High level representation of a SpreadsheetML worksheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFTable.html#org.apache.poi.xssf.usermodel.helpers">XSSFTable</a> <div class="block">This class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) @@ -733,7 +738,7 @@ for streaming/read-only processing of xl This implementation works under the assumption that a table contains mappings to a subtree of an XML.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html#org.apache.poi.xssf.usermodel.helpers">XSSFWorkbook</a> <div class="block">High level representation of a SpreadsheetML workbook.</div> </td> Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1814271&r1=1814270&r2=1814271&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Sat Nov 4 10:56:00 2017 @@ -325,6 +325,22 @@ </ul> </li> <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/BaseNumberUtils.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">BaseNumberUtils</span></a></li> +<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">BaseRowColShifter</span></a> +<ul> +<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="org/apache/poi/ss/usermodel/helpers/ColumnShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">ColumnShifter</span></a> +<ul> +<li type="circle">org.apache.poi.hssf.usermodel.helpers.<a href="org/apache/poi/hssf/usermodel/helpers/HSSFColumnShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><span class="typeNameLink">HSSFColumnShifter</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFColumnShifter</span></a></li> +</ul> +</li> +<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">RowShifter</span></a> +<ul> +<li type="circle">org.apache.poi.hssf.usermodel.helpers.<a href="org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><span class="typeNameLink">HSSFRowShifter</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFRowShifter</span></a></li> +</ul> +</li> +</ul> +</li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="typeNameLink">BaseXSSFEvaluationWorkbook</span></a> (implements org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/EvaluationWorkbook.html" title="interface in org.apache.poi.ss.formula">EvaluationWorkbook</a>, org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>, org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/FormulaRenderingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaRenderingWorkbook</a>) <ul> <li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.streaming"><span class="typeNameLink">SXSSFEvaluationWorkbook</span></a></li> @@ -2290,12 +2306,6 @@ <li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/RKUtil.html" title="class in org.apache.poi.hssf.util"><span class="typeNameLink">RKUtil</span></a></li> <li type="circle">org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/RowBlocksReader.html" title="class in org.apache.poi.hssf.model"><span class="typeNameLink">RowBlocksReader</span></a></li> <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/RowFunc.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">RowFunc</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</a>)</li> -<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="typeNameLink">RowShifter</span></a> -<ul> -<li type="circle">org.apache.poi.hssf.usermodel.helpers.<a href="org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><span class="typeNameLink">HSSFRowShifter</span></a></li> -<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="typeNameLink">XSSFRowShifter</span></a></li> -</ul> -</li> <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/SavedByEntry.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">SavedByEntry</span></a></li> <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/SavedByTable.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">SavedByTable</span></a></li> <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/SAXHelper.html" title="class in org.apache.poi.util"><span class="typeNameLink">SAXHelper</span></a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
