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/22 15:14:33 UTC

svn commit: r1715628 [8/14] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/openxml4j/opc/class-use/ org/apache/poi/sl/usermodel/class-use/ org/apache/poi/ss/util/class-use/ org/apache/poi/util/class-use/ org/apache/poi/xdgf/usermodel...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/MapInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/MapInfo.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/MapInfo.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/MapInfo.html Sun Nov 22 14:14:30 2015
@@ -159,11 +159,11 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/MapInfo.html#getAllXSSFMaps()">getAllXSSFMaps</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTMapInfo</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMapInfo</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/MapInfo.html#getCTMapInfo()">getCTMapInfo</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTSchema</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/MapInfo.html#getCTSchemaById(java.lang.String)">getCTSchemaById</a></strong>(java.lang.String&nbsp;schemaId)</code>
 <div class="block">Gets the</div>
 </td>
@@ -278,7 +278,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTMapInfo</h4>
-<pre>public&nbsp;CTMapInfo&nbsp;getCTMapInfo()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMapInfo&nbsp;getCTMapInfo()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the internal data object</dd></dl>
 </li>
 </ul>
@@ -288,7 +288,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTSchemaById</h4>
-<pre>public&nbsp;CTSchema&nbsp;getCTSchemaById(java.lang.String&nbsp;schemaId)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema&nbsp;getCTSchemaById(java.lang.String&nbsp;schemaId)</pre>
 <div class="block">Gets the</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>schemaId</code> - the schema ID</dd>
 <dt><span class="strong">Returns:</span></dt><dd>CTSchema by it's ID</dd></dl>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/ParagraphPropertyFetcher.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/ParagraphPropertyFetcher.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/ParagraphPropertyFetcher.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/ParagraphPropertyFetcher.html Sun Nov 22 14:14:30 2015
@@ -135,11 +135,11 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html#fetch(CTShape)">fetch</a></strong>(CTShape&nbsp;shape)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html#fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">fetch</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;shape)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>abstract boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html#fetch(CTTextParagraphProperties)">fetch</a></strong>(CTTextParagraphProperties&nbsp;props)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html#fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties)">fetch</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties&nbsp;props)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html" title="type parameter in ParagraphPropertyFetcher">T</a></code></td>
@@ -208,24 +208,24 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;void&nbsp;setValue(<a href="../../../../../org/apache/poi/xssf/model/ParagraphPropertyFetcher.html" title="type parameter in ParagraphPropertyFetcher">T</a>&nbsp;val)</pre>
 </li>
 </ul>
-<a name="fetch(CTShape)">
+<a name="fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>fetch</h4>
-<pre>public&nbsp;boolean&nbsp;fetch(CTShape&nbsp;shape)</pre>
+<pre>public&nbsp;boolean&nbsp;fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;shape)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>shape</code> - the shape being examined</dd>
 <dt><span class="strong">Returns:</span></dt><dd>true if the desired property was fetched</dd></dl>
 </li>
 </ul>
-<a name="fetch(CTTextParagraphProperties)">
+<a name="fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>fetch</h4>
-<pre>public abstract&nbsp;boolean&nbsp;fetch(CTTextParagraphProperties&nbsp;props)</pre>
+<pre>public abstract&nbsp;boolean&nbsp;fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties&nbsp;props)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/SharedStringsTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/SharedStringsTable.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/SharedStringsTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/SharedStringsTable.html Sun Nov 22 14:14:30 2015
@@ -163,7 +163,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html#addEntry(CTRst)">addEntry</a></strong>(CTRst&nbsp;st)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html#addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst)">addEntry</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst&nbsp;st)</code>
 <div class="block">Add an entry to this Shared String table (a new value is appened to the end).</div>
 </td>
 </tr>
@@ -180,13 +180,13 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTRst</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html#getEntryAt(int)">getEntryAt</a></strong>(int&nbsp;idx)</code>
 <div class="block">Return a string item by index</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.List&lt;CTRst&gt;</code></td>
+<td class="colFirst"><code>java.util.List&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html#getItems()">getItems</a></strong>()</code>
 <div class="block">Provide low-level access to the underlying array of CTRst beans</div>
 </td>
@@ -288,7 +288,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getEntryAt</h4>
-<pre>public&nbsp;CTRst&nbsp;getEntryAt(int&nbsp;idx)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst&nbsp;getEntryAt(int&nbsp;idx)</pre>
 <div class="block">Return a string item by index</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>idx</code> - index of item to return.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the item at the specified position in this Shared String table.</dd></dl>
