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 2015/11/21 22:22:29 UTC

svn commit: r1715579 [9/16] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/openxml4j/opc/class-use/ apidocs/org/apache/poi/sl/usermodel/class-use/ apidocs/org/apache/poi/ss/usermodel/charts/class-use/ apidocs/org/apa...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html Sat Nov 21 21:22:26 2015
@@ -230,7 +230,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setBottomBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(CTColor)">setBottomBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -242,7 +242,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setDiagonalBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setDiagonalBorderColor(CTColor)">setDiagonalBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -254,7 +254,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setLeftBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(CTColor)">setLeftBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -266,7 +266,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setRightBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(CTColor)">setRightBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -278,7 +278,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setTopBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(CTColor)">setTopBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -600,13 +600,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setBottomBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBottomBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setBottomBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBottomBorderColor(short)">setBottomBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setDiagonalBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -635,13 +639,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setDiagonalBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setDiagonalBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setDiagonalBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setDiagonalBorderColor(short)">setDiagonalBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -670,13 +678,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setLeftBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setLeftBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setLeftBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setLeftBorderColor(short)">setLeftBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setRightBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -705,13 +717,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setRightBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setRightBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setRightBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setRightBorderColor(short)">setRightBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setTopBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -740,13 +756,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setTopBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTopBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setTopBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setTopBorderColor(short)">setTopBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html Sat Nov 21 21:22:26 2015
@@ -148,8 +148,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">XSSFCell</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
-        org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow,%20CTCell)">XSSFCell</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
+        CTCell&nbsp;cell)</code>
 <div class="block">Construct a XSSFCell.</div>
 </td>
 </tr>
@@ -227,7 +227,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell</code></td>
+<td class="colFirst"><code>CTCell</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCTCell()">getCTCell</a></strong>()</code>
 <div class="block">Returns the xml bean containing information about the cell's location (reference), value,
  data type, formatting, and formula</div>
@@ -415,7 +415,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">setCTCell</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCTCell(CTCell)">setCTCell</a></strong>(CTCell&nbsp;cell)</code>
 <div class="block">Set a new internal xml bean.</div>
 </td>
 </tr>
@@ -453,14 +453,14 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">
+<a name="XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow, CTCell)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFCell</h4>
 <pre>protected&nbsp;XSSFCell(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
-        org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</pre>
+        CTCell&nbsp;cell)</pre>
 <div class="block">Construct a XSSFCell.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the parent row.</dd><dd><code>cell</code> - the xml bean containing information about the cell.</dd></dl>
 </li>
