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/10/23 15:33:52 UTC

svn commit: r1710208 [4/5] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/openxml4j/exceptions/ apidocs/org/apache/poi/openxml4j/exceptions/class-use/ apidocs/org/apache/poi/openxml4...

Modified: poi/site/publish/apidocs/org/apache/poi/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/package-use.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/package-use.html Fri Oct 23 13:33:50 2015
@@ -166,6 +166,22 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.exceptions">org.apache.poi.xdgf.exceptions</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.extractor">org.apache.poi.xdgf.extractor</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.xml">org.apache.poi.xdgf.xml</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -747,6 +763,96 @@
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.exceptions">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/xdgf/exceptions/package-summary.html">org.apache.poi.xdgf.exceptions</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLDocumentPart.html#org.apache.poi.xdgf.exceptions">POIXMLDocumentPart</a>
+<div class="block">Represents an entry of a OOXML package.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLException.html#org.apache.poi.xdgf.exceptions">POIXMLException</a>
+<div class="block">Indicates a generic OOXML error.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.extractor">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/xdgf/extractor/package-summary.html">org.apache.poi.xdgf.extractor</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POITextExtractor.html#org.apache.poi.xdgf.extractor">POITextExtractor</a>
+<div class="block">Common Parent for Text Extractors
+  of POI Documents.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLTextExtractor.html#org.apache.poi.xdgf.extractor">POIXMLTextExtractor</a>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/xdgf/usermodel/package-summary.html">org.apache.poi.xdgf.usermodel</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLDocument.html#org.apache.poi.xdgf.usermodel">POIXMLDocument</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLDocumentPart.html#org.apache.poi.xdgf.usermodel">POIXMLDocumentPart</a>
+<div class="block">Represents an entry of a OOXML package.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLFactory.html#org.apache.poi.xdgf.usermodel">POIXMLFactory</a>
+<div class="block">Defines a factory API that enables sub-classes to create instances of <code>POIXMLDocumentPart</code></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLRelation.html#org.apache.poi.xdgf.usermodel">POIXMLRelation</a>
+<div class="block">Represents a descriptor of a OOXML relation.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.xml">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/xdgf/xml/package-summary.html">org.apache.poi.xdgf.xml</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLDocumentPart.html#org.apache.poi.xdgf.xml">POIXMLDocumentPart</a>
+<div class="block">Represents an entry of a OOXML package.</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xslf.extractor">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html Fri Oct 23 13:33:50 2015
@@ -538,7 +538,7 @@ the order they are declared.</div>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.bouncycastle.asn1.ASN1ObjectIdentifier</code></td>
+<td class="colFirst"><code>ASN1ObjectIdentifier</code></td>
 <td class="colLast"><span class="strong">TSPTimeStampService.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html#mapDigestAlgoToOID(org.apache.poi.poifs.crypt.HashAlgorithm)">mapDigestAlgoToOID</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;digestAlgo)</code>
 <div class="block">Maps the digest algorithm to corresponding OID value.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/SignatureInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/SignatureInfo.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/SignatureInfo.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/SignatureInfo.html Fri Oct 23 13:33:50 2015
@@ -162,9 +162,9 @@ implements <a href="../../../../../../or
  <p>To use SignatureInfo and its sibling classes, you'll need to have the following libs
  in the classpath:</p>
  <ul>
- <li>BouncyCastle bcpkix and bcprov (tested against 1.51)</li>
- <li>Apache Santuario "xmlsec" (tested against 2.0.1)</li>
- <li>and slf4j-api (tested against 1.7.7)</li>
+ <li>BouncyCastle bcpkix and bcprov (tested against 1.53)</li>
+ <li>Apache Santuario "xmlsec" (tested against 2.0.5)</li>
+ <li>and slf4j-api (tested against 1.7.12)</li>
  </ul></div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html Fri Oct 23 13:33:50 2015
@@ -140,7 +140,7 @@ implements <a href="../../../../../../..
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.bouncycastle.asn1.ASN1ObjectIdentifier</code></td>
+<td class="colFirst"><code>ASN1ObjectIdentifier</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.html#mapDigestAlgoToOID(org.apache.poi.poifs.crypt.HashAlgorithm)">mapDigestAlgoToOID</a></strong>(<a href="../../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;digestAlgo)</code>
 <div class="block">Maps the digest algorithm to corresponding OID value.</div>
 </td>
