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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -317,7 +317,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 color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(CTColor)">setBottomBorderColor</a></strong>(CTColor color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> @@ -329,7 +329,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 color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setDiagonalBorderColor(CTColor)">setDiagonalBorderColor</a></strong>(CTColor color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> @@ -341,7 +341,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 color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(CTColor)">setLeftBorderColor</a></strong>(CTColor color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> @@ -353,7 +353,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 color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(CTColor)">setRightBorderColor</a></strong>(CTColor color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> @@ -365,7 +365,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 color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(CTColor)">setTopBorderColor</a></strong>(CTColor color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> @@ -849,13 +849,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 void setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public void setBottomBorderColor(CTColor 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> in interface <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)"> @@ -884,13 +888,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 void setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public void setDiagonalBorderColor(CTColor 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> in interface <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)"> @@ -919,13 +927,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 void setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public void setLeftBorderColor(CTColor 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> in interface <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)"> @@ -954,13 +966,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 void setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public void setRightBorderColor(CTColor 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> in interface <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)"> @@ -989,13 +1005,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 void setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public void setTopBorderColor(CTColor 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> in interface <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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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> row, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell 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> row, + CTCell cell)</code> <div class="block">Construct a XSSFCell.</div> </td> </tr> @@ -261,7 +261,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> @@ -457,7 +457,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/XSSFCell.html#setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">setCTCell</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCTCell(CTCell)">setCTCell</a></strong>(CTCell cell)</code> <div class="block">Set a new internal xml bean.</div> </td> </tr> @@ -495,14 +495,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 XSSFCell(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> row, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)</pre> + CTCell 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> @@ -1260,20 +1260,20 @@ public <a href="../../../../../org/ <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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell getCTCell()</pre> +public CTCell 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 void setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)</pre> +public void setCTCell(CTCell 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -286,7 +286,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> @@ -432,7 +432,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> @@ -785,7 +785,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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf getCoreXf()</pre> +public CTXf getCoreXf()</pre> <div class="block">Used so that StylesSource can figure out our location</div> </li> </ul> @@ -796,7 +796,7 @@ public 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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf getStyleXf()</pre> +public CTXf 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -209,13 +209,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> </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> @@ -358,7 +358,7 @@ protected XSSFChart(<a href="../../ <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 org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace getCTChartSpace()</pre> +public CTChartSpace 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> @@ -370,7 +370,7 @@ public 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 org.openxmlformats.schemas.drawingml.x2006.chart.CTChart getCTChart()</pre> +public CTChart 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -150,7 +150,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> </td> </tr> </table> @@ -211,17 +211,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> </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> </td> </tr> <tr class="rowColor"> @@ -274,7 +274,7 @@ extends <a href="../../../../../org/apac <ul class="blockListLast"> <li class="blockList"> <h4>chartsheet</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet chartsheet</pre> +<pre>protected CTChartsheet chartsheet</pre> </li> </ul> </li> @@ -337,7 +337,7 @@ protected XSSFChartSheet(<a href=". <ul class="blockList"> <li class="blockList"> <h4>getCTChartsheet</h4> -<pre>public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet getCTChartsheet()</pre> +<pre>public CTChartsheet 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> @@ -348,7 +348,7 @@ protected XSSFChartSheet(<a href=". <ul class="blockList"> <li class="blockList"> <h4>getCTDrawing</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing getCTDrawing()</pre> +<pre>protected CTDrawing getCTDrawing()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTDrawing()">getCTDrawing</a></code> in class <code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></dd> @@ -361,7 +361,7 @@ protected XSSFChartSheet(<a href=". <ul class="blockList"> <li class="blockList"> <h4>getCTLegacyDrawing</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing getCTLegacyDrawing()</pre> +<pre>protected CTLegacyDrawing getCTLegacyDrawing()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTLegacyDrawing()">getCTLegacyDrawing</a></code> in class <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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 t2d)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(CTTransform2D)">XSSFChildAnchor</a></strong>(CTTransform2D t2d)</code> </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 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> </td> </tr> <tr class="rowColor"> @@ -214,13 +214,13 @@ extends <a href="../../../../../org/apac int 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 XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D t2d)</pre> +<pre>public XSSFChildAnchor(CTTransform2D 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 org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D getCTTransform2D()</pre> +public CTTransform2D 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -166,8 +166,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 cell1, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker cell2)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#XSSFClientAnchor(CTMarker,%20CTMarker)">XSSFClientAnchor</a></strong>(CTMarker cell1, + CTMarker cell2)</code> <div class="block">Create XSSFClientAnchor from existing xml beans</div> </td> </tr> @@ -260,7 +260,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> @@ -278,7 +278,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> @@ -359,7 +359,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#setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setFrom</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker from)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setFrom(CTMarker)">setFrom</a></strong>(CTMarker from)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> @@ -375,7 +375,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#setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setTo</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker to)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setTo(CTMarker)">setTo</a></strong>(CTMarker to)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> @@ -432,14 +432,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 XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker cell1, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker cell2)</pre> +<pre>protected XSSFClientAnchor(CTMarker cell1, + CTMarker 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> @@ -786,18 +786,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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker getFrom()</pre> +public CTMarker 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 void setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker from)</pre> +<pre>protected void setFrom(CTMarker from)</pre> </li> </ul> <a name="getTo()"> @@ -807,18 +807,18 @@ public 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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker getTo()</pre> +public CTMarker 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 void setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker to)</pre> +<pre>protected void setTo(CTMarker to)</pre> </li> </ul> <a name="setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"> 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -129,19 +129,10 @@ 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[] rgb)</code> </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 clr)</code> </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 color)</code> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(CTColor)">XSSFColor</a></strong>(CTColor color)</code> <div class="block">Create an instance of XSSFColor from the supplied XML bean</div> </td> </tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)">XSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor)</code> </td> -</tr> </table> </li> </ul> @@ -168,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> @@ -316,53 +307,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 XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<pre>public XSSFColor(CTColor 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 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 XSSFColor(java.awt.Color clr)</pre> -</li> -</ul> -<a name="XSSFColor(byte[])"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>XSSFColor</h4> -<pre>public XSSFColor(byte[] rgb)</pre> -</li> -</ul> -<a name="XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>XSSFColor</h4> -<pre>public XSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor)</pre> -</li> -</ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> @@ -682,7 +646,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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor getCTColor()</pre> +public CTColor 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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,%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> comments, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment, - com.microsoft.schemas.vml.CTShape 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> comments, + CTComment comment, + CTShape vmlShape)</code> <div class="block">Creates a new XSSFComment, associated with a given low level comment object.</div> </td> @@ -170,11 +170,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> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.vml.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> </td> </tr> <tr class="rowColor"> @@ -272,15 +272,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, com.microsoft.schemas.vml.CTShape)"> +<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, CTComment, CTShape)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XSSFComment</h4> <pre>public XSSFComment(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a> comments, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment, - com.microsoft.schemas.vml.CTShape vmlShape)</pre> + CTComment comment, + CTShape vmlShape)</pre> <div class="block">Creates a new XSSFComment, associated with a given low level comment object.</div> </li> @@ -523,7 +523,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getCTComment</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment getCTComment()</pre> +<pre>protected CTComment getCTComment()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the xml bean holding this comment's properties</dd></dl> </li> </ul> @@ -533,7 +533,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getCTShape</h4> -<pre>protected com.microsoft.schemas.vml.CTShape getCTShape()</pre> +<pre>protected CTShape getCTShape()</pre> </li> </ul> <a name="equals(java.lang.Object)"> 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 cfvo)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(CTCfvo cfvo)</code> </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> </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 XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo cfvo)</pre> +<pre>protected XSSFConditionalFormattingThreshold(CTCfvo 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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo getCTCfvo()</pre> +<pre>protected CTCfvo 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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> drawing, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector 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> drawing, + CTConnector 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> </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 XSSFConnector(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a> drawing, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape)</pre> + CTConnector 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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector prototype()</pre> +<pre>protected static CTConnector 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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector getCTConnector()</pre> +public CTConnector getCTConnector()</pre> </li> </ul> <a name="getShapeType()"> @@ -285,7 +285,7 @@ public org.openxmlformats.schemas.d <ul class="blockListLast"> <li class="blockList"> <h4>getShapeProperties</h4> -<pre>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getShapeProperties()</pre> +<pre>protected CTShapeProperties getShapeProperties()</pre> <div class="block"><strong>Description copied from class: <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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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> 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> constraint, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a> regions, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation ctDataValidation)</code> </td> + CTDataValidation ctDataValidation)</code> </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 XSSFDataValidation(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a> constraint, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a> regions, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation ctDataValidation)</pre> + CTDataValidation 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -145,7 +145,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> </td> </tr> </table> @@ -211,39 +211,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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td> </tr> </table> @@ -302,7 +302,7 @@ implements <a href="../../../../../org/a <ul class="blockListLast"> <li class="blockList"> <h4>dialogsheet</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet dialogsheet</pre> +<pre>protected CTDialogsheet dialogsheet</pre> </li> </ul> </li> @@ -358,7 +358,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeHeaderFooter</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter getSheetTypeHeaderFooter()</pre> +<pre>protected CTHeaderFooter getSheetTypeHeaderFooter()</pre> </li> </ul> <a name="getSheetTypeSheetPr()"> @@ -367,7 +367,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeSheetPr</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr getSheetTypeSheetPr()</pre> +<pre>protected CTSheetPr getSheetTypeSheetPr()</pre> </li> </ul> <a name="getSheetTypeColumnBreaks()"> @@ -376,7 +376,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeColumnBreaks</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getSheetTypeColumnBreaks()</pre> +<pre>protected CTPageBreak getSheetTypeColumnBreaks()</pre> </li> </ul> <a name="getSheetTypeSheetFormatPr()"> @@ -385,7 +385,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeSheetFormatPr</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr getSheetTypeSheetFormatPr()</pre> +<pre>protected CTSheetFormatPr getSheetTypeSheetFormatPr()</pre> </li> </ul> <a name="getSheetTypePageMargins()"> @@ -394,7 +394,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypePageMargins</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins getSheetTypePageMargins()</pre> +<pre>protected CTPageMargins getSheetTypePageMargins()</pre> </li> </ul> <a name="getSheetTypeRowBreaks()"> @@ -403,7 +403,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeRowBreaks</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getSheetTypeRowBreaks()</pre> +<pre>protected CTPageBreak getSheetTypeRowBreaks()</pre> </li> </ul> <a name="getSheetTypeSheetViews()"> @@ -412,7 +412,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeSheetViews</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews getSheetTypeSheetViews()</pre> +<pre>protected CTSheetViews getSheetTypeSheetViews()</pre> </li> </ul> <a name="getSheetTypePrintOptions()"> @@ -421,7 +421,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypePrintOptions</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions getSheetTypePrintOptions()</pre> +<pre>protected CTPrintOptions getSheetTypePrintOptions()</pre> </li> </ul> <a name="getSheetTypeProtection()"> @@ -430,7 +430,7 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getSheetTypeProtection</h4> -<pre>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection getSheetTypeProtection()</pre> +<pre>protected CTSheetProtection 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -288,7 +288,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> @@ -415,7 +415,7 @@ public XSSFDrawing(<a href="../../. <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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing getCTDrawing()</pre> +public CTDrawing 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 headerFooter)</code> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenFooter.html#XSSFEvenFooter(CTHeaderFooter)">XSSFEvenFooter</a></strong>(CTHeaderFooter 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 XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)</pre> +<pre>public XSSFEvenFooter(CTHeaderFooter 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 headerFooter)</code> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenHeader.html#XSSFEvenHeader(CTHeaderFooter)">XSSFEvenHeader</a></strong>(CTHeaderFooter 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 XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)</pre> +<pre>public XSSFEvenHeader(CTHeaderFooter 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 headerFooter)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstFooter.html#XSSFFirstFooter(CTHeaderFooter)">XSSFFirstFooter</a></strong>(CTHeaderFooter 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 XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)</pre> +<pre>protected XSSFFirstFooter(CTHeaderFooter 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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 headerFooter)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstHeader.html#XSSFFirstHeader(CTHeaderFooter)">XSSFFirstHeader</a></strong>(CTHeaderFooter 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 XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)</pre> +<pre>protected XSSFFirstHeader(CTHeaderFooter 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -170,13 +170,13 @@ implements <a href="../../../../../org/a </tr> <tr class="rowColor"> <td class="colFirst"><code> </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 font)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont)">XSSFFont</a></strong>(CTFont font)</code> <div class="block">Create a new XSSFFont</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code> </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 font, +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont,%20int)">XSSFFont</a></strong>(CTFont font, int index)</code> </td> </tr> </table> @@ -226,7 +226,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> @@ -515,24 +515,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 XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font)</pre> +<pre>public XSSFFont(CTFont 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 XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, +<pre>public XSSFFont(CTFont font, int index)</pre> </li> </ul> @@ -561,7 +561,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 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont getCTFont()</pre> +public CTFont 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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016 @@ -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> drawing, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame 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> drawing, + CTGraphicalObjectFrame 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> </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 XSSFGraphicFrame(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a> drawing, - org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame ctGraphicFrame)</pre> + CTGraphicalObjectFrame 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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame getCTGraphicalObjectFrame()</pre> +public CTGraphicalObjectFrame getCTGraphicalObjectFrame()</pre> </li> </ul> <a name="prototype()"> @@ -289,7 +289,7 @@ public org.openxmlformats.schemas.d <ul class="blockList"> <li class="blockList"> <h4>prototype</h4> -<pre>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame prototype()</pre> +<pre>protected static CTGraphicalObjectFrame prototype()</pre> <div class="block">Initialize default structure of a new graphic frame</div> </li> </ul> @@ -385,7 +385,7 @@ public org.openxmlformats.schemas.d <ul class="blockListLast"> <li class="blockList"> <h4>getShapeProperties</h4> -<pre>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getShapeProperties()</pre> +<pre>protected CTShapeProperties getShapeProperties()</pre> <div class="block"><strong>Description copied from class: <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/XSSFHyperlink.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html Wed Sep 21 22:19:54 2016 @@ -139,7 +139,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/XSSFHyperlink.html#XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink,%20org.apache.poi.openxml4j.opc.PackageRelationship)">XSSFHyperlink</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink ctHyperlink, +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#XSSFHyperlink(CTHyperlink,%20org.apache.poi.openxml4j.opc.PackageRelationship)">XSSFHyperlink</a></strong>(CTHyperlink ctHyperlink, <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a> hyperlinkRel)</code> <div class="block">Create a XSSFHyperlink and initialize it from the supplied CTHyperlink bean and package relationship</div> </td> @@ -199,7 +199,7 @@ implements <a href="../../../../../org/a </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink</code></td> +<td class="colFirst"><code>CTHyperlink</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getCTHyperlink()">getCTHyperlink</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -367,13 +367,13 @@ implements <a href="../../../../../org/a <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the type of hyperlink to create</dd></dl> </li> </ul> -<a name="XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink, org.apache.poi.openxml4j.opc.PackageRelationship)"> +<a name="XSSFHyperlink(CTHyperlink, org.apache.poi.openxml4j.opc.PackageRelationship)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFHyperlink</h4> -<pre>protected XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink ctHyperlink, +<pre>protected XSSFHyperlink(CTHyperlink ctHyperlink, <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a> hyperlinkRel)</pre> <div class="block">Create a XSSFHyperlink and initialize it from the supplied CTHyperlink bean and package relationship</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ctHyperlink</code> - the xml bean containing xml properties</dd><dd><code>hyperlinkRel</code> - the relationship in the underlying OPC package which stores the actual link's address</dd></dl> @@ -409,7 +409,7 @@ public XSSFHyperlink(<a href="../.. <li class="blockList"> <h4>getCTHyperlink</h4> <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> -public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink getCTHyperlink()</pre> +public CTHyperlink getCTHyperlink()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTHyperlink object</dd></dl> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