@@ -1129,20 +1129,20 @@ public&nbsp;void&nbsp;copyCellFrom(<a hr
 <li class="blockList">
 <h4>getCTCell</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;getCTCell()</pre>
+public&nbsp;CTCell&nbsp;getCTCell()</pre>
 <div class="block">Returns the xml bean containing information about the cell's location (reference), value,
  data type, formatting, and formula</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the xml bean containing information about this cell</dd></dl>
 </li>
 </ul>
-<a name="setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">
+<a name="setCTCell(CTCell)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setCTCell</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;void&nbsp;setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</pre>
+public&nbsp;void&nbsp;setCTCell(CTCell&nbsp;cell)</pre>
 <div class="block">Set a new internal xml bean. This is only for internal use, do not call this from outside!
  
  This is necessary in some rare cases to work around XMLBeans specialties.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html Sat Nov 21 21:22:26 2015
@@ -272,7 +272,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
+<td class="colFirst"><code>CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getCoreXf()">getCoreXf</a></strong>()</code>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </td>
@@ -416,7 +416,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
+<td class="colFirst"><code>CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getStyleXf()">getStyleXf</a></strong>()</code>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </td>
@@ -753,7 +753,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCoreXf</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;getCoreXf()</pre>
+public&nbsp;CTXf&nbsp;getCoreXf()</pre>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </li>
 </ul>
@@ -764,7 +764,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <li class="blockList">
 <h4>getStyleXf</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;getStyleXf()</pre>
+public&nbsp;CTXf&nbsp;getStyleXf()</pre>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html Sat Nov 21 21:22:26 2015
@@ -60,7 +60,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -115,21 +115,6 @@ implements <a href="../../../../../org/a
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -203,13 +188,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getChartDataFactory()">getChartDataFactory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
+<td class="colFirst"><code>CTChart</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChart()">getCTChart</a></strong>()</code>
 <div class="block">Return the underlying CTChart bean, within the Chart Space</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
+<td class="colFirst"><code>CTChartSpace</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChartSpace()">getCTChartSpace</a></strong>()</code>
 <div class="block">Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.</div>
 </td>
@@ -243,7 +228,7 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#plot(org.apache.poi.ss.usermodel.charts.ChartData,%20org.apache.poi.ss.usermodel.charts.ChartAxis...)">plot</a></strong>(<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;axis)</code>
+    <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">Plots specified data on the chart.</div>
 </td>
 </tr>
@@ -330,7 +315,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTChartSpace</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace&nbsp;getCTChartSpace()</pre>
+public&nbsp;CTChartSpace&nbsp;getCTChartSpace()</pre>
 <div class="block">Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTChartSpace bean</dd></dl>
 </li>
@@ -342,7 +327,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <li class="blockList">
 <h4>getCTChart</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTChart&nbsp;getCTChart()</pre>
+public&nbsp;CTChart&nbsp;getCTChart()</pre>
 <div class="block">Return the underlying CTChart bean, within the Chart Space</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTChart bean</dd></dl>
 </li>
@@ -432,7 +417,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <li class="blockList">
 <h4>plot</h4>
 <pre>public&nbsp;void&nbsp;plot(<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;axis)</pre>
+        <a href="../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a>...&nbsp;chartAxis)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Chart.html#plot(org.apache.poi.ss.usermodel.charts.ChartData,%20org.apache.poi.ss.usermodel.charts.ChartAxis...)">Chart</a></code></strong></div>
 <div class="block">Plots specified data on the chart.</div>
 <dl>
@@ -607,7 +592,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html Sat Nov 21 21:22:26 2015
@@ -135,7 +135,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet</code></td>
+<td class="colFirst"><code>protected CTChartsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#chartsheet">chartsheet</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -147,13 +147,6 @@ extends <a href="../../../../../org/apac
 <code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#sheet">sheet</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#worksheet">worksheet</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ss.usermodel.Sheet">
 <!--   -->
 </a>
@@ -195,17 +188,17 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet</code></td>
+<td class="colFirst"><code>CTChartsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTChartsheet()">getCTChartsheet</a></strong>()</code>
 <div class="block">Provide access to the CTChartsheet bean holding this sheet's data</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing</code></td>
+<td class="colFirst"><code>protected CTDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTDrawing()">getCTDrawing</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing</code></td>
+<td class="colFirst"><code>protected CTLegacyDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTLegacyDrawing()">getCTLegacyDrawing</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -258,7 +251,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>chartsheet</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet chartsheet</pre>
+<pre>protected&nbsp;CTChartsheet chartsheet</pre>
 </li>
 </ul>
 </li>
@@ -308,7 +301,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTChartsheet</h4>
-<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet&nbsp;getCTChartsheet()</pre>
+<pre>public&nbsp;CTChartsheet&nbsp;getCTChartsheet()</pre>
 <div class="block">Provide access to the CTChartsheet bean holding this sheet's data</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the CTChartsheet bean holding this sheet's data</dd></dl>
 </li>
@@ -319,7 +312,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTDrawing</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing&nbsp;getCTDrawing()</pre>
+<pre>protected&nbsp;CTDrawing&nbsp;getCTDrawing()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTDrawing()">getCTDrawing</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></dd>
@@ -332,7 +325,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTLegacyDrawing</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing&nbsp;getCTLegacyDrawing()</pre>
+<pre>protected&nbsp;CTLegacyDrawing&nbsp;getCTLegacyDrawing()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTLegacyDrawing()">getCTLegacyDrawing</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html Sat Nov 21 21:22:26 2015
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D)">XSSFChildAnchor</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D&nbsp;t2d)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(CTTransform2D)">XSSFChildAnchor</a></strong>(CTTransform2D&nbsp;t2d)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(int,%20int,%20int,%20int)">XSSFChildAnchor</a></strong>(int&nbsp;x,
@@ -145,7 +145,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D</code></td>
+<td class="colFirst"><code>CTTransform2D</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#getCTTransform2D()">getCTTransform2D</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -214,13 +214,13 @@ extends <a href="../../../../../org/apac
                int&nbsp;cy)</pre>
 </li>
 </ul>