@@ -319,13 +319,13 @@ extends <a href="../../../../../org/apac
 <dl><dt><span class="strong">Returns:</span></dt><dd>the total count of unique strings in the workbook</dd></dl>
 </li>
 </ul>
-<a name="addEntry(CTRst)">
+<a name="addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addEntry</h4>
-<pre>public&nbsp;int&nbsp;addEntry(CTRst&nbsp;st)</pre>
+<pre>public&nbsp;int&nbsp;addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst&nbsp;st)</pre>
 <div class="block">Add an entry to this Shared String table (a new value is appened to the end).
 
  <p>
@@ -342,7 +342,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getItems</h4>
-<pre>public&nbsp;java.util.List&lt;CTRst&gt;&nbsp;getItems()</pre>
+<pre>public&nbsp;java.util.List&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst&gt;&nbsp;getItems()</pre>
 <div class="block">Provide low-level access to the underlying array of CTRst beans</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>array of CTRst beans</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/SingleXmlCells.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/SingleXmlCells.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/SingleXmlCells.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/SingleXmlCells.html Sun Nov 22 14:14:30 2015
@@ -155,7 +155,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SingleXmlCells.html#getAllSimpleXmlCell()">getAllSimpleXmlCell</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTSingleXmlCells</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCells</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/SingleXmlCells.html#getCTSingleXMLCells()">getCTSingleXMLCells</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -299,7 +299,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTSingleXMLCells</h4>
-<pre>public&nbsp;CTSingleXmlCells&nbsp;getCTSingleXMLCells()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCells&nbsp;getCTSingleXMLCells()</pre>
 </li>
 </ul>
 <a name="getAllSimpleXmlCell()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html Sun Nov 22 14:14:30 2015
