You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/11/27 12:09:33 UTC

svn commit: r1816438 [12/35] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/hpsf/ apidocs/org/apache/poi/hpsf/class-use/ apidocs/org/apache/poi/hpsf/wellknown/ apidocs/org/apache/poi...

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1816438&r1=1816437&r2=1816438&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Mon Nov 27 12:09:29 2017
@@ -248,6 +248,14 @@ Compound Document Format.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xddf.usermodel.chart">org.apache.poi.xddf.usermodel.chart</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xddf.usermodel.text">org.apache.poi.xddf.usermodel.text</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -558,7 +566,10 @@ for streaming/read-only processing of xl
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hpsf/wellknown/SectionIDMap.html" title="class in org.apache.poi.hpsf.wellknown">SectionIDMap</a></span></code>
-<div class="block">Maps section format IDs to <a href="../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown"><code>PropertyIDMap</code></a>s.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">in 4.0.0, there's no way to create custom PropertyIDMaps, therefore
+   this class is obsolete</span></div>
+</div>
 </td>
 </tr>
 </tbody>
@@ -10884,6 +10895,148 @@ for streaming/read-only processing of xl
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.xddf.usermodel.chart">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a> in <a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-summary.html">org.apache.poi.xddf.usermodel.chart</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/xddf/usermodel/chart/package-summary.html">org.apache.poi.xddf.usermodel.chart</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChart--">getCTChart</a></span>()</code>
+<div class="block">Return the underlying CTChart bean, within the Chart Space</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTChartSpace--">getCTChartSpace</a></span>()</code>
+<div class="block">Return the underlying CTChartSpace bean, the root element of the Chart part.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChart.html#getCTPlotArea--">getCTPlotArea</a></span>()</code>
+<div class="block">Return the underlying CTPlotArea bean, within the Chart</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFCategoryAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDateAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFCategoryAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDateAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getShapeProperties--">getShapeProperties</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartExtensionList.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html#getXmlObject--">getXmlObject</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFLegendEntry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html#getXmlObject--">getXmlObject</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFManualLayout.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFManualLayout.html#getXmlObject--">getXmlObject</a></span>()</code>
+<div class="block">Return the underlying CTManualLayout bean.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getXmlObject--">getXmlObject</a></span>()</code>
+<div class="block">Return the underlying CTLegend bean.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFLayout.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html#getXmlObject--">getXmlObject</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFChartLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setShapeProperties-org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties-">setShapeProperties</a></span>(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;properties)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-summary.html">org.apache.poi.xddf.usermodel.chart</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html#XDDFChartExtensionList-org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList-">XDDFChartExtensionList</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList&nbsp;list)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html#XDDFLayout-org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout-">XDDFLayout</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout&nbsp;layout)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html#XDDFLegendEntry-org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry-">XDDFLegendEntry</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry&nbsp;entry)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xddf.usermodel.text">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a> in <a href="../../../../../org/apache/poi/xddf/usermodel/text/package-summary.html">org.apache.poi.xddf.usermodel.text</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/xddf/usermodel/text/package-summary.html">org.apache.poi.xddf.usermodel.text</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody</code></td>
+<td class="colLast"><span class="typeNameLabel">XDDFTextBody.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html#getXmlObject--">getXmlObject</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/poi/xddf/usermodel/text/package-summary.html">org.apache.poi.xddf.usermodel.text</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html#XDDFTextBody-org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody-">XDDFTextBody</a></span>(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody&nbsp;body)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.xdgf.usermodel">
 <!--   -->
 </a>
@@ -11005,18 +11158,6 @@ for streaming/read-only processing of xl
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFChart.html#getCTChart--">getCTChart</a></span>()</code>
-<div class="block">Return the underlying CTChart bean, within the Chart Space</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFChart.html#getCTChartSpace--">getCTChartSpace</a></span>()</code>
-<div class="block">Return the underlying CTChartSpace bean, the root element of the Chart part.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation</code></td>
 <td class="colLast"><span class="typeNameLabel">XMLSlideShow.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getCTPresentation--">getCTPresentation</a></span>()</code>&nbsp;</td>
 </tr>