-<a name="XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D)">
+<a name="XSSFChildAnchor(CTTransform2D)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFChildAnchor</h4>
-<pre>public&nbsp;XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D&nbsp;t2d)</pre>
+<pre>public&nbsp;XSSFChildAnchor(CTTransform2D&nbsp;t2d)</pre>
 </li>
 </ul>
 </li>
@@ -238,7 +238,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTTransform2D</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D&nbsp;getCTTransform2D()</pre>
+public&nbsp;CTTransform2D&nbsp;getCTTransform2D()</pre>
 </li>
 </ul>
 <a name="getDx1()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html Sat Nov 21 21:22:26 2015
@@ -151,8 +151,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">XSSFClientAnchor</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell1,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell2)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#XSSFClientAnchor(CTMarker,%20CTMarker)">XSSFClientAnchor</a></strong>(CTMarker&nbsp;cell1,
+                CTMarker&nbsp;cell2)</code>
 <div class="block">Create XSSFClientAnchor from existing xml beans</div>
 </td>
 </tr>
@@ -244,7 +244,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker</code></td>
+<td class="colFirst"><code>CTMarker</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#getFrom()">getFrom</a></strong>()</code>
 <div class="block">Return starting anchor point</div>
 </td>
@@ -262,7 +262,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker</code></td>
+<td class="colFirst"><code>CTMarker</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#getTo()">getTo</a></strong>()</code>
 <div class="block">Return ending anchor point</div>
 </td>
@@ -335,7 +335,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setFrom</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;from)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setFrom(CTMarker)">setFrom</a></strong>(CTMarker&nbsp;from)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -351,7 +351,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setTo</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;to)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setTo(CTMarker)">setTo</a></strong>(CTMarker&nbsp;to)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
@@ -408,14 +408,14 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>dx1</code> - the x coordinate within the first cell.</dd><dd><code>dy1</code> - the y coordinate within the first cell.</dd><dd><code>dx2</code> - the x coordinate within the second cell.</dd><dd><code>dy2</code> - the y coordinate within the second cell.</dd><dd><code>col1</code> - the column (0 based) of the first cell.</dd><dd><code>row1</code> - the row (0 based) of the first cell.</dd><dd><code>col2</code> - the column (0 based) of the second cell.</dd><dd><code>row2</code> - the row (0 based) of the second cell.</dd></dl>
 </li>
 </ul>
-<a name="XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="XSSFClientAnchor(CTMarker, CTMarker)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFClientAnchor</h4>
-<pre>protected&nbsp;XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell1,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell2)</pre>
+<pre>protected&nbsp;XSSFClientAnchor(CTMarker&nbsp;cell1,
+                CTMarker&nbsp;cell2)</pre>
 <div class="block">Create XSSFClientAnchor from existing xml beans</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell1</code> - starting anchor point</dd><dd><code>cell2</code> - ending anchor point</dd></dl>
 </li>
@@ -762,18 +762,18 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getFrom</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;getFrom()</pre>
+public&nbsp;CTMarker&nbsp;getFrom()</pre>
 <div class="block">Return starting anchor point</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>starting anchor point</dd></dl>
 </li>
 </ul>
