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/25 01:40:59 UTC

svn commit: r1710405 [3/20] - in /poi/site/publish/apidocs/org/apache/poi/xdgf: ./ exceptions/ exceptions/class-use/ extractor/ extractor/class-use/ geom/ geom/class-use/ usermodel/ usermodel/class-use/ usermodel/section/ usermodel/section/class-use/ u...

Added: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,527 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFBaseContents (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="XDGFBaseContents (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFBaseContents.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" target="_top">Frames</a></li>
+<li><a href="XDGFBaseContents.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.xdgf.usermodel</div>
+<h2 title="Class XDGFBaseContents" class="title">Class XDGFBaseContents</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">org.apache.poi.POIXMLDocumentPart</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html" title="class in org.apache.poi.xdgf.xml">org.apache.poi.xdgf.xml.XDGFXMLDocumentPart</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFBaseContents</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">XDGFBaseContents</span>
+extends <a href="../../../../../org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html" title="class in org.apache.poi.xdgf.xml">XDGFXMLDocumentPart</a></pre>
+<div class="block">Container of shapes for a page in a Visio diagram. Shapes are not
+ necessarily literal shapes in the diagram, but is the term that is
+ used to describe the basic elements that make up a Visio diagram.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel">XDGFConnection</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_connections">_connections</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.PageContentsType</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_pageContents">_pageContents</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Map&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_shapes">_shapes</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_toplevelShapes">_toplevelShapes</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.xdgf.xml.XDGFXMLDocumentPart">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.xdgf.xml.<a href="../../../../../org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html" title="class in org.apache.poi.xdgf.xml">XDGFXMLDocumentPart</a></h3>
+<code><a href="../../../../../org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html#_document">_document</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#XDGFBaseContents(org.apache.poi.openxml4j.opc.PackagePart,%20org.apache.poi.openxml4j.opc.PackageRelationship,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFBaseContents</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part,
+                <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a>&nbsp;rel,
+                <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a>&nbsp;document)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</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>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#addToShapeIndex(org.apache.poi.xdgf.usermodel.XDGFShape)">addToShapeIndex</a></strong>(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;shape)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#draw(java.awt.Graphics2D)">draw</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>
+<div class="block">Draws the contents of a page onto a Graphics2D object</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel">XDGFConnection</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getConnections()">getConnections</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getShapeById(long)">getShapeById</a></strong>(long&nbsp;id)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getShapes()">getShapes</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.Map&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getShapesMap()">getShapesMap</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getTopLevelShapes()">getTopLevelShapes</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.PageContentsType</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#onDocumentRead()">onDocumentRead</a></strong>()</code>
+<div class="block">Fired when a package part is read</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#toString()">toString</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor)">visitShapes</a></strong>(<a href="../../../../../org/apache/poi/xdgf/usermodel/shape/ShapeVisitor.html" title="class in org.apache.poi.xdgf.usermodel.shape">ShapeVisitor</a>&nbsp;visitor)</code>
+<div class="block">Provides iteration over the shapes using the visitor pattern, and provides
+ an easy way to convert shape coordinates into global coordinates</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#addRelation(java.lang.String,%20org.apache.poi.POIXMLDocumentPart)">addRelation</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#commit()">commit</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory,%20int)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory,%20int,%20boolean)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getPackagePart()">getPackagePart</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getPackageRelationship()">getPackageRelationship</a>, <a hr
 ef="../../../../../org/apache/poi/POIXMLDocumentPart.html#getParent()">getParent</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationById(java.lang.String)">getRelationById</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId(org.apache.poi.POIXMLDocumentPart)">getRelationId</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelations()">getRelations</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getTargetPart(org.apache.poi.openxml4j.opc.PackageRelationship)">getTargetPart</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentCreate()">onDocumentCreate</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRemove()">onDocumentRemove</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onSave(java.util.Set)">onSave</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#prepareForCommit()">prepareForCommit</a>, <a 
 href="../../../../../org/apache/poi/POIXMLDocumentPart.html#read(org.apache.poi.POIXMLFactory,%20java.util.Map)">read</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#rebase(org.apache.poi.openxml4j.opc.OPCPackage)">rebase</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation(org.apache.poi.POIXMLDocumentPart)">removeRelation</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation(org.apache.poi.POIXMLDocumentPart,%20boolean)">removeRelation</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="_pageContents">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_pageContents</h4>