@@ -11403,18 +11544,6 @@ for streaming/read-only processing of xl
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChart--">getCTChart</a></span>()</code>
-<div class="block">Return the underlying CTChart bean, within the Chart Space</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChartSpace--">getCTChartSpace</a></span>()</code>
-<div class="block">Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor</code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFColor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getCTColor--">getCTColor</a></span>()</code>
 <div class="block">Returns the underlying XML bean</div>
@@ -11634,46 +11763,64 @@ for streaming/read-only processing of xl
 <tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend</code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFChartLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html#getCTLegend--">getCTLegend</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Return the underlying CTLegend bean.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout</code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFManualLayout.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html#getCTManualLayout--">getCTManualLayout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Return the underlying CTManualLayout bean.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getLine--">getLine</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html#getLine--">getLine</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getLine--">getLine</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getLine--">getLine</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getLine--">getLine</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFValueAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFDateAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFCategoryAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines</code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFChartAxis.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMajorGridLines--">getMajorGridLines</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -11770,18 +11917,6 @@ for streaming/read-only processing of xl
 <td class="colLast"><span class="typeNameLabel">TOC.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/TOC.html#getBlock--">getBlock</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
-<td class="colLast"><span class="typeNameLabel">XWPFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFChart.html#getCTChart--">getCTChart</a></span>()</code>
-<div class="block">Return the underlying CTChart bean, within the Chart Space</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
-<td class="colLast"><span class="typeNameLabel">XWPFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFChart.html#getCTChartSpace--">getCTChartSpace</a></span>()</code>
-<div class="block">Return the underlying CTChartSpace bean, the root element of the Chart part.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField</code></td>
 <td class="colLast"><span class="typeNameLabel">XWPFFieldRun.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFieldRun.html#getCTField--">getCTField</a></span>()</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/NotImplemented.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/NotImplemented.html?rev=1816438&r1=1816437&r2=1816438&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/NotImplemented.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/NotImplemented.html Mon Nov 27 12:09:29 2017
@@ -393,10 +393,6 @@
         int&nbsp;dy)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Chart.html" title="interface in org.apache.poi.ss.usermodel">Chart</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSSFPatriarch.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#createChart-org.apache.poi.ss.usermodel.ClientAnchor-">createChart</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a>&nbsp;anchor)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawArc-int-int-int-int-int-int-">drawArc</a></span>(int&nbsp;x,
        int&nbsp;y,
@@ -405,7 +401,7 @@
        int&nbsp;startAngle,
        int&nbsp;arcAngle)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawImage-java.awt.Image-int-int-int-int-int-int-int-int-java.awt.Color-java.awt.image.ImageObserver-">drawImage</a></span>(java.awt.Image&nbsp;img,
          int&nbsp;dx1,
@@ -419,7 +415,7 @@
          java.awt.Color&nbsp;bgcolor,
          java.awt.image.ImageObserver&nbsp;observer)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawImage-java.awt.Image-int-int-int-int-int-int-int-int-java.awt.image.ImageObserver-">drawImage</a></span>(java.awt.Image&nbsp;img,
          int&nbsp;dx1,
@@ -432,20 +428,20 @@
          int&nbsp;sy2,
          java.awt.image.ImageObserver&nbsp;observer)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawPolyline-int:A-int:A-int-">drawPolyline</a></span>(int[]&nbsp;xPoints,
             int[]&nbsp;yPoints,
             int&nbsp;nPoints)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawRect-int-int-int-int-">drawRect</a></span>(int&nbsp;x,
         int&nbsp;y,
         int&nbsp;width,
         int&nbsp;height)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#drawRoundRect-int-int-int-int-int-int-">drawRoundRect</a></span>(int&nbsp;x,
              int&nbsp;y,