-<a name="setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="setFrom(CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFrom</h4>
-<pre>protected&nbsp;void&nbsp;setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;from)</pre>
+<pre>protected&nbsp;void&nbsp;setFrom(CTMarker&nbsp;from)</pre>
 </li>
 </ul>
 <a name="getTo()">
@@ -783,18 +783,18 @@ public&nbsp;org.openxmlformats.schemas.d
 <li class="blockList">
 <h4>getTo</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;getTo()</pre>
+public&nbsp;CTMarker&nbsp;getTo()</pre>
 <div class="block">Return ending anchor point</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ending anchor point</dd></dl>
 </li>
 </ul>
-<a name="setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="setTo(CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setTo</h4>
-<pre>protected&nbsp;void&nbsp;setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;to)</pre>
+<pre>protected&nbsp;void&nbsp;setTo(CTMarker&nbsp;to)</pre>
 </li>
 </ul>
 <a name="setAnchorType(int)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html Sat Nov 21 21:22:26 2015
@@ -129,13 +129,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[])">XSSFColor</a></strong>(byte[]&nbsp;rgb)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(java.awt.Color)">XSSFColor</a></strong>(java.awt.Color&nbsp;clr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(CTColor)">XSSFColor</a></strong>(CTColor&nbsp;color)</code>
 <div class="block">Create an instance of XSSFColor from the supplied XML bean</div>
 </td>
 </tr>
@@ -165,7 +159,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor</code></td>
+<td class="colFirst"><code>CTColor</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getCTColor()">getCTColor</a></strong>()</code>
 <div class="block">Returns the underlying XML bean</div>
 </td>
@@ -305,44 +299,26 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="XSSFColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;XSSFColor(CTColor&nbsp;color)</pre>
 <div class="block">Create an instance of XSSFColor from the supplied XML bean</div>
 </li>
 </ul>
 <a name="XSSFColor()">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFColor</h4>
 <pre>public&nbsp;XSSFColor()</pre>
 <div class="block">Create an new instance of XSSFColor</div>
 </li>
 </ul>
-<a name="XSSFColor(java.awt.Color)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(java.awt.Color&nbsp;clr)</pre>
-</li>
-</ul>
-<a name="XSSFColor(byte[])">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(byte[]&nbsp;rgb)</pre>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -652,7 +628,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTColor</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;getCTColor()</pre>
+public&nbsp;CTColor&nbsp;getCTColor()</pre>
 <div class="block">Returns the underlying XML bean</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying XML bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html Sat Nov 21 21:22:26 2015
@@ -119,9 +119,9 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#XSSFComment(org.apache.poi.xssf.model.CommentsTable,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment,%20schemasMicrosoftComVml.CTShape)">XSSFComment</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
-           org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment,
-           schemasMicrosoftComVml.CTShape&nbsp;vmlShape)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#XSSFComment(org.apache.poi.xssf.model.CommentsTable,%20CTComment,%20CTShape)">XSSFComment</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
+           CTComment&nbsp;comment,
+           CTShape&nbsp;vmlShape)</code>
 <div class="block">Creates a new XSSFComment, associated with a given
   low level comment object.</div>
 </td>
@@ -160,11 +160,11 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
+<td class="colFirst"><code>protected CTComment</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTComment()">getCTComment</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected schemasMicrosoftComVml.CTShape</code></td>
+<td class="colFirst"><code>protected CTShape</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTShape()">getCTShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -241,15 +241,15 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment, schemasMicrosoftComVml.CTShape)">
+<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, CTComment, CTShape)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFComment</h4>
 <pre>public&nbsp;XSSFComment(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
-           org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment,
-           schemasMicrosoftComVml.CTShape&nbsp;vmlShape)</pre>
+           CTComment&nbsp;comment,
+           CTShape&nbsp;vmlShape)</pre>
 <div class="block">Creates a new XSSFComment, associated with a given
   low level comment object.</div>
 </li>