@@ -225,21 +225,21 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getBorders()">getBorders</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTXf</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getCellStyleXfAt(int)">getCellStyleXfAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTXf</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getCellXfAt(int)">getCellXfAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTStylesheet</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTStylesheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getCTStylesheet()">getCTStylesheet</a></strong>()</code>
 <div class="block">For unit testing only!</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTDxf</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getDxfAt(int)">getDxfAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -289,15 +289,15 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellStyleXf(CTXf)">putCellStyleXf</a></strong>(CTXf&nbsp;cellStyleXf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellStyleXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">putCellStyleXf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellXf(CTXf)">putCellXf</a></strong>(CTXf&nbsp;cellXf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">putCellXf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putDxf(CTDxf)">putDxf</a></strong>(CTDxf&nbsp;dxf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putDxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf)">putDxf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
@@ -330,13 +330,13 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#replaceCellStyleXfAt(int,%20CTXf)">replaceCellStyleXfAt</a></strong>(int&nbsp;idx,
-                    CTXf&nbsp;cellStyleXf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#replaceCellStyleXfAt(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">replaceCellStyleXfAt</a></strong>(int&nbsp;idx,
+                    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#replaceCellXfAt(int,%20CTXf)">replaceCellXfAt</a></strong>(int&nbsp;idx,
-               CTXf&nbsp;cellXf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/model/StylesTable.html#replaceCellXfAt(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">replaceCellXfAt</a></strong>(int&nbsp;idx,
+               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -638,26 +638,26 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellXfAt</h4>
-<pre>public&nbsp;CTXf&nbsp;getCellXfAt(int&nbsp;idx)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;getCellXfAt(int&nbsp;idx)</pre>
 </li>
 </ul>
-<a name="putCellXf(CTXf)">
+<a name="putCellXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>putCellXf</h4>
-<pre>public&nbsp;int&nbsp;putCellXf(CTXf&nbsp;cellXf)</pre>
+<pre>public&nbsp;int&nbsp;putCellXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</pre>
 </li>
 </ul>
-<a name="replaceCellXfAt(int, CTXf)">
+<a name="replaceCellXfAt(int, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceCellXfAt</h4>
 <pre>public&nbsp;void&nbsp;replaceCellXfAt(int&nbsp;idx,
-                   CTXf&nbsp;cellXf)</pre>
+                   org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</pre>
 </li>
 </ul>
 <a name="getCellStyleXfAt(int)">
@@ -666,26 +666,26 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellStyleXfAt</h4>
-<pre>public&nbsp;CTXf&nbsp;getCellStyleXfAt(int&nbsp;idx)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;getCellStyleXfAt(int&nbsp;idx)</pre>
 </li>
 </ul>
-<a name="putCellStyleXf(CTXf)">
+<a name="putCellStyleXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>putCellStyleXf</h4>
-<pre>public&nbsp;int&nbsp;putCellStyleXf(CTXf&nbsp;cellStyleXf)</pre>
+<pre>public&nbsp;int&nbsp;putCellStyleXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</pre>
 </li>
 </ul>
-<a name="replaceCellStyleXfAt(int, CTXf)">
+<a name="replaceCellStyleXfAt(int, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceCellStyleXfAt</h4>
 <pre>public&nbsp;void&nbsp;replaceCellStyleXfAt(int&nbsp;idx,
-                        CTXf&nbsp;cellStyleXf)</pre>
+                        org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</pre>
 </li>
 </ul>
 <a name="getNumCellStyles()">
@@ -734,7 +734,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTStylesheet</h4>
-<pre>public&nbsp;CTStylesheet&nbsp;getCTStylesheet()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTStylesheet&nbsp;getCTStylesheet()</pre>
 <div class="block">For unit testing only!</div>
 </li>
 </ul>
@@ -798,16 +798,16 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getDxfAt</h4>
-<pre>public&nbsp;CTDxf&nbsp;getDxfAt(int&nbsp;idx)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;getDxfAt(int&nbsp;idx)</pre>
 </li>
 </ul>
-<a name="putDxf(CTDxf)">
+<a name="putDxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>putDxf</h4>
-<pre>public&nbsp;int&nbsp;putDxf(CTDxf&nbsp;dxf)</pre>
+<pre>public&nbsp;int&nbsp;putDxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf)</pre>
 </li>
 </ul>
 <a name="createCellStyle()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/ThemesTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/ThemesTable.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/ThemesTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/ThemesTable.html Sun Nov 22 14:14:30 2015
@@ -151,7 +151,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ThemesTable.html#ThemesTable(ThemeDocument)">ThemesTable</a></strong>(ThemeDocument&nbsp;theme)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/model/ThemesTable.html#ThemesTable(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument)">ThemesTable</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument&nbsp;theme)</code>
 <div class="block">Construct a ThemesTable from an existing ThemeDocument.</div>
 </td>
 </tr>
@@ -250,13 +250,13 @@ extends <a href="../../../../../org/apac
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
-<a name="ThemesTable(ThemeDocument)">
+<a name="ThemesTable(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ThemesTable</h4>
-<pre>public&nbsp;ThemesTable(ThemeDocument&nbsp;theme)</pre>
+<pre>public&nbsp;ThemesTable(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument&nbsp;theme)</pre>
 <div class="block">Construct a ThemesTable from an existing ThemeDocument.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>theme</code> - A ThemeDocument.</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/CommentsTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/CommentsTable.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/CommentsTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/CommentsTable.html Sun Nov 22 14:14:30 2015
@@ -180,9 +180,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><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>
+<td class="colLast"><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,%20com.microsoft.schemas.vml.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,
+           com.microsoft.schemas.vml.CTShape&nbsp;vmlShape)</code>
 <div class="block">Creates a new XSSFComment, associated with a given
   low level comment object.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/MapInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/MapInfo.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/MapInfo.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/MapInfo.html Sun Nov 22 14:14:30 2015
@@ -106,7 +106,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFMap.html#XSSFMap(CTMap,%20org.apache.poi.xssf.model.MapInfo)">XSSFMap</a></strong>(CTMap&nbsp;ctMap,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFMap.html#XSSFMap(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap,%20org.apache.poi.xssf.model.MapInfo)">XSSFMap</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap&nbsp;ctMap,
        <a href="../../../../../../org/apache/poi/xssf/model/MapInfo.html" title="class in org.apache.poi.xssf.model">MapInfo</a>&nbsp;mapInfo)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SingleXmlCells.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SingleXmlCells.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SingleXmlCells.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SingleXmlCells.html Sun Nov 22 14:14:30 2015
@@ -93,7 +93,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html#XSSFSingleXmlCell(CTSingleXmlCell,%20org.apache.poi.xssf.model.SingleXmlCells)">XSSFSingleXmlCell</a></strong>(CTSingleXmlCell&nbsp;singleXmlCell,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html#XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell,%20org.apache.poi.xssf.model.SingleXmlCells)">XSSFSingleXmlCell</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell&nbsp;singleXmlCell,
                  <a href="../../../../../../org/apache/poi/xssf/model/SingleXmlCells.html" title="class in org.apache.poi.xssf.model">SingleXmlCells</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/ThemesTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/ThemesTable.html?rev=1715628&r1=1715627&r2=1715628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/ThemesTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/ThemesTable.html Sun Nov 22 14:14:30 2015