@@ -454,19 +450,19 @@
              int&nbsp;arcWidth,
              int&nbsp;arcHeight)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#setClip-java.awt.Shape-">setClip</a></span>(java.awt.Shape&nbsp;shape)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#setPaintMode--">setPaintMode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#setXORMode-java.awt.Color-">setXORMode</a></span>(java.awt.Color&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EscherGraphics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/EscherGraphics.html#translate-int-int-">translate</a></span>(int&nbsp;x,
          int&nbsp;y)</code>&nbsp;</td>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1816438&r1=1816437&r2=1816438&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Mon Nov 27 12:09:29 2017
@@ -90,54 +90,65 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hpsf.wellknown">org.apache.poi.hpsf.wellknown</a></td>
+<td class="colLast">
+<div class="block">
+   Specific support for DocumentSummaryInformation, SummaryInformation types.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.hslf.record">org.apache.poi.hslf.record</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td>
 <td class="colLast">
 <div class="block">Provides low level API structures for reading, writing, modifying XLS files.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td>
 <td class="colLast">
 <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td>
 <td class="colLast">
 <div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 
 HSSF concepts.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.filesystem">org.apache.poi.poifs.filesystem</a></td>
 <td class="colLast">
 <div class="block">filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.format">org.apache.poi.ss.format</a></td>
 <td class="colLast">
 <div class="block">This package contains classes that implement cell formatting</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.formula">org.apache.poi.ss.formula</a></td>
 <td class="colLast">
 <div class="block">This package contains common internal POI code for manipulating formulas.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.ss.usermodel.charts">org.apache.poi.ss.usermodel.charts</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td>
 <td class="colLast">
@@ -157,6 +168,10 @@ HSSF concepts.</div>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.charts">org.apache.poi.xssf.usermodel.charts</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -210,6 +225,29 @@ HSSF concepts.</div>
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.hpsf.wellknown">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/hpsf/wellknown/package-summary.html">org.apache.poi.hpsf.wellknown</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/hpsf/wellknown/package-summary.html">org.apache.poi.hpsf.wellknown</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hpsf/wellknown/SectionIDMap.html" title="class in org.apache.poi.hpsf.wellknown">SectionIDMap</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">in 4.0.0, there's no way to create custom PropertyIDMaps, therefore
+   this class is obsolete</span></div>
+</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.hslf.record">
 <!--   -->
 </a>
@@ -456,10 +494,16 @@ HSSF concepts.</div>
 <caption><span>Classes in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
+<th class="colLast" scope="col">Interface and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Chart.html" title="interface in org.apache.poi.ss.usermodel">Chart</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/FontCharset.html" title="enum in org.apache.poi.ss.usermodel">FontCharset</a></span></code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -652,6 +696,200 @@ HSSF concepts.</div>
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.ss.usermodel.charts">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/usermodel/charts/package-summary.html">org.apache.poi.ss.usermodel.charts</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/ss/usermodel/charts/package-summary.html">org.apache.poi.ss.usermodel.charts</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisCrossBetween.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisCrossBetween</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF AxisCrossBetween</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisCrosses.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisCrosses</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF AxisCrosses instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisOrientation.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisOrientation</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF AxisOrientation</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF AxisPosition instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF AxisTickMark instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFChartAxis instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxisFactory</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartData</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFChartData instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartDataFactory.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataFactory</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataSource</a>&lt;T&gt;</span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFDataSource instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartLegend.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartLegend</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFChartLegend instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartSeries.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartSeries</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts">DataSources</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFDataSourcesFactory instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/LayoutMode.html" title="enum in org.apache.poi.ss.usermodel.charts">LayoutMode</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/LayoutTarget.html" title="enum in org.apache.poi.ss.usermodel.charts">LayoutTarget</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF LayoutTarget instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/LegendPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">LegendPosition</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDF LayoutPosition instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartData</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFLineChartData instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/LineChartSeries.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSeries</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFLineChartData.Series instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ManualLayout.html" title="interface in org.apache.poi.ss.usermodel.charts">ManualLayout</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFManualLayout instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ManuallyPositionable.html" title="interface in org.apache.poi.ss.usermodel.charts">ManuallyPositionable</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFScatterChartData instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartSeries.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartSeries</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDFFScatterChartData.Series instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/TitleType.html" title="enum in org.apache.poi.ss.usermodel.charts">TitleType</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/charts/ValueAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ValueAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use XDDFValueAxis instead</span></div>
+</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.util">
 <!--   -->
 </a>