@@ -438,7 +438,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTComment</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;getCTComment()</pre>
+<pre>protected&nbsp;CTComment&nbsp;getCTComment()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the xml bean holding this comment's properties</dd></dl>
 </li>
 </ul>
@@ -448,7 +448,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getCTShape</h4>
-<pre>protected&nbsp;schemasMicrosoftComVml.CTShape&nbsp;getCTShape()</pre>
+<pre>protected&nbsp;CTShape&nbsp;getCTShape()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html Sat Nov 21 21:22:26 2015
@@ -138,7 +138,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(CTCfvo&nbsp;cfvo)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -156,7 +156,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo</code></td>
+<td class="colFirst"><code>protected CTCfvo</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getCTCfvo()">getCTCfvo</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -220,13 +220,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">
+<a name="XSSFConditionalFormattingThreshold(CTCfvo)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFConditionalFormattingThreshold</h4>
-<pre>protected&nbsp;XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</pre>
+<pre>protected&nbsp;XSSFConditionalFormattingThreshold(CTCfvo&nbsp;cfvo)</pre>
 </li>
 </ul>
 </li>
@@ -243,7 +243,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTCfvo</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;getCTCfvo()</pre>
+<pre>protected&nbsp;CTCfvo&nbsp;getCTCfvo()</pre>
 </li>
 </ul>
 <a name="getRangeType()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html Sat Nov 21 21:22:26 2015
@@ -140,8 +140,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector)">XSSFConnector</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-             org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;ctShape)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTConnector)">XSSFConnector</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+             CTConnector&nbsp;ctShape)</code>
 <div class="block">Construct a new XSSFConnector object.</div>
 </td>
 </tr>
@@ -161,11 +161,11 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector</code></td>
+<td class="colFirst"><code>CTConnector</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#getCTConnector()">getCTConnector</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colFirst"><code>protected CTShapeProperties</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#getShapeProperties()">getShapeProperties</a></strong>()</code>
 <div class="block">Returns xml bean with shape properties.</div>
 </td>
@@ -177,7 +177,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector</code></td>
+<td class="colFirst"><code>protected static CTConnector</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#prototype()">prototype</a></strong>()</code>
 <div class="block">Initialize default structure of a new auto-shape</div>
 </td>
@@ -217,14 +217,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector)">
+<a name="XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, CTConnector)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFConnector</h4>
 <pre>protected&nbsp;XSSFConnector(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-             org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;ctShape)</pre>
+             CTConnector&nbsp;ctShape)</pre>
 <div class="block">Construct a new XSSFConnector object.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawing</code> - the XSSFDrawing that owns this shape</dd><dd><code>ctShape</code> - the shape bean that holds all the shape properties</dd></dl>
 </li>
@@ -243,7 +243,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>prototype</h4>
-<pre>protected static&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;prototype()</pre>
+<pre>protected static&nbsp;CTConnector&nbsp;prototype()</pre>
 <div class="block">Initialize default structure of a new auto-shape</div>
 </li>
 </ul>
@@ -254,7 +254,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTConnector</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;getCTConnector()</pre>
+public&nbsp;CTConnector&nbsp;getCTConnector()</pre>
 </li>
 </ul>
 <a name="getShapeType()">
@@ -285,7 +285,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getShapeProperties</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;getShapeProperties()</pre>
+<pre>protected&nbsp;CTShapeProperties&nbsp;getShapeProperties()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#getShapeProperties()">XSSFShape</a></code></strong></div>
 <div class="block">Returns xml bean with shape properties.</div>
 <dl>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html Sat Nov 21 21:22:26 2015
@@ -136,9 +136,9 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidation.html#XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint,%20org.apache.poi.ss.util.CellRangeAddressList,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation)">XSSFDataValidation</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a>&nbsp;constraint,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidation.html#XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint,%20org.apache.poi.ss.util.CellRangeAddressList,%20CTDataValidation)">XSSFDataValidation</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a>&nbsp;constraint,
                   <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a>&nbsp;regions,