@@ -205,7 +205,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(CTBorder,%20org.apache.poi.xssf.model.ThemesTable)">XSSFCellBorder</a></strong>(CTBorder&nbsp;border,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.model.ThemesTable)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;border,
               <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a>&nbsp;theme)</code>
 <div class="block">Creates a Cell Border from the supplied XML definition</div>
 </td>

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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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(CTColor)">setBottomBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</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>
 </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(CTColor)">setDiagonalBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</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>
 </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(CTColor)">setLeftBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</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>
 </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(CTColor)">setRightBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</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>
 </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(CTColor)">setTopBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</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>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -600,17 +600,13 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setBottomBorderColor(CTColor)">
+<a name="setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBottomBorderColor</h4>
-<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>
+<pre>public&nbsp;void&nbsp;setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
 </li>
 </ul>
 <a name="setDiagonalBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -639,17 +635,13 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setDiagonalBorderColor(CTColor)">
+<a name="setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setDiagonalBorderColor</h4>
-<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>
+<pre>public&nbsp;void&nbsp;setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
 </li>
 </ul>
 <a name="setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -678,17 +670,13 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setLeftBorderColor(CTColor)">
+<a name="setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setLeftBorderColor</h4>
-<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>
+<pre>public&nbsp;void&nbsp;setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
 </li>
 </ul>
 <a name="setRightBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -717,17 +705,13 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setRightBorderColor(CTColor)">
+<a name="setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setRightBorderColor</h4>
-<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>
+<pre>public&nbsp;void&nbsp;setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
 </li>
 </ul>
 <a name="setTopBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -756,17 +740,13 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setTopBorderColor(CTColor)">
+<a name="setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTopBorderColor</h4>
-<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>
+<pre>public&nbsp;void&nbsp;setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
 </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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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,%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>
+<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>
 <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>CTCell</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.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(CTCell)">setCTCell</a></strong>(CTCell&nbsp;cell)</code>
+<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>
 <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, CTCell)">
+<a name="XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow, org.openxmlformats.schemas.spreadsheetml.x2006.main.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,
-        CTCell&nbsp;cell)</pre>
+        org.openxmlformats.schemas.spreadsheetml.x2006.main.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;CTCell&nbsp;getCTCell()</pre>
+public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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(CTCell)">
+<a name="setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.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(CTCell&nbsp;cell)</pre>
+public&nbsp;void&nbsp;setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 2015
@@ -272,7 +272,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTXf</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.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>CTXf</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.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;CTXf&nbsp;getCoreXf()</pre>
+public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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;CTXf&nbsp;getCoreXf()</pre>
 <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;CTXf&nbsp;getStyleXf()</pre>
+public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 2015
@@ -188,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>CTChart</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.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>CTChartSpace</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.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>
@@ -315,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;CTChartSpace&nbsp;getCTChartSpace()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.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>
@@ -327,7 +327,7 @@ public&nbsp;CTChartSpace&nbsp;getCTChart
 <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;CTChart&nbsp;getCTChart()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.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>

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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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 CTChartsheet</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.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>
@@ -188,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>CTChartsheet</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.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 CTDrawing</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.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 CTLegacyDrawing</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.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">
@@ -251,7 +251,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>chartsheet</h4>
-<pre>protected&nbsp;CTChartsheet chartsheet</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet chartsheet</pre>
 </li>
 </ul>
 </li>
@@ -301,7 +301,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTChartsheet</h4>
-<pre>public&nbsp;CTChartsheet&nbsp;getCTChartsheet()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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>
@@ -312,7 +312,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTDrawing</h4>
-<pre>protected&nbsp;CTDrawing&nbsp;getCTDrawing()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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>
@@ -325,7 +325,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTLegacyDrawing</h4>
-<pre>protected&nbsp;CTLegacyDrawing&nbsp;getCTLegacyDrawing()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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(CTTransform2D)">XSSFChildAnchor</a></strong>(CTTransform2D&nbsp;t2d)</code>&nbsp;</td>
+<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>
 </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>CTTransform2D</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.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(CTTransform2D)">