@@ -831,6 +1069,32 @@ HSSF concepts.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFCategoryAxis</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#createCategoryAxis-org.apache.poi.ss.usermodel.charts.AxisPosition-">createCategoryAxis</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFDateAxis</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#createDateAxis-org.apache.poi.ss.usermodel.charts.AxisPosition-">createDateAxis</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFValueAxis</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#createValueAxis-org.apache.poi.ss.usermodel.charts.AxisPosition-">createValueAxis</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;? extends <a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getAxis--">getAxis</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getAxes</code> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -848,6 +1112,30 @@ HSSF concepts.</div>
 </td>
 </tr>
 <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">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getChartAxisFactory--">getChartAxisFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartDataFactory.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartDataFactory</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getChartDataFactory--">getChartDataFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFManualLayout</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getManualLayout--">getManualLayout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartLegend</a></code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getOrCreateLegend--">getOrCreateLegend</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</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#getTitle--">getTitle</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -865,6 +1153,13 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#plot-org.apache.poi.ss.usermodel.charts.ChartData-org.apache.poi.ss.usermodel.charts.ChartAxis...-">plot</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartData</a>&nbsp;data,
+    <a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a>...&nbsp;chartAxis)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFChart.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#setTitle-java.lang.String-">setTitle</a></span>(java.lang.String&nbsp;newTitle)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">POI 3.16, use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#setTitleText-java.lang.String-"><code>XSSFChart.setTitleText(String)</code></a> instead.</span></div>
@@ -886,6 +1181,98 @@ HSSF concepts.</div>
 </div>
 </td>
 </tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xssf.usermodel.charts">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/xssf/usermodel/charts/package-summary.html">org.apache.poi.xssf.usermodel.charts</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/xssf/usermodel/charts/package-summary.html">org.apache.poi.xssf.usermodel.charts</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html" title="class in org.apache.poi.xssf.usermodel.charts">AbstractXSSFChartSeries</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>XDDFChartData.Series</code> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFCategoryAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFCategoryAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFCategoryAxis</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFChartAxis</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartDataFactory.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartDataFactory</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartLegend</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFChartLegend</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFDateAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDateAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFDateAxis</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFLineChartData</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLineChartData.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFLineChartData</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFManualLayout</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFManualLayout.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>instead</code></a></span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFScatterChartData</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFScatterChartData.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFScatterChartData</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFValueAxis</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><code>XDDFValueAxis</code></a> instead</span></div>
+</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

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=1816438&r1=1816437&r2=1816438&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 Mon Nov 27 12:09:29 2017
@@ -374,6 +374,14 @@ Compound Document Format.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xddf.usermodel.chart">org.apache.poi.xddf.usermodel.chart</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xddf.usermodel.text">org.apache.poi.xddf.usermodel.text</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -653,6 +661,12 @@ for streaming/read-only processing of xl
  POI internal use only.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.hpsf.wellknown">Removal</a>
+<div class="block">Program elements annotated &#64;Removal track the earliest final release
+ when a deprecated feature will be removed.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -1818,9 +1832,9 @@ 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.charts">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 class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.ss.usermodel.charts">Removal</a>
+<div class="block">Program elements annotated &#64;Removal track the earliest final release
+ when a deprecated feature will be removed.</div>
 </td>
 </tr>
 </tbody>