-                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
+                  CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -275,7 +275,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint, org.apache.poi.ss.util.CellRangeAddressList, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation)">
+<a name="XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint, org.apache.poi.ss.util.CellRangeAddressList, CTDataValidation)">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -283,7 +283,7 @@ implements <a href="../../../../../org/a
 <h4>XSSFDataValidation</h4>
 <pre>public&nbsp;XSSFDataValidation(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a>&nbsp;constraint,
                   <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a>&nbsp;regions,
-                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation&nbsp;ctDataValidation)</pre>
+                  CTDataValidation&nbsp;ctDataValidation)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html Sat Nov 21 21:22:26 2015
@@ -130,7 +130,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet</code></td>
+<td class="colFirst"><code>protected CTDialogsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#dialogsheet">dialogsheet</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -142,13 +142,6 @@ implements <a href="../../../../../org/a
 <code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#sheet">sheet</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#worksheet">worksheet</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ss.usermodel.Sheet">
 <!--   -->
 </a>
@@ -202,39 +195,39 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getDialog()">getDialog</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak</code></td>
+<td class="colFirst"><code>protected CTPageBreak</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeColumnBreaks()">getSheetTypeColumnBreaks</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter</code></td>
+<td class="colFirst"><code>protected CTHeaderFooter</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeHeaderFooter()">getSheetTypeHeaderFooter</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins</code></td>
+<td class="colFirst"><code>protected CTPageMargins</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypePageMargins()">getSheetTypePageMargins</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions</code></td>
+<td class="colFirst"><code>protected CTPrintOptions</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypePrintOptions()">getSheetTypePrintOptions</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection</code></td>
+<td class="colFirst"><code>protected CTSheetProtection</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeProtection()">getSheetTypeProtection</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak</code></td>
+<td class="colFirst"><code>protected CTPageBreak</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeRowBreaks()">getSheetTypeRowBreaks</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr</code></td>
+<td class="colFirst"><code>protected CTSheetFormatPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetFormatPr()">getSheetTypeSheetFormatPr</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr</code></td>
+<td class="colFirst"><code>protected CTSheetPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetPr()">getSheetTypeSheetPr</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews</code></td>
+<td class="colFirst"><code>protected CTSheetViews</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetViews()">getSheetTypeSheetViews</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -293,7 +286,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>dialogsheet</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet dialogsheet</pre>
+<pre>protected&nbsp;CTDialogsheet dialogsheet</pre>
 </li>
 </ul>
 </li>
@@ -348,7 +341,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeHeaderFooter</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;getSheetTypeHeaderFooter()</pre>
+<pre>protected&nbsp;CTHeaderFooter&nbsp;getSheetTypeHeaderFooter()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetPr()">
@@ -357,7 +350,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetPr</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr&nbsp;getSheetTypeSheetPr()</pre>
+<pre>protected&nbsp;CTSheetPr&nbsp;getSheetTypeSheetPr()</pre>
 </li>
 </ul>
 <a name="getSheetTypeColumnBreaks()">
@@ -366,7 +359,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeColumnBreaks</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak&nbsp;getSheetTypeColumnBreaks()</pre>
+<pre>protected&nbsp;CTPageBreak&nbsp;getSheetTypeColumnBreaks()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetFormatPr()">
@@ -375,7 +368,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetFormatPr</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr&nbsp;getSheetTypeSheetFormatPr()</pre>
+<pre>protected&nbsp;CTSheetFormatPr&nbsp;getSheetTypeSheetFormatPr()</pre>
 </li>
 </ul>
 <a name="getSheetTypePageMargins()">
@@ -384,7 +377,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypePageMargins</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins&nbsp;getSheetTypePageMargins()</pre>
+<pre>protected&nbsp;CTPageMargins&nbsp;getSheetTypePageMargins()</pre>
 </li>
 </ul>
 <a name="getSheetTypeRowBreaks()">