+<pre>protected&nbsp;com.microsoft.schemas.office.visio.x2012.main.PageContentsType _pageContents</pre>
+</li>
+</ul>
+<a name="_toplevelShapes">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_toplevelShapes</h4>
+<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt; _toplevelShapes</pre>
+</li>
+</ul>
+<a name="_shapes">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_shapes</h4>
+<pre>protected&nbsp;java.util.Map&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt; _shapes</pre>
+</li>
+</ul>
+<a name="_connections">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>_connections</h4>
+<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel">XDGFConnection</a>&gt; _connections</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDGFBaseContents(org.apache.poi.openxml4j.opc.PackagePart, org.apache.poi.openxml4j.opc.PackageRelationship, org.apache.poi.xdgf.usermodel.XDGFDocument)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFBaseContents</h4>
+<pre>public&nbsp;XDGFBaseContents(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part,
+                <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a>&nbsp;rel,
+                <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a>&nbsp;document)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getXmlObject()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getXmlObject</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;com.microsoft.schemas.office.visio.x2012.main.PageContentsType&nbsp;getXmlObject()</pre>
+</li>
+</ul>
+<a name="onDocumentRead()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>onDocumentRead</h4>
+<pre>protected&nbsp;void&nbsp;onDocumentRead()</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead()">POIXMLDocumentPart</a></code></strong></div>
+<div class="block">Fired when a package part is read</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead()">onDocumentRead</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="addToShapeIndex(org.apache.poi.xdgf.usermodel.XDGFShape)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addToShapeIndex</h4>
+<pre>protected&nbsp;void&nbsp;addToShapeIndex(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;shape)</pre>
+</li>
+</ul>
+<a name="draw(java.awt.Graphics2D)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>draw</h4>
+<pre>public&nbsp;void&nbsp;draw(java.awt.Graphics2D&nbsp;graphics)</pre>
+<div class="block">Draws the contents of a page onto a Graphics2D object</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>graphics</code> - </dd></dl>
+</li>
+</ul>
+<a name="getShapeById(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapeById</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getShapeById(long&nbsp;id)</pre>
+</li>
+</ul>
+<a name="getShapesMap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapesMap</h4>
+<pre>public&nbsp;java.util.Map&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;&nbsp;getShapesMap()</pre>
+</li>
+</ul>
+<a name="getShapes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapes</h4>
+<pre>public&nbsp;java.util.Collection&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;&nbsp;getShapes()</pre>
+</li>
+</ul>
+<a name="getTopLevelShapes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTopLevelShapes</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&gt;&nbsp;getTopLevelShapes()</pre>
+</li>
+</ul>
+<a name="getConnections()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnections</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel">XDGFConnection</a>&gt;&nbsp;getConnections()</pre>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>visitShapes</h4>
+<pre>public&nbsp;void&nbsp;visitShapes(<a href="../../../../../org/apache/poi/xdgf/usermodel/shape/ShapeVisitor.html" title="class in org.apache.poi.xdgf.usermodel.shape">ShapeVisitor</a>&nbsp;visitor)</pre>
+<div class="block">Provides iteration over the shapes using the visitor pattern, and provides
+ an easy way to convert shape coordinates into global coordinates</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFBaseContents.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" target="_top">Frames</a></li>
+<li><a href="XDGFBaseContents.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,434 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFCell (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="XDGFCell (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFCell.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFCell.html" target="_top">Frames</a></li>
+<li><a href="XDGFCell.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.xdgf.usermodel</div>
+<h2 title="Class XDGFCell" class="title">Class XDGFCell</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFCell</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">XDGFCell</span>
+extends java.lang.Object</pre>
+<div class="block">There are a lot of different cell types. Cell is really just an attribute of
+ the thing that it's attached to. Will probably refactor this once I figure
+ out a better way to use them
+
+ The various attributes of a Cell are constrained, and are better defined in
+ the XSD 1.1 visio schema
+ 
+ Values of a cell are often the result of a formula computation. Luckily for
+ you, Visio seems to always write the result to the document file, so unless
+ the values change we don't need to recompute the values.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType)">XDGFCell</a></strong>(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</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>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getError()">getError</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getFormula()">getFormula</a></strong>()</code>
+<div class="block">Represents the element's formula.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getName()">getName</a></strong>()</code>
+<div class="block">Represents the name of the ShapeSheet cell.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getValue()">getValue</a></strong>()</code>
+<div class="block">Represents the value of the cell.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.CellType</code></td>
+<td class="colLast"><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>static java.lang.Boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#maybeGetBoolean(java.util.Map,%20java.lang.String)">maybeGetBoolean</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+               java.lang.String&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#maybeGetDouble(java.util.Map,%20java.lang.String)">maybeGetDouble</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+              java.lang.String&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.Integer</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#maybeGetInteger(java.util.Map,%20java.lang.String)">maybeGetInteger</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+               java.lang.String&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#maybeGetString(java.util.Map,%20java.lang.String)">maybeGetString</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+              java.lang.String&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType)">parseDoubleValue</a></strong>(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.Integer</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType)">parseIntegerValue</a></strong>(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType)">parseVLength</a></strong>(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFCell</h4>
+<pre>public&nbsp;XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="maybeGetBoolean(java.util.Map, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>maybeGetBoolean</h4>
+<pre>public static&nbsp;java.lang.Boolean&nbsp;maybeGetBoolean(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+                                java.lang.String&nbsp;name)</pre>
+</li>
+</ul>
+<a name="maybeGetDouble(java.util.Map, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>maybeGetDouble</h4>
+<pre>public static&nbsp;java.lang.Double&nbsp;maybeGetDouble(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+                              java.lang.String&nbsp;name)</pre>
+</li>
+</ul>
+<a name="maybeGetInteger(java.util.Map, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>maybeGetInteger</h4>
+<pre>public static&nbsp;java.lang.Integer&nbsp;maybeGetInteger(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+                                java.lang.String&nbsp;name)</pre>
+</li>
+</ul>
+<a name="maybeGetString(java.util.Map, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>maybeGetString</h4>
+<pre>public static&nbsp;java.lang.String&nbsp;maybeGetString(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&gt;&nbsp;cells,
+                              java.lang.String&nbsp;name)</pre>
+</li>
+</ul>
+<a name="parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseDoubleValue</h4>
+<pre>public static&nbsp;java.lang.Double&nbsp;parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</pre>
+</li>
+</ul>
+<a name="parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseIntegerValue</h4>
+<pre>public static&nbsp;java.lang.Integer&nbsp;parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</pre>
+</li>
+</ul>
+<a name="parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseVLength</h4>
+<pre>public static&nbsp;java.lang.Double&nbsp;parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;cell)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>A value converted to inches</dd></dl>
+</li>
+</ul>
+<a name="getXmlObject()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getXmlObject</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+protected&nbsp;com.microsoft.schemas.office.visio.x2012.main.CellType&nbsp;getXmlObject()</pre>
+</li>
+</ul>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+<div class="block">Represents the name of the ShapeSheet cell.</div>
+</li>
+</ul>
+<a name="getValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getValue()</pre>
+<div class="block">Represents the value of the cell.</div>
+</li>
+</ul>
+<a name="getFormula()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFormula</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFormula()</pre>
+<div class="block">Represents the element's formula. This attribute can contain one of the
+ following strings: - '(some formula)' if the formula exists locally - No
+ Formula if the formula is locally deleted or blocked - Inh if the formula
+ is inherited.</div>
+</li>
+</ul>
+<a name="getError()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getError</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getError()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFCell.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFCell.html" target="_top">Frames</a></li>
+<li><a href="XDGFCell.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,699 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFConnection (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="XDGFConnection (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFConnection.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFConnection.html" target="_top">Frames</a></li>
+<li><a href="XDGFConnection.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.xdgf.usermodel</div>
+<h2 title="Class XDGFConnection" class="title">Class XDGFConnection</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFConnection</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">XDGFConnection</span>
+extends java.lang.Object</pre>
+<div class="block">Represents connections in a Visio diagram.
+ 
+ Note that just because something appears to be visually connected in a
+ document does not mean that the user actually connected the elements. It
+ turns out there are a lot of ways that a careless user can neglect to
+ properly make connections that will not be recorded in the diagram
+ in a machine readable way.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visBegin">visBegin</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visBeginX">visBeginX</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visBeginY">visBeginY</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visBottomEdge">visBottomEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visCenterEdge">visCenterEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visConnectFromError">visConnectFromError</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visConnectToError">visConnectToError</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visEnd">visEnd</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visEndX">visEndX</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visEndY">visEndY</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visFromAngle">visFromAngle</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visFromNone">visFromNone</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visFromPin">visFromPin</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visGuideIntersect">visGuideIntersect</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visGuideX">visGuideX</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visGuideY">visGuideY</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visLeftEdge">visLeftEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visMiddleEdge">visMiddleEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visRightEdge">visRightEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visToAngle">visToAngle</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visToNone">visToNone</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visTopEdge">visTopEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#visWholeShape">visWholeShape</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#XDGFConnection(com.microsoft.schemas.office.visio.x2012.main.ConnectType,%20org.apache.poi.xdgf.usermodel.XDGFShape,%20org.apache.poi.xdgf.usermodel.XDGFShape)">XDGFConnection</a></strong>(com.microsoft.schemas.office.visio.x2012.main.ConnectType&nbsp;connect,
+              <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;from,
+              <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;to)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</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>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getFromCell()">getFromCell</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getFromCellName()">getFromCellName</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Integer</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getFromPart()">getFromPart</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getFromShape()">getFromShape</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getToCellName()">getToCellName</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Integer</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getToPart()">getToPart</a></strong>()</code>
+<div class="block">The ToPart property identifies the part of a shape to which another
+ shape is glued, such as its begin point or endpoint, one of its edges,
+ or a connection point.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#getToShape()">getToShape</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="visConnectFromError">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visConnectFromError</h4>
+<pre>public static final&nbsp;int visConnectFromError</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visConnectFromError">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visFromNone">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visFromNone</h4>
+<pre>public static final&nbsp;int visFromNone</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visFromNone">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visLeftEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visLeftEdge</h4>
+<pre>public static final&nbsp;int visLeftEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visLeftEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visCenterEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visCenterEdge</h4>
+<pre>public static final&nbsp;int visCenterEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visCenterEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visRightEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visRightEdge</h4>
+<pre>public static final&nbsp;int visRightEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visRightEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visBottomEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visBottomEdge</h4>
+<pre>public static final&nbsp;int visBottomEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visBottomEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visMiddleEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visMiddleEdge</h4>
+<pre>public static final&nbsp;int visMiddleEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visMiddleEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visTopEdge">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visTopEdge</h4>
+<pre>public static final&nbsp;int visTopEdge</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visTopEdge">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visBeginX">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visBeginX</h4>
+<pre>public static final&nbsp;int visBeginX</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visBeginX">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visBeginY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visBeginY</h4>
+<pre>public static final&nbsp;int visBeginY</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visBeginY">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visBegin">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visBegin</h4>
+<pre>public static final&nbsp;int visBegin</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visBegin">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visEndX">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visEndX</h4>
+<pre>public static final&nbsp;int visEndX</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visEndX">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visEndY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visEndY</h4>
+<pre>public static final&nbsp;int visEndY</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visEndY">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visEnd">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visEnd</h4>
+<pre>public static final&nbsp;int visEnd</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visEnd">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visFromAngle">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visFromAngle</h4>
+<pre>public static final&nbsp;int visFromAngle</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visFromAngle">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visFromPin">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visFromPin</h4>
+<pre>public static final&nbsp;int visFromPin</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visFromPin">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visConnectToError">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visConnectToError</h4>
+<pre>public static final&nbsp;int visConnectToError</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visConnectToError">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visToNone">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visToNone</h4>
+<pre>public static final&nbsp;int visToNone</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visToNone">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visGuideX">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visGuideX</h4>
+<pre>public static final&nbsp;int visGuideX</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visGuideX">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visGuideY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visGuideY</h4>
+<pre>public static final&nbsp;int visGuideY</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visGuideY">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visWholeShape">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visWholeShape</h4>
+<pre>public static final&nbsp;int visWholeShape</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visWholeShape">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visGuideIntersect">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visGuideIntersect</h4>
+<pre>public static final&nbsp;int visGuideIntersect</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visGuideIntersect">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="visToAngle">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>visToAngle</h4>
+<pre>public static final&nbsp;int visToAngle</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.xdgf.usermodel.XDGFConnection.visToAngle">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDGFConnection(com.microsoft.schemas.office.visio.x2012.main.ConnectType, org.apache.poi.xdgf.usermodel.XDGFShape, org.apache.poi.xdgf.usermodel.XDGFShape)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFConnection</h4>
+<pre>public&nbsp;XDGFConnection(com.microsoft.schemas.office.visio.x2012.main.ConnectType&nbsp;connect,
+              <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;from,
+              <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;to)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getFromShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFromShape</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getFromShape()</pre>
+</li>
+</ul>
+<a name="getFromCell()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFromCell</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&nbsp;getFromCell()</pre>
+</li>
+</ul>
+<a name="getFromCellName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFromCellName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFromCellName()</pre>
+</li>
+</ul>
+<a name="getToShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getToShape</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getToShape()</pre>
+</li>
+</ul>
+<a name="getToCellName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getToCellName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getToCellName()</pre>
+</li>
+</ul>
+<a name="getFromPart()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFromPart</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getFromPart()</pre>
+</li>
+</ul>
+<a name="getToPart()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getToPart</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getToPart()</pre>
+<div class="block">The ToPart property identifies the part of a shape to which another
+ shape is glued, such as its begin point or endpoint, one of its edges,
+ or a connection point.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XDGFConnection.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xdgf/usermodel/XDGFConnection.html" target="_top">Frames</a></li>
+<li><a href="XDGFConnection.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>



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