@@ -1973,6 +1987,54 @@ for streaming/read-only processing of xl
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.xddf.usermodel.chart">
+<!--   -->
+</a>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../org/apache/poi/util/package-summary.html">org.apache.poi.util</a> used by <a href="../../../../org/apache/poi/xddf/usermodel/chart/package-summary.html">org.apache.poi.xddf.usermodel.chart</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Beta.html#org.apache.poi.xddf.usermodel.chart">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.xddf.usermodel.chart">Internal</a>
+<div class="block">Program elements annotated &#64;Internal are intended for
+ POI internal use only.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xddf.usermodel.text">
+<!--   -->
+</a>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../org/apache/poi/util/package-summary.html">org.apache.poi.util</a> used by <a href="../../../../org/apache/poi/xddf/usermodel/text/package-summary.html">org.apache.poi.xddf.usermodel.text</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Beta.html#org.apache.poi.xddf.usermodel.text">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.xddf.usermodel.text">Internal</a>
+<div class="block">Program elements annotated &#64;Internal are intended for
+ POI internal use only.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.xdgf.usermodel">
 <!--   -->
 </a>
@@ -2189,17 +2251,17 @@ 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.charts">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.charts">Internal</a>
 <div class="block">Program elements annotated &#64;Internal are intended for
  POI internal use only.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.xssf.usermodel.charts">Removal</a>
+<div class="block">Program elements annotated &#64;Removal track the earliest final release
+ when a deprecated feature will be removed.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html?rev=1816438&r1=1816437&r2=1816438&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html Mon Nov 27 12:09:29 2017
@@ -43,7 +43,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-summary.html">Prev&nbsp;Package</a></li>
-<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-summary.html">Next&nbsp;Package</a></li>
+<li><a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-summary.html">Next&nbsp;Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-summary.html" target="_top">Frames</a></li>
@@ -136,7 +136,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-summary.html">Prev&nbsp;Package</a></li>
-<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-summary.html">Next&nbsp;Package</a></li>
+<li><a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-summary.html">Next&nbsp;Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-summary.html" target="_top">Frames</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html?rev=1816438&r1=1816437&r2=1816438&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html Mon Nov 27 12:09:29 2017
@@ -43,7 +43,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-tree.html" target="_top">Frames</a></li>
@@ -116,7 +116,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/xddf/usermodel/chart/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-tree.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,344 @@
+<!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>AxisCrossBetween (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="AxisCrossBetween (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/AxisCrossBetween.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>Prev&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrosses.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" target="_top">Frames</a></li>
+<li><a href="AxisCrossBetween.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</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.xddf.usermodel.chart</div>
+<h2 title="Enum AxisCrossBetween" class="title">Enum AxisCrossBetween</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xddf.usermodel.chart.AxisCrossBetween</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <span class="typeNameLabel">AxisCrossBetween</span>
+extends java.lang.Enum&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>&gt;</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html#BETWEEN">BETWEEN</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html#MIDPOINT_CATEGORY">MIDPOINT_CATEGORY</a></span></code>&nbsp;</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">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>static <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="BETWEEN">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BETWEEN</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a> BETWEEN</pre>
+</li>
+</ul>
+<a name="MIDPOINT_CATEGORY">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>MIDPOINT_CATEGORY</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a> MIDPOINT_CATEGORY</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (AxisCrossBetween c : AxisCrossBetween.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an array containing the constants of this enum type, in the order they are declared</dd>
+</dl>
+</li>
+</ul>
+<a name="valueOf-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" title="enum in org.apache.poi.xddf.usermodel.chart">AxisCrossBetween</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the enum constant with the specified name</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</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/AxisCrossBetween.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>Prev&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/AxisCrosses.html" title="enum in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.html" target="_top">Frames</a></li>
+<li><a href="AxisCrossBetween.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</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>



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