@@ -393,7 +386,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeRowBreaks</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak&nbsp;getSheetTypeRowBreaks()</pre>
+<pre>protected&nbsp;CTPageBreak&nbsp;getSheetTypeRowBreaks()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetViews()">
@@ -402,7 +395,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetViews</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews&nbsp;getSheetTypeSheetViews()</pre>
+<pre>protected&nbsp;CTSheetViews&nbsp;getSheetTypeSheetViews()</pre>
 </li>
 </ul>
 <a name="getSheetTypePrintOptions()">
@@ -411,7 +404,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypePrintOptions</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions&nbsp;getSheetTypePrintOptions()</pre>
+<pre>protected&nbsp;CTPrintOptions&nbsp;getSheetTypePrintOptions()</pre>
 </li>
 </ul>
 <a name="getSheetTypeProtection()">
@@ -420,7 +413,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeProtection</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection&nbsp;getSheetTypeProtection()</pre>
+<pre>protected&nbsp;CTSheetProtection&nbsp;getSheetTypeProtection()</pre>
 </li>
 </ul>
 <a name="getDialog()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html Sat Nov 21 21:22:26 2015
@@ -136,13 +136,6 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html#NAMESPACE_C">NAMESPACE_C</a></strong></code>&nbsp;</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -274,7 +267,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing</code></td>
+<td class="colFirst"><code>CTDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html#getCTDrawing()">getCTDrawing</a></strong>()</code>
 <div class="block">Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.</div>
 </td>
@@ -385,7 +378,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTDrawing</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing&nbsp;getCTDrawing()</pre>
+public&nbsp;CTDrawing&nbsp;getCTDrawing()</pre>
 <div class="block">Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTDrawing bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html Sat Nov 21 21:22:26 2015
@@ -128,7 +128,7 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenFooter.html#XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFEvenFooter</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenFooter.html#XSSFEvenFooter(CTHeaderFooter)">XSSFEvenFooter</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFEvenFooter from the supplied XML bean</div>
 </td>
 </tr>
@@ -195,13 +195,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFEvenFooter(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFEvenFooter</h4>
-<pre>public&nbsp;XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>public&nbsp;XSSFEvenFooter(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFEvenFooter from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getEvenFooter()"><code>XSSFSheet.getEvenFooter()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html Sat Nov 21 21:22:26 2015
@@ -130,7 +130,7 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenHeader.html#XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFEvenHeader</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenHeader.html#XSSFEvenHeader(CTHeaderFooter)">XSSFEvenHeader</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFEvenHeader from the supplied XML bean</div>
 </td>
 </tr>
@@ -197,13 +197,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFEvenHeader(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFEvenHeader</h4>
-<pre>public&nbsp;XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>public&nbsp;XSSFEvenHeader(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFEvenHeader from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getEvenHeader()"><code>XSSFSheet.getEvenHeader()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html Sat Nov 21 21:22:26 2015
@@ -129,7 +129,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstFooter.html#XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFFirstFooter</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstFooter.html#XSSFFirstFooter(CTHeaderFooter)">XSSFFirstFooter</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFFirstFooter from the supplied XML bean</div>
 </td>
 </tr>
@@ -196,13 +196,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFFirstFooter(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFFirstFooter</h4>
-<pre>protected&nbsp;XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>protected&nbsp;XSSFFirstFooter(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFFirstFooter from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getFirstFooter()"><code>XSSFSheet.getFirstFooter()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html Sat Nov 21 21:22:26 2015
@@ -129,7 +129,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstHeader.html#XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFFirstHeader</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstHeader.html#XSSFFirstHeader(CTHeaderFooter)">XSSFFirstHeader</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFFirstHeader from the supplied XML bean</div>
 </td>
 </tr>
@@ -196,13 +196,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFFirstHeader(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFFirstHeader</h4>
-<pre>protected&nbsp;XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>protected&nbsp;XSSFFirstHeader(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFFirstHeader from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getFirstHeader()"><code>XSSFSheet.getFirstHeader()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html Sat Nov 21 21:22:26 2015
@@ -170,13 +170,13 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont)">XSSFFont</a></strong>(CTFont&nbsp;font)</code>
 <div class="block">Create a new XSSFFont</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont,%20int)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont,%20int)">XSSFFont</a></strong>(CTFont&nbsp;font,
         int&nbsp;index)</code>&nbsp;</td>
 </tr>
 </table>
@@ -224,7 +224,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont</code></td>
+<td class="colFirst"><code>CTFont</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#getCTFont()">getCTFont</a></strong>()</code>
 <div class="block">get the underlying CTFont font</div>
 </td>
@@ -509,24 +509,24 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont)">
+<a name="XSSFFont(CTFont)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFFont</h4>
-<pre>public&nbsp;XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font)</pre>
+<pre>public&nbsp;XSSFFont(CTFont&nbsp;font)</pre>
 <div class="block">Create a new XSSFFont</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>font</code> - the underlying CTFont bean</dd></dl>
 </li>
 </ul>
-<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont, int)">
+<a name="XSSFFont(CTFont, int)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFFont</h4>
-<pre>public&nbsp;XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font,
+<pre>public&nbsp;XSSFFont(CTFont&nbsp;font,
         int&nbsp;index)</pre>
 </li>
 </ul>
@@ -555,7 +555,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTFont</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;getCTFont()</pre>
+public&nbsp;CTFont&nbsp;getCTFont()</pre>
 <div class="block">get the underlying CTFont font</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html Sat Nov 21 21:22:26 2015
@@ -139,8 +139,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame)">XSSFGraphicFrame</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTGraphicalObjectFrame)">XSSFGraphicFrame</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+                CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</code>
 <div class="block">Construct a new XSSFGraphicFrame object.</div>
 </td>
 </tr>