+<a name="XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFChildAnchor</h4>
-<pre>public&nbsp;XSSFChildAnchor(CTTransform2D&nbsp;t2d)</pre>
+<pre>public&nbsp;XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.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;CTTransform2D&nbsp;getCTTransform2D()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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(CTMarker,%20CTMarker)">XSSFClientAnchor</a></strong>(CTMarker&nbsp;cell1,
-                CTMarker&nbsp;cell2)</code>
+<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>
 <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>CTMarker</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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>CTMarker</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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(CTMarker)">setFrom</a></strong>(CTMarker&nbsp;from)</code>&nbsp;</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>
 </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(CTMarker)">setTo</a></strong>(CTMarker&nbsp;to)</code>&nbsp;</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>
 </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(CTMarker, CTMarker)">
+<a name="XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFClientAnchor</h4>
-<pre>protected&nbsp;XSSFClientAnchor(CTMarker&nbsp;cell1,
-                CTMarker&nbsp;cell2)</pre>
+<pre>protected&nbsp;XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell1,
+                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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;CTMarker&nbsp;getFrom()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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(CTMarker)">
+<a name="setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFrom</h4>
-<pre>protected&nbsp;void&nbsp;setFrom(CTMarker&nbsp;from)</pre>
+<pre>protected&nbsp;void&nbsp;setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;from)</pre>
 </li>
 </ul>
 <a name="getTo()">
@@ -783,18 +783,18 @@ public&nbsp;CTMarker&nbsp;getFrom()</pre
 <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;CTMarker&nbsp;getTo()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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(CTMarker)">
+<a name="setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setTo</h4>
-<pre>protected&nbsp;void&nbsp;setTo(CTMarker&nbsp;to)</pre>
+<pre>protected&nbsp;void&nbsp;setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 2015
@@ -129,7 +129,13 @@ 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(CTColor)">XSSFColor</a></strong>(CTColor&nbsp;color)</code>
+<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>
 <div class="block">Create an instance of XSSFColor from the supplied XML bean</div>
 </td>
 </tr>
@@ -159,7 +165,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTColor</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.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>
@@ -299,26 +305,44 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFColor(CTColor)">
+<a name="XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(CTColor&nbsp;color)</pre>
+<pre>public&nbsp;XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.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="blockListLast">
+<ul class="blockList">
 <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 ========== -->
@@ -628,7 +652,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;CTColor&nbsp;getCTColor()</pre>
+public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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,%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>
+<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,%20com.microsoft.schemas.vml.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,
+           com.microsoft.schemas.vml.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 CTComment</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.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 CTShape</code></td>
+<td class="colFirst"><code>protected com.microsoft.schemas.vml.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, CTComment, CTShape)">
+<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment, com.microsoft.schemas.vml.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,
-           CTComment&nbsp;comment,
-           CTShape&nbsp;vmlShape)</pre>
+           org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment,
+           com.microsoft.schemas.vml.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;CTComment&nbsp;getCTComment()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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;CTShape&nbsp;getCTShape()</pre>
+<pre>protected&nbsp;com.microsoft.schemas.vml.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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(CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(CTCfvo&nbsp;cfvo)</code>&nbsp;</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>
 </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 CTCfvo</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.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(CTCfvo)">
+<a name="XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFConditionalFormattingThreshold</h4>
-<pre>protected&nbsp;XSSFConditionalFormattingThreshold(CTCfvo&nbsp;cfvo)</pre>
+<pre>protected&nbsp;XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.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;CTCfvo&nbsp;getCTCfvo()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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,%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>
+<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>
 <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>CTConnector</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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 CTShapeProperties</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.main.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 CTConnector</code></td>
+<td class="colFirst"><code>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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, CTConnector)">
+<a name="XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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,
-             CTConnector&nbsp;ctShape)</pre>
+             org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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;CTConnector&nbsp;prototype()</pre>
+<pre>protected static&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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;CTConnector&nbsp;getCTConnector()</pre>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;getCTConnector()</pre>
 </li>
 </ul>
 <a name="getShapeType()">
@@ -285,7 +285,7 @@ public&nbsp;CTConnector&nbsp;getCTConnec
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getShapeProperties</h4>
-<pre>protected&nbsp;CTShapeProperties&nbsp;getShapeProperties()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.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=1715628&r1=1715627&r2=1715628&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 Sun Nov 22 14:14:30 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,%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,
+<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,
                   <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a>&nbsp;regions,
-                  CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
+                  org.openxmlformats.schemas.spreadsheetml.x2006.main.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, CTDataValidation)">
+<a name="XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint, org.apache.poi.ss.util.CellRangeAddressList, org.openxmlformats.schemas.spreadsheetml.x2006.main.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,
-                  CTDataValidation&nbsp;ctDataValidation)</pre>
+                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation&nbsp;ctDataValidation)</pre>
 </li>
 </ul>
 </li>



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