@@ -202,7 +202,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>mapDigestAlgoToOID</h4>
-<pre>public&nbsp;org.bouncycastle.asn1.ASN1ObjectIdentifier&nbsp;mapDigestAlgoToOID(<a href="../../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;digestAlgo)</pre>
+<pre>public&nbsp;ASN1ObjectIdentifier&nbsp;mapDigestAlgoToOID(<a href="../../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;digestAlgo)</pre>
 <div class="block">Maps the digest algorithm to corresponding OID value.</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html Fri Oct 23 13:33:50 2015
@@ -105,9 +105,9 @@
 <br>
 <pre>public enum <span class="strong">RectAlign</span>
 extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/sl/usermodel/RectAlign.html" title="enum in org.apache.poi.sl.usermodel">RectAlign</a>&gt;</pre>
-<div class="block">Specifies possible rectangle alignment types.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><code>STRectAlignment</code>, 
-<a href="../../../../../org/apache/poi/sl/draw/binding/STRectAlignment.html" title="enum in org.apache.poi.sl.draw.binding"><code>STRectAlignment</code></a></dd></dl>
+<div class="block">Specifies possible rectangle alignment types.
+ See org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/sl/draw/binding/STRectAlignment.html" title="enum in org.apache.poi.sl.draw.binding"><code>STRectAlignment</code></a></dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Fri Oct 23 13:33:50 2015
@@ -170,6 +170,14 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel.section">org.apache.poi.xdgf.usermodel.section</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xslf.model">org.apache.poi.xslf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -10082,6 +10090,70 @@
 </tr>
 </tbody>
 </table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a> in <a href="../../../../../org/apache/poi/xdgf/usermodel/package-summary.html">org.apache.poi.xdgf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/poi/xdgf/usermodel/package-summary.html">org.apache.poi.xdgf.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.CellType</code></td>
+<td class="colLast"><span class="strong">XDGFCell.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.MastersType</code></td>
+<td class="colLast"><span class="strong">XDGFMasters.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType</code></td>
+<td class="colLast"><span class="strong">XDGFShape.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.MasterType</code></td>
+<td class="colLast"><span class="strong">XDGFMaster.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType</code></td>
+<td class="colLast"><span class="strong">XDGFDocument.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.StyleSheetType</code></td>
+<td class="colLast"><span class="strong">XDGFStyleSheet.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.PageContentsType</code></td>
+<td class="colLast"><span class="strong">XDGFBaseContents.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.PageType</code></td>
+<td class="colLast"><span class="strong">XDGFPage.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel.section">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a> in <a href="../../../../../org/apache/poi/xdgf/usermodel/section/package-summary.html">org.apache.poi.xdgf.usermodel.section</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/poi/xdgf/usermodel/section/package-summary.html">org.apache.poi.xdgf.usermodel.section</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.SectionType</code></td>
+<td class="colLast"><span class="strong">XDGFSection.</span><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/section/XDGFSection.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xslf.model">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Fri Oct 23 13:33:50 2015
@@ -269,6 +269,14 @@ HSSF concepts.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xdgf.usermodel.section">org.apache.poi.xdgf.usermodel.section</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xslf.model">org.apache.poi.xslf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -1256,6 +1264,42 @@ HSSF concepts.</div>
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../org/apache/poi/util/package-summary.html">org.apache.poi.util</a> used by <a href="../../../../org/apache/poi/xdgf/usermodel/package-summary.html">org.apache.poi.xdgf.usermodel</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.xdgf.usermodel">Internal</a>
+<div class="block">Program elements annotated &#64;Internal are intended for
+ POI internal use only.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel.section">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../org/apache/poi/util/package-summary.html">org.apache.poi.util</a> used by <a href="../../../../org/apache/poi/xdgf/usermodel/section/package-summary.html">org.apache.poi.xdgf.usermodel.section</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.xdgf.usermodel.section">Internal</a>
+<div class="block">Program elements annotated &#64;Internal are intended for
+ POI internal use only.</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xslf.model">

Modified: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html Fri Oct 23 13:33:50 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/poi/xslf/extractor/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-summary.html" target="_top">Frames</a></li>
@@ -111,7 +111,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/poi/xslf/extractor/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-summary.html" target="_top">Frames</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html Fri Oct 23 13:33:50 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/xslf/extractor/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-tree.html" target="_top">Frames</a></li>
@@ -94,7 +94,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/xslf/extractor/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/exceptions/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/wp/usermodel/package-tree.html" target="_top">Frames</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-summary.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-summary.html Fri Oct 23 13:33:50 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/wp/usermodel/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/xml/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/model/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
@@ -101,7 +101,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/wp/usermodel/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/xml/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/model/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-tree.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/extractor/package-tree.html Fri Oct 23 13:33:50 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/wp/usermodel/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/xml/package-tree.html">Prev</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/model/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
@@ -104,7 +104,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/wp/usermodel/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/xml/package-tree.html">Prev</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/model/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">

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=1710208&r1=1710207&r2=1710208&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 Fri Oct 23 13:33:50 2015
@@ -1096,7 +1096,7 @@ public&nbsp;org.openxmlformats.schemas.s
  Note - many cells are actually filled with a foreground
   fill, not a background fill - see <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getFillForegroundColor()"><code>getFillForegroundColor()</code></a>
  </p></div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>XSSFColor - fill color or <code>null</code> if not set</dd><dt><span class="strong">See Also:</span></dt><dd><code>org.apache.poi.xssf.usermodel.XSSFColor#getRgb()</code></dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>XSSFColor - fill color or <code>null</code> if not set</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()"><code>XSSFColor.getRGB()</code></a></dd></dl>
 </li>
 </ul>
 <a name="getFillForegroundColor()">

Modified: poi/site/publish/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-frame.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-frame.html (original)
+++ poi/site/publish/apidocs/overview-frame.html Fri Oct 23 13:33:50 2015
@@ -119,6 +119,16 @@
 <li><a href="org/apache/poi/ss/util/cellwalk/package-frame.html" target="packageFrame">org.apache.poi.ss.util.cellwalk</a></li>
 <li><a href="org/apache/poi/util/package-frame.html" target="packageFrame">org.apache.poi.util</a></li>
 <li><a href="org/apache/poi/wp/usermodel/package-frame.html" target="packageFrame">org.apache.poi.wp.usermodel</a></li>
+<li><a href="org/apache/poi/xdgf/exceptions/package-frame.html" target="packageFrame">org.apache.poi.xdgf.exceptions</a></li>
+<li><a href="org/apache/poi/xdgf/extractor/package-frame.html" target="packageFrame">org.apache.poi.xdgf.extractor</a></li>
+<li><a href="org/apache/poi/xdgf/geom/package-frame.html" target="packageFrame">org.apache.poi.xdgf.geom</a></li>
+<li><a href="org/apache/poi/xdgf/usermodel/package-frame.html" target="packageFrame">org.apache.poi.xdgf.usermodel</a></li>
+<li><a href="org/apache/poi/xdgf/usermodel/section/package-frame.html" target="packageFrame">org.apache.poi.xdgf.usermodel.section</a></li>
+<li><a href="org/apache/poi/xdgf/usermodel/section/geometry/package-frame.html" target="packageFrame">org.apache.poi.xdgf.usermodel.section.geometry</a></li>
+<li><a href="org/apache/poi/xdgf/usermodel/shape/package-frame.html" target="packageFrame">org.apache.poi.xdgf.usermodel.shape</a></li>
+<li><a href="org/apache/poi/xdgf/usermodel/shape/exceptions/package-frame.html" target="packageFrame">org.apache.poi.xdgf.usermodel.shape.exceptions</a></li>
+<li><a href="org/apache/poi/xdgf/util/package-frame.html" target="packageFrame">org.apache.poi.xdgf.util</a></li>
+<li><a href="org/apache/poi/xdgf/xml/package-frame.html" target="packageFrame">org.apache.poi.xdgf.xml</a></li>
 <li><a href="org/apache/poi/xslf/extractor/package-frame.html" target="packageFrame">org.apache.poi.xslf.extractor</a></li>
 <li><a href="org/apache/poi/xslf/model/package-frame.html" target="packageFrame">org.apache.poi.xslf.model</a></li>
 <li><a href="org/apache/poi/xslf/usermodel/package-frame.html" target="packageFrame">org.apache.poi.xslf.usermodel</a></li>

Modified: poi/site/publish/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-summary.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-summary.html (original)
+++ poi/site/publish/apidocs/overview-summary.html Fri Oct 23 13:33:50 2015
@@ -623,6 +623,46 @@ Compound Document Format.</div>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/exceptions/package-summary.html">org.apache.poi.xdgf.exceptions</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/extractor/package-summary.html">org.apache.poi.xdgf.extractor</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/geom/package-summary.html">org.apache.poi.xdgf.geom</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/usermodel/package-summary.html">org.apache.poi.xdgf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/usermodel/section/package-summary.html">org.apache.poi.xdgf.usermodel.section</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/usermodel/section/geometry/package-summary.html">org.apache.poi.xdgf.usermodel.section.geometry</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/usermodel/shape/package-summary.html">org.apache.poi.xdgf.usermodel.shape</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/usermodel/shape/exceptions/package-summary.html">org.apache.poi.xdgf.usermodel.shape.exceptions</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/util/package-summary.html">org.apache.poi.xdgf.util</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/xdgf/xml/package-summary.html">org.apache.poi.xdgf.xml</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xslf/extractor/package-summary.html">org.apache.poi.xslf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Fri Oct 23 13:33:50 2015
@@ -173,6 +173,16 @@
 <li><a href="org/apache/poi/ss/util/cellwalk/package-tree.html">org.apache.poi.ss.util.cellwalk</a>, </li>
 <li><a href="org/apache/poi/util/package-tree.html">org.apache.poi.util</a>, </li>
 <li><a href="org/apache/poi/wp/usermodel/package-tree.html">org.apache.poi.wp.usermodel</a>, </li>
+<li><a href="org/apache/poi/xdgf/exceptions/package-tree.html">org.apache.poi.xdgf.exceptions</a>, </li>
+<li><a href="org/apache/poi/xdgf/extractor/package-tree.html">org.apache.poi.xdgf.extractor</a>, </li>
+<li><a href="org/apache/poi/xdgf/geom/package-tree.html">org.apache.poi.xdgf.geom</a>, </li>
+<li><a href="org/apache/poi/xdgf/usermodel/package-tree.html">org.apache.poi.xdgf.usermodel</a>, </li>
+<li><a href="org/apache/poi/xdgf/usermodel/section/package-tree.html">org.apache.poi.xdgf.usermodel.section</a>, </li>
+<li><a href="org/apache/poi/xdgf/usermodel/section/geometry/package-tree.html">org.apache.poi.xdgf.usermodel.section.geometry</a>, </li>
+<li><a href="org/apache/poi/xdgf/usermodel/shape/package-tree.html">org.apache.poi.xdgf.usermodel.shape</a>, </li>
+<li><a href="org/apache/poi/xdgf/usermodel/shape/exceptions/package-tree.html">org.apache.poi.xdgf.usermodel.shape.exceptions</a>, </li>
+<li><a href="org/apache/poi/xdgf/util/package-tree.html">org.apache.poi.xdgf.util</a>, </li>
+<li><a href="org/apache/poi/xdgf/xml/package-tree.html">org.apache.poi.xdgf.xml</a>, </li>
 <li><a href="org/apache/poi/xslf/extractor/package-tree.html">org.apache.poi.xslf.extractor</a>, </li>
 <li><a href="org/apache/poi/xslf/model/package-tree.html">org.apache.poi.xslf.model</a>, </li>
 <li><a href="org/apache/poi/xslf/usermodel/package-tree.html">org.apache.poi.xslf.usermodel</a>, </li>
@@ -284,6 +294,7 @@
 <li type="circle">org.apache.poi.poifs.crypt.agile.<a href="org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.AgileCertificateEntry.html" title="class in org.apache.poi.poifs.crypt.agile"><span class="strong">AgileEncryptionVerifier.AgileCertificateEntry</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.atp.<a href="org/apache/poi/ss/formula/atp/AnalysisToolPak.html" title="class in org.apache.poi.ss.formula.atp"><span class="strong">AnalysisToolPak</span></a> (implements org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/UDFFinder.html" title="interface in org.apache.poi.ss.formula.udf">UDFFinder</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/ArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">ArcTanExpression</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/Expression.html" title="interface in org.apache.poi.sl.draw.geom">Expression</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/ArcTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">ArcTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/ArcToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">ArcToCommand</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">AreaEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.OffsetArea.html" title="class in org.apache.poi.ss.formula.ptg"><span class="strong">AreaI.OffsetArea</span></a> (implements org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a>)</li>
@@ -441,6 +452,7 @@
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/Colorref.html" title="class in org.apache.poi.hwpf.model"><span class="strong">Colorref</span></a> (implements java.lang.Cloneable)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Column</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</a>)</li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">ColumnHelper</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.<a href="org/apache/poi/xdgf/usermodel/section/CombinedIterable.html" title="class in org.apache.poi.xdgf.usermodel.section"><span class="strong">CombinedIterable</span></a>&lt;T&gt; (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.extractor.<a href="org/apache/poi/extractor/CommandLineTextExtractor.html" title="class in org.apache.poi.extractor"><span class="strong">CommandLineTextExtractor</span></a></li>
 <li type="circle">org.apache.poi.hslf.model.<a href="org/apache/poi/hslf/model/Comment.html" title="class in org.apache.poi.hslf.model"><span class="strong">Comment</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ComparisonOperator.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ComparisonOperator</span></a></li>
@@ -590,6 +602,11 @@
 <li type="circle">org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/DefaultUDFFinder.html" title="class in org.apache.poi.ss.formula.udf"><span class="strong">DefaultUDFFinder</span></a> (implements org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/UDFFinder.html" title="interface in org.apache.poi.ss.formula.udf">UDFFinder</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/DGet.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">DGet</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/IDStarAlgorithm.html" title="interface in org.apache.poi.ss.formula.functions">IDStarAlgorithm</a>)</li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.<a href="org/apache/poi/poifs/crypt/dsig/DigestInfo.html" title="class in org.apache.poi.poifs.crypt.dsig"><span class="strong">DigestInfo</span></a> (implements java.io.Serializable)</li>
+<li type="circle">java.awt.geom.Dimension2D (implements java.lang.Cloneable)
+<ul>
+<li type="circle">org.apache.poi.xdgf.geom.<a href="org/apache/poi/xdgf/geom/Dimension2dDouble.html" title="class in org.apache.poi.xdgf.geom"><span class="strong">Dimension2dDouble</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.poifs.property.<a href="org/apache/poi/poifs/property/DirectoryProperty.PropertyComparator.html" title="class in org.apache.poi.poifs.property"><span class="strong">DirectoryProperty.PropertyComparator</span></a> (implements java.util.Comparator&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/DMin.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">DMin</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/IDStarAlgorithm.html" title="interface in org.apache.poi.ss.formula.functions">IDStarAlgorithm</a>)</li>
 <li type="circle">org.apache.poi.hslf.record.<a href="org/apache/poi/hslf/record/DocumentAtom.SlideSize.html" title="class in org.apache.poi.hslf.record"><span class="strong">DocumentAtom.SlideSize</span></a></li>
@@ -653,6 +670,8 @@
 <li type="circle">org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/DVConstraint.FormulaPair.html" title="class in org.apache.poi.hssf.usermodel"><span class="strong">DVConstraint.FormulaPair</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/EDate.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">EDate</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
 <li type="circle">org.apache.poi.hssf.dev.<a href="org/apache/poi/hssf/dev/EFBiffViewer.html" title="class in org.apache.poi.hssf.dev"><span class="strong">EFBiffViewer</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/Ellipse.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">Ellipse</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/EllipticalArcTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">EllipticalArcTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.hslf.blip.<a href="org/apache/poi/hslf/blip/EMF.NativeHeader.html" title="class in org.apache.poi.hslf.blip"><span class="strong">EMF.NativeHeader</span></a></li>
 <li type="circle">org.apache.poi.poifs.crypt.<a href="org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt"><span class="strong">EncryptionHeader</span></a>
 <ul>
@@ -950,6 +969,7 @@
 <li type="circle">org.apache.poi.ss.formula.function.<a href="org/apache/poi/ss/formula/function/FunctionMetadata.html" title="class in org.apache.poi.ss.formula.function"><span class="strong">FunctionMetadata</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.function.<a href="org/apache/poi/ss/formula/function/FunctionMetadataRegistry.html" title="class in org.apache.poi.ss.formula.function"><span class="strong">FunctionMetadataRegistry</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/FunctionNameEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">FunctionNameEval</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRowFactory.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">GeometryRowFactory</span></a></li>
 <li type="circle">java.awt.Graphics
 <ul>
 <li type="circle">org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/EscherGraphics.html" title="class in org.apache.poi.hssf.usermodel"><span class="strong">EscherGraphics</span></a></li>
@@ -980,6 +1000,7 @@
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/HeaderStories.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">HeaderStories</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/HexDump.html" title="class in org.apache.poi.util"><span class="strong">HexDump</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/HexRead.html" title="class in org.apache.poi.util"><span class="strong">HexRead</span></a></li>
+<li type="circle">org.apache.poi.xdgf.util.<a href="org/apache/poi/xdgf/util/HierarchyPrinter.html" title="class in org.apache.poi.xdgf.util"><span class="strong">HierarchyPrinter</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Hlookup.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Hlookup</span></a></li>
 <li type="circle">org.apache.poi.hmef.extractor.<a href="org/apache/poi/hmef/extractor/HMEFContentsExtractor.html" title="class in org.apache.poi.hmef.extractor"><span class="strong">HMEFContentsExtractor</span></a></li>
 <li type="circle">org.apache.poi.hmef.dev.<a href="org/apache/poi/hmef/dev/HMEFDumper.html" title="class in org.apache.poi.hmef.dev"><span class="strong">HMEFDumper</span></a></li>
@@ -1213,6 +1234,7 @@
 <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="org/apache/poi/hslf/model/textproperties/IndentProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">IndentProp</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Index.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Index</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function2Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function2Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function3Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function3Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function4Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function4Arg</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Indirect.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Indirect</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/InfiniteLine.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">InfiniteLine</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">java.io.InputStream (implements java.io.Closeable)
 <ul>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/BlockingInputStream.html" title="class in org.apache.poi.util"><span class="strong">BlockingInputStream</span></a></li>
@@ -1265,6 +1287,7 @@
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/LFOData.html" title="class in org.apache.poi.hwpf.model"><span class="strong">LFOData</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/LFOLVLBaseAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="strong">LFOLVLBaseAbstractType</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/LineSpacingDescriptor.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">LineSpacingDescriptor</span></a> (implements java.lang.Cloneable)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/LineTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">LineTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/LineToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">LineToCommand</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a>)</li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/ListData.html" title="class in org.apache.poi.hwpf.model"><span class="strong">ListData</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/ListFormatOverrideLevel.html" title="class in org.apache.poi.hwpf.model"><span class="strong">ListFormatOverrideLevel</span></a></li>
@@ -1301,6 +1324,7 @@
 <li type="circle">org.apache.poi.hssf.eventusermodel.<a href="org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.html" title="class in org.apache.poi.hssf.eventusermodel"><span class="strong">MissingRecordAwareHSSFListener</span></a> (implements org.apache.poi.hssf.eventusermodel.<a href="org/apache/poi/hssf/eventusermodel/HSSFListener.html" title="interface in org.apache.poi.hssf.eventusermodel">HSSFListener</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Mode.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Mode</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/ModExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">ModExpression</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/Expression.html" title="interface in org.apache.poi.sl.draw.geom">Expression</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/MoveTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">MoveTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/MoveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">MoveToCommand</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MultiOperandNumericFunction</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)
 <ul>
@@ -1333,7 +1357,9 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.xssf.util.<a href="org/apache/poi/xssf/util/NumericRanges.html" title="class in org.apache.poi.xssf.util"><span class="strong">NumericRanges</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">NURBSTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.binding.<a href="org/apache/poi/sl/draw/binding/ObjectFactory.html" title="class in org.apache.poi.sl.draw.binding"><span class="strong">ObjectFactory</span></a></li>
+<li type="circle">org.apache.poi.xdgf.util.<a href="org/apache/poi/xdgf/util/ObjectFactory.html" title="class in org.apache.poi.xdgf.util"><span class="strong">ObjectFactory</span></a>&lt;T,X&gt;</li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/ObjectPoolImpl.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">ObjectPoolImpl</span></a> (implements org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/ObjectsPool.html" title="interface in org.apache.poi.hwpf.usermodel">ObjectsPool</a>)</li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/OfficeDrawingsImpl.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">OfficeDrawingsImpl</span></a> (implements org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/OfficeDrawings.html" title="interface in org.apache.poi.hwpf.usermodel">OfficeDrawings</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Offset.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Offset</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
@@ -1500,6 +1526,7 @@
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi"><span class="strong">POIXMLTextExtractor</span></a>
 <ul>
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLPropertiesTextExtractor.html" title="class in org.apache.poi"><span class="strong">POIXMLPropertiesTextExtractor</span></a></li>
+<li type="circle">org.apache.poi.xdgf.extractor.<a href="org/apache/poi/xdgf/extractor/XDGFVisioExtractor.html" title="class in org.apache.poi.xdgf.extractor"><span class="strong">XDGFVisioExtractor</span></a></li>
 <li type="circle">org.apache.poi.xslf.extractor.<a href="org/apache/poi/xslf/extractor/XSLFPowerPointExtractor.html" title="class in org.apache.poi.xslf.extractor"><span class="strong">XSLFPowerPointExtractor</span></a></li>
 <li type="circle">org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">XSSFEventBasedExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li>
 <li type="circle">org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFExcelExtractor.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">XSSFExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li>
@@ -1517,6 +1544,7 @@
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi"><span class="strong">POIXMLDocument</span></a> (implements java.io.Closeable)
 <ul>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XMLSlideShow</span></a> (implements org.apache.poi.sl.usermodel.<a href="org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;S,P&gt;)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XmlVisioDocument.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XmlVisioDocument</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideShow</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFWorkbook</span></a> (implements org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>)</li>
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFDocument</span></a> (implements org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/Document.html" title="interface in org.apache.poi.xwpf.usermodel">Document</a>, org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>)</li>
@@ -1526,6 +1554,18 @@
 <li type="circle">org.apache.poi.xssf.model.<a href="org/apache/poi/xssf/model/SingleXmlCells.html" title="class in org.apache.poi.xssf.model"><span class="strong">SingleXmlCells</span></a></li>
 <li type="circle">org.apache.poi.xssf.model.<a href="org/apache/poi/xssf/model/StylesTable.html" title="class in org.apache.poi.xssf.model"><span class="strong">StylesTable</span></a></li>
 <li type="circle">org.apache.poi.xssf.model.<a href="org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model"><span class="strong">ThemesTable</span></a></li>
+<li type="circle">org.apache.poi.xdgf.xml.<a href="org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html" title="class in org.apache.poi.xdgf.xml"><span class="strong">XDGFXMLDocumentPart</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFBaseContents</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFMasterContents</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFPageContents</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFMasters.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFMasters</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFPages</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFChart.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFChart</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFCommentAuthors</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFComments.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFComments</span></a></li>
@@ -1572,6 +1612,7 @@
 </li>
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLFactory.html" title="class in org.apache.poi"><span class="strong">POIXMLFactory</span></a>
 <ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFFactory.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFFactory</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFFactory.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFFactory</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFFactory.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFFactory</span></a></li>
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFFactory.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFFactory</span></a></li>
@@ -1583,11 +1624,13 @@
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLProperties.ExtendedProperties.html" title="class in org.apache.poi"><span class="strong">POIXMLProperties.ExtendedProperties</span></a></li>
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLRelation.html" title="class in org.apache.poi"><span class="strong">POIXMLRelation</span></a>
 <ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFRelation.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFRelation</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFRelation.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFRelation</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFRelation.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFRelation</span></a></li>
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFRelation.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFRelation</span></a></li>
 </ul>
 </li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/PolyLineTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">PolyLineTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/PositionInParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">PositionInParagraph</span></a></li>
 <li type="circle">org.apache.poi.hslf.dev.<a href="org/apache/poi/hslf/dev/PPDrawingTextListing.html" title="class in org.apache.poi.hslf.dev"><span class="strong">PPDrawingTextListing</span></a></li>
 <li type="circle">org.apache.poi.hslf.model.<a href="org/apache/poi/hslf/model/PPFont.html" title="class in org.apache.poi.hslf.model"><span class="strong">PPFont</span></a></li>
@@ -2153,6 +2196,11 @@
 </li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">RegionUtil</span></a></li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/RelationshipTransformService.RelationshipTransformParameterSpec.html" title="class in org.apache.poi.poifs.crypt.dsig.services"><span class="strong">RelationshipTransformService.RelationshipTransformParameterSpec</span></a> (implements javax.xml.crypto.dsig.spec.TransformParameterSpec)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelCubBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelCubBezTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelEllipticalArcTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelEllipticalArcTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelLineTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelLineTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelMoveTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelMoveTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelQuadBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelQuadBezTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">java.awt.RenderingHints.Key
 <ul>
 <li type="circle">org.apache.poi.sl.draw.<a href="org/apache/poi/sl/draw/Drawable.DrawableHint.html" title="class in org.apache.poi.sl.draw"><span class="strong">Drawable.DrawableHint</span></a></li>
@@ -2187,8 +2235,20 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Shape.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">Shape</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeDataAcceptor.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeDataAcceptor</span></a> (implements org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeVisitorAcceptor.html" title="interface in org.apache.poi.xdgf.usermodel.shape">ShapeVisitorAcceptor</a>)</li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/ShapesTable.html" title="class in org.apache.poi.hwpf.model"><span class="strong">ShapesTable</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeTextVisitor.TextAcceptor.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeTextVisitor.TextAcceptor</span></a> (implements org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeVisitorAcceptor.html" title="interface in org.apache.poi.xdgf.usermodel.shape">ShapeVisitorAcceptor</a>)</li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ShapeTypes.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ShapeTypes</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeVisitor.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeVisitor</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeRenderer.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeRenderer</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeDebuggerRenderer.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeDebuggerRenderer</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeTextVisitor.html" title="class in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeTextVisitor</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula"><span class="strong">SharedFormula</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.aggregates.<a href="org/apache/poi/hssf/record/aggregates/SharedValueManager.html" title="class in org.apache.poi.hssf.record.aggregates"><span class="strong">SharedValueManager</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/SHD80AbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="strong">SHD80AbstractType</span></a>
@@ -2251,6 +2311,10 @@
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/SmallBlockTableWriter.html" title="class in org.apache.poi.poifs.storage"><span class="strong">SmallBlockTableWriter</span></a> (implements org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/BATManaged.html" title="interface in org.apache.poi.poifs.filesystem">BATManaged</a>, org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/BlockWritable.html" title="interface in org.apache.poi.poifs.storage">BlockWritable</a>)</li>
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/SmallDocumentBlock.html" title="class in org.apache.poi.poifs.storage"><span class="strong">SmallDocumentBlock</span></a> (implements org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/BlockWritable.html" title="interface in org.apache.poi.poifs.storage">BlockWritable</a>, org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/ListManagedBlock.html" title="interface in org.apache.poi.poifs.storage">ListManagedBlock</a>)</li>
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/SmallDocumentBlockList.html" title="class in org.apache.poi.poifs.storage"><span class="strong">SmallDocumentBlockList</span></a></li>
+<li type="circle">org.apache.poi.xdgf.geom.<a href="org/apache/poi/xdgf/geom/SplineCollector.html" title="class in org.apache.poi.xdgf.geom"><span class="strong">SplineCollector</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">SplineKnot</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
+<li type="circle">org.apache.poi.xdgf.geom.<a href="org/apache/poi/xdgf/geom/SplineRenderer.html" title="class in org.apache.poi.xdgf.geom"><span class="strong">SplineRenderer</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">SplineStart</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.hwpf.sprm.<a href="org/apache/poi/hwpf/sprm/SprmBuffer.html" title="class in org.apache.poi.hwpf.sprm"><span class="strong">SprmBuffer</span></a> (implements java.lang.Cloneable)</li>
 <li type="circle">org.apache.poi.hwpf.sprm.<a href="org/apache/poi/hwpf/sprm/SprmIterator.html" title="class in org.apache.poi.hwpf.sprm"><span class="strong">SprmIterator</span></a></li>
 <li type="circle">org.apache.poi.hwpf.sprm.<a href="org/apache/poi/hwpf/sprm/SprmOperation.html" title="class in org.apache.poi.hwpf.sprm"><span class="strong">SprmOperation</span></a></li>
@@ -2488,6 +2552,8 @@
 </li>
 </ul>
 </li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.exceptions.<a href="org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html" title="class in org.apache.poi.xdgf.usermodel.shape.exceptions"><span class="strong">StopVisiting</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.exceptions.<a href="org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html" title="class in org.apache.poi.xdgf.usermodel.shape.exceptions"><span class="strong">StopVisitingThisBranch</span></a></li>
 </ul>
 </li>
 </ul>
@@ -2533,6 +2599,7 @@
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/UPX.html" title="class in org.apache.poi.hwpf.model"><span class="strong">UPX</span></a></li>
 <li type="circle">org.apache.poi.hslf.dev.<a href="org/apache/poi/hslf/dev/UserEditAndPersistListing.html" title="class in org.apache.poi.hslf.dev"><span class="strong">UserEditAndPersistListing</span></a></li>
 <li type="circle">org.apache.poi.hpsf.<a href="org/apache/poi/hpsf/Util.html" title="class in org.apache.poi.hpsf"><span class="strong">Util</span></a></li>
+<li type="circle">org.apache.poi.xdgf.util.<a href="org/apache/poi/xdgf/util/Util.html" title="class in org.apache.poi.xdgf.util"><span class="strong">Util</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.aggregates.<a href="org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html" title="class in org.apache.poi.hssf.record.aggregates"><span class="strong">ValueRecordsAggregate</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.hpsf.<a href="org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><span class="strong">Variant</span></a>
 <ul>
@@ -2541,6 +2608,7 @@
 </li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Vlookup.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Vlookup</span></a></li>
 <li type="circle">org.apache.poi.hdgf.dev.<a href="org/apache/poi/hdgf/dev/VSDDumper.html" title="class in org.apache.poi.hdgf.dev"><span class="strong">VSDDumper</span></a></li>
+<li type="circle">org.apache.poi.xdgf.util.<a href="org/apache/poi/xdgf/util/VsdxToPng.html" title="class in org.apache.poi.xdgf.util"><span class="strong">VsdxToPng</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/WeekdayFunc.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">WeekdayFunc</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
 <li type="circle">org.apache.poi.hslf.blip.<a href="org/apache/poi/hslf/blip/WMF.NativeHeader.html" title="class in org.apache.poi.hslf.blip"><span class="strong">WMF.NativeHeader</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula"><span class="strong">WorkbookEvaluator</span></a></li>
@@ -2548,6 +2616,27 @@
 <li type="circle">org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model"><span class="strong">WorkbookRecordList</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/WorkbookUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">WorkbookUtil</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.atp.<a href="org/apache/poi/ss/formula/atp/WorkdayCalculator.html" title="class in org.apache.poi.ss.formula.atp"><span class="strong">WorkdayCalculator</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFCell</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFConnection</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFDocument</span></a></li>
+<li type="circle">org.apache.poi.xdgf.exceptions.<a href="org/apache/poi/xdgf/exceptions/XDGFException.html" title="class in org.apache.poi.xdgf.exceptions"><span class="strong">XDGFException</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFMaster.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFMaster</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFPage.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFPage</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.<a href="org/apache/poi/xdgf/usermodel/section/XDGFSection.html" title="class in org.apache.poi.xdgf.usermodel.section"><span class="strong">XDGFSection</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.<a href="org/apache/poi/xdgf/usermodel/section/CharacterSection.html" title="class in org.apache.poi.xdgf.usermodel.section"><span class="strong">CharacterSection</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.<a href="org/apache/poi/xdgf/usermodel/section/GenericSection.html" title="class in org.apache.poi.xdgf.usermodel.section"><span class="strong">GenericSection</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.<a href="org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section"><span class="strong">GeometrySection</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFSheet</span></a>
+<ul>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFPageSheet.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFPageSheet</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFShape</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFStyleSheet</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.poi.xdgf.usermodel.<a href="org/apache/poi/xdgf/usermodel/XDGFText.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">XDGFText</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/XMLHelper.html" title="class in org.apache.poi.util"><span class="strong">XMLHelper</span></a></li>
 <li type="circle">org.apache.poi.xwpf.model.<a href="org/apache/poi/xwpf/model/XMLParagraph.html" title="class in org.apache.poi.xwpf.model"><span class="strong">XMLParagraph</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/XmlSort.html" title="class in org.apache.poi.util"><span class="strong">XmlSort</span></a></li>
@@ -2839,6 +2928,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common"><span class="strong">FutureRecord</span></a></li>
+<li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">GeometryRow</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/HDFType.html" title="interface in org.apache.poi.hwpf.model"><span class="strong">HDFType</span></a></li>
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/HeaderBlockConstants.html" title="interface in org.apache.poi.poifs.storage"><span class="strong">HeaderBlockConstants</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/HeaderFooter.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">HeaderFooter</span></a>
@@ -3190,6 +3280,7 @@
 </li>
 </ul>
 </li>
+<li type="circle">org.apache.poi.xdgf.usermodel.shape.<a href="org/apache/poi/xdgf/usermodel/shape/ShapeVisitorAcceptor.html" title="interface in org.apache.poi.xdgf.usermodel.shape"><span class="strong">ShapeVisitorAcceptor</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/SharedFeature.html" title="interface in org.apache.poi.hssf.record.common"><span class="strong">SharedFeature</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/SheetConditionalFormatting.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">SheetConditionalFormatting</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/SheetRange.html" title="interface in org.apache.poi.ss.formula"><span class="strong">SheetRange</span></a>

Modified: poi/site/publish/apidocs/package-list
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/package-list?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/package-list (original)
+++ poi/site/publish/apidocs/package-list Fri Oct 23 13:33:50 2015
@@ -107,6 +107,16 @@ org.apache.poi.ss.util
 org.apache.poi.ss.util.cellwalk
 org.apache.poi.util
 org.apache.poi.wp.usermodel
+org.apache.poi.xdgf.exceptions
+org.apache.poi.xdgf.extractor
+org.apache.poi.xdgf.geom
+org.apache.poi.xdgf.usermodel
+org.apache.poi.xdgf.usermodel.section
+org.apache.poi.xdgf.usermodel.section.geometry
+org.apache.poi.xdgf.usermodel.shape
+org.apache.poi.xdgf.usermodel.shape.exceptions
+org.apache.poi.xdgf.util
+org.apache.poi.xdgf.xml
 org.apache.poi.xslf.extractor
 org.apache.poi.xslf.model
 org.apache.poi.xslf.usermodel

Modified: poi/site/publish/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/serialized-form.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/apidocs/serialized-form.html (original)
+++ poi/site/publish/apidocs/serialized-form.html Fri Oct 23 13:33:50 2015
@@ -777,6 +777,29 @@
 </ul>
 </li>
 <li class="blockList">
+<h2 title="Package">Package&nbsp;org.apache.poi.xdgf.usermodel.shape.exceptions</h2>
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting">
+<!--   -->
+</a>
+<h3>Class <a href="org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html" title="class in org.apache.poi.xdgf.usermodel.shape.exceptions">org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting</a> extends java.lang.RuntimeException implements Serializable</h3>
+<dl class="nameValue">
+<dt>serialVersionUID:</dt>
+<dd>-4651207777092840750L</dd>
+</dl>
+</li>
+<li class="blockList"><a name="org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch">
+<!--   -->
+</a>
+<h3>Class <a href="org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html" title="class in org.apache.poi.xdgf.usermodel.shape.exceptions">org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch</a> extends java.lang.RuntimeException implements Serializable</h3>
+<dl class="nameValue">
+<dt>serialVersionUID:</dt>
+<dd>5262319077534717862L</dd>
+</dl>
+</li>
+</ul>
+</li>
+<li class="blockList">
 <h2 title="Package">Package&nbsp;org.apache.poi.xssf</h2>
 <ul class="blockList">
 <li class="blockList"><a name="org.apache.poi.xssf.XLSBUnsupportedException">

Modified: poi/site/publish/casestudies.html
URL: http://svn.apache.org/viewvc/poi/site/publish/casestudies.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/casestudies.html (original)
+++ poi/site/publish/casestudies.html Fri Oct 23 13:33:50 2015
@@ -677,7 +677,7 @@ format,
 <td colspan="2">
 <div align="center">
 <div class="copyright">
-              Copyright &copy; 2002-2014&nbsp;The Apache Software Foundation. All rights reserved.<br>
+              Copyright &copy; 2002-2015&nbsp;The Apache Software Foundation. All rights reserved.<br>
               Apache POI, POI, Apache, the Apache feather logo, and the Apache 
               POI project logo are trademarks of The Apache Software Foundation.
             </div>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Fri Oct 23 13:33:50 2015
@@ -5524,7 +5524,7 @@ if (VERSION > 3) {
 <td colspan="2">
 <div align="center">
 <div class="copyright">
-              Copyright &copy; 2002-2014&nbsp;The Apache Software Foundation. All rights reserved.<br>
+              Copyright &copy; 2002-2015&nbsp;The Apache Software Foundation. All rights reserved.<br>
               Apache POI, POI, Apache, the Apache feather logo, and the Apache 
               POI project logo are trademarks of The Apache Software Foundation.
             </div>

Modified: poi/site/publish/document/docoverview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/document/docoverview.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/document/docoverview.html (original)
+++ poi/site/publish/document/docoverview.html Fri Oct 23 13:33:50 2015
@@ -279,7 +279,7 @@ if (VERSION > 3) {
 <td colspan="2">
 <div align="center">
 <div class="copyright">
-              Copyright &copy; 2002-2014&nbsp;The Apache Software Foundation. All rights reserved.<br>
+              Copyright &copy; 2002-2015&nbsp;The Apache Software Foundation. All rights reserved.<br>
               Apache POI, POI, Apache, the Apache feather logo, and the Apache 
               POI project logo are trademarks of The Apache Software Foundation.
             </div>

Modified: poi/site/publish/document/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/document/index.html?rev=1710208&r1=1710207&r2=1710208&view=diff
==============================================================================
--- poi/site/publish/document/index.html (original)
+++ poi/site/publish/document/index.html Fri Oct 23 13:33:50 2015
@@ -367,7 +367,7 @@ if (VERSION > 3) {
 <td colspan="2">
 <div align="center">
 <div class="copyright">
-              Copyright &copy; 2002-2014&nbsp;The Apache Software Foundation. All rights reserved.<br>
+              Copyright &copy; 2002-2015&nbsp;The Apache Software Foundation. All rights reserved.<br>
               Apache POI, POI, Apache, the Apache feather logo, and the Apache 
               POI project logo are trademarks of The Apache Software Foundation.
             </div>




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