@@ -166,7 +166,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame</code></td>
+<td class="colFirst"><code>CTGraphicalObjectFrame</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#getCTGraphicalObjectFrame()">getCTGraphicalObjectFrame</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -182,13 +182,13 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colFirst"><code>protected CTShapeProperties</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#getShapeProperties()">getShapeProperties</a></strong>()</code>
 <div class="block">Returns xml bean with shape properties.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame</code></td>
+<td class="colFirst"><code>protected static CTGraphicalObjectFrame</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#prototype()">prototype</a></strong>()</code>
 <div class="block">Initialize default structure of a new graphic frame</div>
 </td>
@@ -253,14 +253,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame)">
+<a name="XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing, CTGraphicalObjectFrame)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFGraphicFrame</h4>
 <pre>protected&nbsp;XSSFGraphicFrame(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</pre>
+                CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</pre>
 <div class="block">Construct a new XSSFGraphicFrame object.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawing</code> - the XSSFDrawing that owns this frame</dd><dd><code>ctGraphicFrame</code> - the XML bean that stores this frame content</dd></dl>
 </li>
@@ -280,7 +280,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTGraphicalObjectFrame</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;getCTGraphicalObjectFrame()</pre>
+public&nbsp;CTGraphicalObjectFrame&nbsp;getCTGraphicalObjectFrame()</pre>
 </li>
 </ul>
 <a name="prototype()">
@@ -289,7 +289,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockList">
 <li class="blockList">
 <h4>prototype</h4>
-<pre>protected static&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;prototype()</pre>
+<pre>protected static&nbsp;CTGraphicalObjectFrame&nbsp;prototype()</pre>
 <div class="block">Initialize default structure of a new graphic frame</div>
 </li>
 </ul>
@@ -385,7 +385,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getShapeProperties</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;getShapeProperties()</pre>
+<pre>protected&nbsp;CTShapeProperties&nbsp;getShapeProperties()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#getShapeProperties()">XSSFShape</a></code></strong></div>
 <div class="block">Returns xml bean with shape properties.</div>
 <dl>




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