Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/BaseXSSFEvaluationWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/BaseXSSFEvaluationWorkbook.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/BaseXSSFEvaluationWorkbook.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/BaseXSSFEvaluationWorkbook.html Mon Dec 3 23:51:13 2018
@@ -133,6 +133,36 @@
</tr>
</tbody>
</table>
+<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/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFEvaluationWorkbook</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>protected java.lang.String</code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCellFormula-org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook-">getCellFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFEvaluationWorkbook</a> fpb)</code>
+<div class="block">package/hierarchy use only - reuse an existing evaluation workbook if available for caching</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#onDeleteFormula-org.apache.poi.xssf.usermodel.XSSFCell-org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook-">onDeleteFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell,
+ <a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFEvaluationWorkbook</a> evalWb)</code>
+<div class="block">when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType-org.apache.poi.ss.usermodel.CellType-org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook-">setCellType</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a> cellType,
+ <a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFEvaluationWorkbook</a> evalWb)</code>
+<div class="block">Needed by bug #62834, which points out getCellFormula() expects an evaluation context or creates a new one,
+ so if there is one in use, it needs to be carried on through.</div>
+</td>
+</tr>
+</tbody>
+</table>
</li>
</ul>
</li>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html Mon Dec 3 23:51:13 2018
@@ -165,15 +165,16 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#onDeleteFormula-org.apache.poi.xssf.usermodel.XSSFCell-">onDeleteFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell)</code>
-<div class="block">when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master</div>
+<td class="colLast"><span class="typeNameLabel">XSSFWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#onDeleteFormula-org.apache.poi.xssf.usermodel.XSSFCell-">onDeleteFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell)</code>
+<div class="block">Fired when a formula is deleted from this workbook,
+ for example when calling cell.setCellFormula(null)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#onDeleteFormula-org.apache.poi.xssf.usermodel.XSSFCell-">onDeleteFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell)</code>
-<div class="block">Fired when a formula is deleted from this workbook,
- for example when calling cell.setCellFormula(null)</div>
+<td class="colLast"><span class="typeNameLabel">XSSFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#onDeleteFormula-org.apache.poi.xssf.usermodel.XSSFCell-org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook-">onDeleteFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell,
+ <a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFEvaluationWorkbook</a> evalWb)</code>
+<div class="block">when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master</div>
</td>
</tr>
</tbody>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html Mon Dec 3 23:51:13 2018
@@ -123,6 +123,12 @@
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFDrawing.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html#importChart-org.apache.poi.xssf.usermodel.XSSFChart-">importChart</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a> srcChart)</code>
+<div class="block">Imports the chart from the <code>srcChart</code> into this drawing.</div>
+</td>
+</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -148,6 +154,12 @@
</tr>
<tbody>
<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFDrawing.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html#importChart-org.apache.poi.xssf.usermodel.XSSFChart-">importChart</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a> srcChart)</code>
+<div class="block">Imports the chart from the <code>srcChart</code> into this drawing.</div>
+</td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">XSSFGraphicFrame.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#setChart-org.apache.poi.xssf.usermodel.XSSFChart-java.lang.String-">setChart</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a> chart,
java.lang.String relId)</code>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFEvaluationWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFEvaluationWorkbook.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFEvaluationWorkbook.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFEvaluationWorkbook.html Mon Dec 3 23:51:13 2018
@@ -107,21 +107,6 @@
</tr>
</tbody>
</table>
-<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/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFEvaluationWorkbook</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>protected java.lang.String</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCellFormula-org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook-">getCellFormula</a></span>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFEvaluationWorkbook</a> fpb)</code>
-<div class="block">package/hierarchy use only - reuse an existing evaluation workbook if available for caching</div>
-</td>
-</tr>
-</tbody>
-</table>
</li>
</ul>
</li>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFRichTextString.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFRichTextString.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFRichTextString.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFRichTextString.html Mon Dec 3 23:51:13 2018
@@ -141,14 +141,6 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel">XSSFRichTextString</a></code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getTitle--">getTitle</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.16, use <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getTitleText--"><code>XSSFChart.getTitleText()</code></a> instead.</span></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel">XSSFRichTextString</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getTitleText--">getTitleText</a></span>()</code>
<div class="block">Returns the title static text, or null if none is set.</div>
</td>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html Mon Dec 3 23:51:13 2018
@@ -284,30 +284,36 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFWorkbookFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookFactory.html#createWorkbook--">createWorkbook</a></span>()</code>
+<div class="block">Create a new empty Workbook</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFWorkbookFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookFactory.html#createWorkbook-java.io.File-boolean-">createWorkbook</a></span>(java.io.File file,
boolean readOnly)</code>
<div class="block">Creates the XSSFWorkbook from the given File, which must exist and be readable.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFWorkbookFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookFactory.html#createWorkbook-java.io.InputStream-">createWorkbook</a></span>(java.io.InputStream stream)</code>
<div class="block">Creates a XSSFWorkbook from the given InputStream</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFWorkbookFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookFactory.html#createWorkbook-org.apache.poi.openxml4j.opc.OPCPackage-">createWorkbook</a></span>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code>
<div class="block">Creates a XSSFWorkbook from the given OOXML Package</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFWorkbookFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookFactory.html#createWorkbook-org.apache.poi.openxml4j.opc.ZipPackage-">createWorkbook</a></span>(<a href="../../../../../../org/apache/poi/openxml4j/opc/ZipPackage.html" title="class in org.apache.poi.openxml4j.opc">ZipPackage</a> pkg)</code>
<div class="block">Creates a XSSFWorkbook from the given OOXML Package</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
<td class="colLast"><span class="typeNameLabel">XSSFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getWorkbook--">getWorkbook</a></span>()</code>
<div class="block">Returns the parent XSSFWorkbook</div>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html Mon Dec 3 23:51:13 2018
@@ -155,7 +155,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html#updateSheetName-int-java.lang.String-java.lang.String-">updateSheetName</a></span>(int sheetIndex,
java.lang.String oldName,
java.lang.String newName)</code>
-<div class="block">Update sheet name in all formulas and named ranges.</div>
+<div class="block">Update sheet name in all charts, formulas and named ranges.</div>
</td>
</tr>
</table>
@@ -206,7 +206,7 @@ extends java.lang.Object</pre>
<pre>public void updateSheetName(int sheetIndex,
java.lang.String oldName,
java.lang.String newName)</pre>
-<div class="block">Update sheet name in all formulas and named ranges.
+<div class="block">Update sheet name in all charts, formulas and named ranges.
Called from <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetName-int-java.lang.String-"><code>XSSFWorkbook.setSheetName(int, String)</code></a>
<p>
<p>
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFChart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFChart.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFChart.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFChart.html Mon Dec 3 23:51:13 2018
@@ -346,7 +346,7 @@ extends <a href="../../../../../org/apac
<!-- -->
</a>
<h3>Methods inherited from class org.apache.poi.xddf.usermodel.chart.<a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChart</a></h3>
-<code><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#commit--">commit</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createCategoryAxis-org.apache.poi.xddf.usermodel.chart.AxisPosition-">createCategoryAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createData-org.apache.poi.xddf.usermodel.chart.ChartTypes-org.apache.poi.xddf.usermodel.chart.XDDFChartAxis-org.apache.poi.xddf.usermodel.chart.XDDFValueAxis-">createData</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createDateAxis-org.apache.poi.xddf.usermodel.chart.AxisPosition-">createDateAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createRelationshipInChart-org.apache.poi.ooxml.POIXMLRelation-org.apache.poi.ooxml.POIXMLFactory-int-">createRelationshipInChart</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createValueAxis-org.apache.po
i.xddf.usermodel.chart.AxisPosition-">createValueAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#deleteLegend--">deleteLegend</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#deleteShapeProperties--">deleteShapeProperties</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#fillSheet-org.apache.poi.xssf.usermodel.XSSFSheet-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">fillSheet</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#findDefinedParagraphProperty-java.util.function.Function-java.util.function.Function-">findDefinedParagraphProperty</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#findDefinedRunProperty-java.util.function.Function-java.util.function.Function-">findDefinedRunProperty</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart
.html#formatRange-org.apache.poi.ss.util.CellRangeAddress-">formatRange</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getAxes--">getAxes</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getChartIndex--">getChartIndex</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getChartSeries--">getChartSeries</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChart--">getCTChart</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChartSpace--">getCTChartSpace</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTPlotArea--">getCTPlotArea</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getFormattedTitle--">getFormattedTitle</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddLegend--">getOrAddLegend</a>, <a href="../../../../../org/apache
/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddManualLayout--">getOrAddManualLayout</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddShapeProperties--">getOrAddShapeProperties</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getWorkbook--">getWorkbook</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#importContent-org.apache.poi.xddf.usermodel.chart.XDDFChart-">importContent</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#isPlotOnlyVisibleCells--">isPlotOnlyVisibleCells</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#plot-org.apache.poi.xddf.usermodel.chart.XDDFChartData-">plot</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#saveWorkbook-org.apache.poi.xssf.usermodel.XSSFWorkbook-">saveWorkbook</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setAutoTitleDel
eted-boolean-">setAutoTitleDeleted</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setBackWall-int-">setBackWall</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setChartIndex-int-">setChartIndex</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setExternalId-java.lang.String-">setExternalId</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setFloor-int-">setFloor</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setPlotOnlyVisibleCells-boolean-">setPlotOnlyVisibleCells</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setSheetTitle-java.lang.String-">setSheetTitle</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setSideWall-int-">setSideWall</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setValueRange-int-java.lang.Double-java.lang.Double-
java.lang.Double-java.lang.Double-">setValueRange</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setWorkbook-org.apache.poi.xssf.usermodel.XSSFWorkbook-">setWorkbook</a></code></li>
+<code><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#commit--">commit</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createCategoryAxis-org.apache.poi.xddf.usermodel.chart.AxisPosition-">createCategoryAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createData-org.apache.poi.xddf.usermodel.chart.ChartTypes-org.apache.poi.xddf.usermodel.chart.XDDFChartAxis-org.apache.poi.xddf.usermodel.chart.XDDFValueAxis-">createData</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createDateAxis-org.apache.poi.xddf.usermodel.chart.AxisPosition-">createDateAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createRelationshipInChart-org.apache.poi.ooxml.POIXMLRelation-org.apache.poi.ooxml.POIXMLFactory-int-">createRelationshipInChart</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#createValueAxis-org.apache.po
i.xddf.usermodel.chart.AxisPosition-">createValueAxis</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#deleteLegend--">deleteLegend</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#deleteShapeProperties--">deleteShapeProperties</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#displayBlanksAs-org.apache.poi.xddf.usermodel.chart.DisplayBlanks-">displayBlanksAs</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#fillSheet-org.apache.poi.xssf.usermodel.XSSFSheet-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">fillSheet</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#findDefinedParagraphProperty-java.util.function.Function-java.util.function.Function-">findDefinedParagraphProperty</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#findDefinedRun
Property-java.util.function.Function-java.util.function.Function-">findDefinedRunProperty</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#formatRange-org.apache.poi.ss.util.CellRangeAddress-">formatRange</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getAxes--">getAxes</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getChartIndex--">getChartIndex</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getChartSeries--">getChartSeries</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChart--">getCTChart</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChartSpace--">getCTChartSpace</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTPlotArea--">getCTPlotArea</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getFormattedTitle--">getFor
mattedTitle</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddLegend--">getOrAddLegend</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddManualLayout--">getOrAddManualLayout</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getOrAddShapeProperties--">getOrAddShapeProperties</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getTitle--">getTitle</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getTitleOverlay--">getTitleOverlay</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getWorkbook--">getWorkbook</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#importContent-org.apache.poi.xddf.usermodel.chart.XDDFChart-">importContent</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#isPlotOnlyVisibleCells--">isPlotOnlyVisibleCells</a>, <a
href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#plot-org.apache.poi.xddf.usermodel.chart.XDDFChartData-">plot</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#saveWorkbook-org.apache.poi.xssf.usermodel.XSSFWorkbook-">saveWorkbook</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setAutoTitleDeleted-boolean-">setAutoTitleDeleted</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setBackWall-int-">setBackWall</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setChartIndex-int-">setChartIndex</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setExternalId-java.lang.String-">setExternalId</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setFloor-int-">setFloor</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setPlotOnlyVisibleCells-boolean-">setPlotOnlyVi
sibleCells</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setSheetTitle-java.lang.String-int-">setSheetTitle</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setSideWall-int-">setSideWall</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setTitleOverlay-boolean-">setTitleOverlay</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setTitleText-java.lang.String-">setTitleText</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setValueRange-int-java.lang.Double-java.lang.Double-java.lang.Double-java.lang.Double-">setValueRange</a>, <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#setWorkbook-org.apache.poi.xssf.usermodel.XSSFWorkbook-">setWorkbook</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.poi.ooxml.POIXMLDocumentPart">
Modified: poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFTable.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFTable.html (original)
+++ poi/site/publish/apidocs/4.0/org/apache/poi/xwpf/usermodel/XWPFTable.html Mon Dec 3 23:51:13 2018
@@ -975,7 +975,7 @@ public void addNewRowBetween(i
<div class="block">Set table alignment to specified <a href="../../../../../org/apache/poi/xwpf/usermodel/TableRowAlign.html" title="enum in org.apache.poi.xwpf.usermodel"><code>TableRowAlign</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>ha</code> - <a href="../../../../../org/apache/poi/xwpf/usermodel/TableRowAlign.html" title="enum in org.apache.poi.xwpf.usermodel"><code>TableRowAlign</code></a> to set</dd>
+<dd><code>tra</code> - <a href="../../../../../org/apache/poi/xwpf/usermodel/TableRowAlign.html" title="enum in org.apache.poi.xwpf.usermodel"><code>TableRowAlign</code></a> to set</dd>
</dl>
</li>
</ul>
@@ -1421,7 +1421,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
@@ -1445,7 +1445,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
@@ -1469,7 +1469,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
@@ -1493,7 +1493,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
@@ -1517,7 +1517,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
@@ -1541,7 +1541,7 @@ public void addNewRowBetween(i
of a point) and a maximum value of 96 (twelve points). Any values outside this
range may be reassigned to a more appropriate value.</dd>
<dd><code>space</code> - - Specifies the spacing offset that shall be used to place this border on the table</dd>
-<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
+<dd><code>rgbColor</code> - - This color may either be presented as a hex value (in RRGGBB format),
or auto to allow a consumer to automatically determine the border color as appropriate.</dd>
</dl>
</li>
Modified: poi/site/publish/apidocs/4.0/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/overview-tree.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/apidocs/4.0/overview-tree.html (original)
+++ poi/site/publish/apidocs/4.0/overview-tree.html Mon Dec 3 23:51:13 2018
@@ -905,6 +905,7 @@
<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/ConcatEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="typeNameLink">ConcatEval</span></a></li>
<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Countif.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Countif</span></a></li>
<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Delta.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Delta</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Frequency.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Frequency</span></a></li>
<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Intercept</span></a></li>
<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/IntersectionEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="typeNameLink">IntersectionEval</span></a></li>
<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">LinearRegressionFunction</span></a></li>
@@ -1001,7 +1002,6 @@
<li type="circle">org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/EscherGraphics.html" title="class in org.apache.poi.hssf.usermodel"><span class="typeNameLink">EscherGraphics</span></a></li>
<li type="circle">java.awt.Graphics2D
<ul>
-<li type="circle">org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/DummyGraphics2d.html" title="class in org.apache.poi.hssf.usermodel"><span class="typeNameLink">DummyGraphics2d</span></a></li>
<li type="circle">org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/EscherGraphics2d.html" title="class in org.apache.poi.hssf.usermodel"><span class="typeNameLink">EscherGraphics2d</span></a></li>
<li type="circle">org.apache.poi.sl.draw.<a href="org/apache/poi/sl/draw/SLGraphics.html" title="class in org.apache.poi.sl.draw"><span class="typeNameLink">SLGraphics</span></a> (implements java.lang.Cloneable)
<ul>
@@ -2371,6 +2371,7 @@
</ul>
</li>
<li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/SheetNameFormatter.html" title="class in org.apache.poi.ss.formula"><span class="typeNameLink">SheetNameFormatter</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html" title="class in org.apache.poi.ss.formula"><span class="typeNameLink">SheetRangeAndWorkbookIndexFormatter</span></a></li>
<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/SheetUtil.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">SheetUtil</span></a></li>
<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/ShortField.html" title="class in org.apache.poi.util"><span class="typeNameLink">ShortField</span></a> (implements org.apache.poi.util.<a href="org/apache/poi/util/FixedField.html" title="interface in org.apache.poi.util">FixedField</a>)</li>
<li type="circle">org.apache.poi.poifs.crypt.dsig.<a href="org/apache/poi/poifs/crypt/dsig/SignatureConfig.html" title="class in org.apache.poi.poifs.crypt.dsig"><span class="typeNameLink">SignatureConfig</span></a></li>
@@ -2682,6 +2683,7 @@
<li type="circle">org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/RelationshipTransformService.html" title="class in org.apache.poi.poifs.crypt.dsig.services"><span class="typeNameLink">RelationshipTransformService</span></a></li>
</ul>
</li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Trend.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Trend</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
<li type="circle">org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html" title="class in org.apache.poi.poifs.crypt.dsig.services"><span class="typeNameLink">TSPTimeStampService</span></a> (implements org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/TimeStampService.html" title="interface in org.apache.poi.poifs.crypt.dsig.services">TimeStampService</a>)</li>
<li type="circle">org.apache.poi.hpsf.<a href="org/apache/poi/hpsf/TypedPropertyValue.html" title="class in org.apache.poi.hpsf"><span class="typeNameLink">TypedPropertyValue</span></a></li>
<li type="circle">org.apache.poi.hsmf.datatypes.<a href="org/apache/poi/hsmf/datatypes/Types.html" title="class in org.apache.poi.hsmf.datatypes"><span class="typeNameLink">Types</span></a></li>
@@ -2840,6 +2842,7 @@
<li type="circle">org.apache.poi.xddf.usermodel.text.<a href="org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.html" title="class in org.apache.poi.xddf.usermodel.text"><span class="typeNameLink">XDDFTextParagraph</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.text.<a href="org/apache/poi/xddf/usermodel/text/XDDFTextRun.html" title="class in org.apache.poi.xddf.usermodel.text"><span class="typeNameLink">XDDFTextRun</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.<a href="org/apache/poi/xddf/usermodel/XDDFTileInfoProperties.html" title="class in org.apache.poi.xddf.usermodel"><span class="typeNameLink">XDDFTileInfoProperties</span></a></li>
+<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/XDDFTitle.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">XDDFTitle</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.<a href="org/apache/poi/xddf/usermodel/XDDFTransform2D.html" title="class in org.apache.poi.xddf.usermodel"><span class="typeNameLink">XDDFTransform2D</span></a></li>
<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="typeNameLink">XDGFCell</span></a></li>
<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel"><span class="typeNameLink">XDGFConnection</span></a></li>
@@ -3835,6 +3838,7 @@
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">AxisLabelAlignment</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/ChartTypes.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">ChartTypes</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/BarDirection.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">BarDirection</span></a></li>
+<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">DisplayBlanks</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/LayoutTarget.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">LayoutTarget</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/LayoutMode.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">LayoutMode</span></a></li>
<li type="circle">org.apache.poi.xddf.usermodel.chart.<a href="org/apache/poi/xddf/usermodel/chart/AxisOrientation.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">AxisOrientation</span></a></li>
Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Mon Dec 3 23:51:13 2018
@@ -184,7 +184,7 @@ document.write("Last Published: " + docu
<ul>
<li>
-<a href="#POI-4.0.0">The latest stable release is Apache POI 4.0.0</a>
+<a href="#POI-4.0.1">The latest stable release is Apache POI 4.0.1</a>
</li>
<li>
Modified: poi/site/publish/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1848113&r1=1848112&r2=1848113&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Mon Dec 3 23:51:13 2018
@@ -187,7 +187,7 @@ document.write("Last Published: " + docu
<a href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt">Release Notes</a>.
A full list of changes is available in the <a href="changes.html#4.0.1">change log</a>.
People interested should also follow the <a href="help/index.html">dev list</a> to track progress.</p>
-<p>See the <a href="download.html#POI-4.0.0">downloads</a> page for more details.</p>
+<p>See the <a href="download.html#POI-4.0.1">downloads</a> page for more details.</p>
<p>POI 4.0.1 is the first release to require Java 8 or newer.</p>
<a name="23+October+2018+-+XMLBeans+3.0.2+available"></a>
<h3 class="boxed">23 October 2018 - XMLBeans 3.0.2 available</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|