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 [6/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/XDGFShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFShape.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFShape.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFShape.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,1174 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFShape (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="XDGFShape (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/XDGFShape.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/XDGFRelation.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/XDGFSheet.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/XDGFShape.html" target="_top">Frames</a></li>
+<li><a href="XDGFShape.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="#fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">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>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 XDGFShape" class="title">Class XDGFShape</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel.XDGFSheet</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFShape</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">XDGFShape</span>
+extends <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></pre>
+<div class="block">A shape is a collection of Geometry Visualization, Format, Text, Images, and
+ Shape Data in a Drawing Page.</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>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.xdgf.usermodel.<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></h3>
+<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_cells">_cells</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_character">_character</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_document">_document</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_geometry">_geometry</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sections">_sections</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sheet">_sheet</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/XDGFShape.html#XDGFShape(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType,%20org.apache.poi.xdgf.usermodel.XDGFBaseContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFShape</a></strong>(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType&nbsp;shapeSheet,
+         <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a>&nbsp;parentPage,
+         <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>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape,%20com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType,%20org.apache.poi.xdgf.usermodel.XDGFBaseContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFShape</a></strong>(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;parent,
+         com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType&nbsp;shapeSheet,
+         <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a>&nbsp;parentPage,
+         <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>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getAngle()">getAngle</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getBeginX()">getBeginX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getBeginY()">getBeginY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.awt.geom.Rectangle2D.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getBounds()">getBounds</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.awt.geom.Path2D.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getBoundsAsPath()">getBoundsAsPath</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<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/XDGFShape.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String&nbsp;cellName)</code>
+<div class="block">A cell is really just a setting</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getEndX()">getEndX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getEndY()">getEndY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getFlipX()">getFlipX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getFlipY()">getFlipY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.awt.Color</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getFontColor()">getFontColor</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getFontSize()">getFontSize</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getGeometryByIdx(long)">getGeometryByIdx</a></strong>(long&nbsp;idx)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getGeometrySections()">getGeometrySections</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getHeight()">getHeight</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getID()">getID</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/XDGFShape.html#getLineCap()">getLineCap</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.awt.Color</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getLineColor()">getLineColor</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/XDGFShape.html#getLinePattern()">getLinePattern</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getLineWeight()">getLineWeight</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getLocPinX()">getLocPinX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getLocPinY()">getLocPinY</a></strong>()</code>&nbsp;</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/XDGFShape.html#getMasterShape()">getMasterShape</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/XDGFShape.html#getName()">getName</a></strong>()</code>&nbsp;</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/XDGFShape.html#getParentShape()">getParentShape</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.awt.geom.AffineTransform</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getParentTransform()">getParentTransform</a></strong>()</code>
+<div class="block">Returns a transform that can translate shape-local coordinates to the
+ coordinates of its parent shape</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.awt.geom.Path2D.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getPath()">getPath</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getPinX()">getPinX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getPinY()">getPinY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<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/XDGFShape.html#getShapes()">getShapes</a></strong>()</code>
+<div class="block">Only available if this shape is a shape group, may be null</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/XDGFShape.html#getShapeType()">getShapeType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.awt.Stroke</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getStroke()">getStroke</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/XDGFShape.html#getSymbolName()">getSymbolName</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFText.html" title="class in org.apache.poi.xdgf.usermodel">XDGFText</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getText()">getText</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/XDGFShape.html#getTextAsString()">getTextAsString</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/XDGFShape.html#getTopmostParentShape()">getTopmostParentShape</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtAngle()">getTxtAngle</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtHeight()">getTxtHeight</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtLocPinX()">getTxtLocPinX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtLocPinY()">getTxtLocPinY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtPinX()">getTxtPinX</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtPinY()">getTxtPinY</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getTxtWidth()">getTxtWidth</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/XDGFShape.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getWidth()">getWidth</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasGeometry()">hasGeometry</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasMaster()">hasMaster</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasMasterShape()">hasMasterShape</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasParent()">hasParent</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasShapes()">hasShapes</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#hasText()">hasText</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#isDeleted()">isDeleted</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#isShape1D()">isShape1D</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#isTopmost()">isTopmost</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#readProperties()">readProperties</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/XDGFShape.html#setupMaster(org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents)">setupMaster</a></strong>(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a>&nbsp;pageContents,
+           <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a>&nbsp;master)</code>
+<div class="block">Setup top level shapes
+
+ Shapes that have a 'Master' attribute refer to a specific master in the
+ page, whereas shapes with a 'MasterShape' attribute refer to a subshape
+ of a Master.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#setupSectionMasters()">setupSectionMasters</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/XDGFShape.html#toString()">toString</a></strong>()</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/XDGFShape.html#visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor,%20java.awt.geom.AffineTransform,%20int)">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,
+           java.awt.geom.AffineTransform&nbsp;tr,
+           int&nbsp;level)</code>
+<div class="block">The visitor will first visit this shape, then it's children
+
+ This is useful because exceptions will be marked with the shapes as it
+ propagates up the shape hierarchy.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor,%20int)">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,
+           int&nbsp;level)</code>
+<div class="block">The visitor will first visit this shape, then it's children.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.xdgf.usermodel.<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></h3>
+<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getDocument()">getDocument</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineStyle()">getLineStyle</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getSection(java.lang.String)">getSection</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getTextStyle()">getTextStyle</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">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDGFShape(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType, org.apache.poi.xdgf.usermodel.XDGFBaseContents, org.apache.poi.xdgf.usermodel.XDGFDocument)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>XDGFShape</h4>
+<pre>public&nbsp;XDGFShape(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType&nbsp;shapeSheet,
+         <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a>&nbsp;parentPage,
+         <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a>&nbsp;document)</pre>
+</li>
+</ul>
+<a name="XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape, com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType, org.apache.poi.xdgf.usermodel.XDGFBaseContents, org.apache.poi.xdgf.usermodel.XDGFDocument)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFShape</h4>
+<pre>public&nbsp;XDGFShape(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;parent,
+         com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType&nbsp;shapeSheet,
+         <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a>&nbsp;parentPage,
+         <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="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>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="readProperties()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readProperties</h4>
+<pre>protected&nbsp;void&nbsp;readProperties()</pre>
+</li>
+</ul>
+<a name="setupMaster(org.apache.poi.xdgf.usermodel.XDGFPageContents, org.apache.poi.xdgf.usermodel.XDGFMasterContents)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setupMaster</h4>
+<pre>protected&nbsp;void&nbsp;setupMaster(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a>&nbsp;pageContents,
+               <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a>&nbsp;master)</pre>
+<div class="block">Setup top level shapes
+
+ Shapes that have a 'Master' attribute refer to a specific master in the
+ page, whereas shapes with a 'MasterShape' attribute refer to a subshape
+ of a Master.</div>
+</li>
+</ul>
+<a name="setupSectionMasters()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setupSectionMasters</h4>
+<pre>protected&nbsp;void&nbsp;setupSectionMasters()</pre>
+</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>
+public&nbsp;com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType&nbsp;getXmlObject()</pre>
+</li>
+</ul>
+<a name="getID()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getID</h4>
+<pre>public&nbsp;long&nbsp;getID()</pre>
+</li>
+</ul>
+<a name="getType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getType()</pre>
+</li>
+</ul>
+<a name="getTextAsString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTextAsString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getTextAsString()</pre>
+</li>
+</ul>
+<a name="hasText()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasText</h4>
+<pre>public&nbsp;boolean&nbsp;hasText()</pre>
+</li>
+</ul>
+<a name="getCell(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCell</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&nbsp;getCell(java.lang.String&nbsp;cellName)</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getCell(java.lang.String)">XDGFSheet</a></code></strong></div>
+<div class="block">A cell is really just a setting</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getCell(java.lang.String)">getCell</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>cellName</code> - The particular setting you want</dd></dl>
+</li>
+</ul>
+<a name="getGeometryByIdx(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGeometryByIdx</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a>&nbsp;getGeometryByIdx(long&nbsp;idx)</pre>
+</li>
+</ul>
+<a name="getShapes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapes</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;getShapes()</pre>
+<div class="block">Only available if this shape is a shape group, may be null</div>
+</li>
+</ul>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+</li>
+</ul>
+<a name="getShapeType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapeType</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getShapeType()</pre>
+</li>
+</ul>
+<a name="getSymbolName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSymbolName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getSymbolName()</pre>
+</li>
+</ul>
+<a name="getMasterShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMasterShape</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getMasterShape()</pre>
+</li>
+</ul>
+<a name="getParentShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getParentShape</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getParentShape()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The parent shape if this is a subshape, null otherwise</dd></dl>
+</li>
+</ul>
+<a name="getTopmostParentShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTopmostParentShape</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;getTopmostParentShape()</pre>
+</li>
+</ul>
+<a name="hasMaster()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasMaster</h4>
+<pre>public&nbsp;boolean&nbsp;hasMaster()</pre>
+</li>
+</ul>
+<a name="hasMasterShape()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasMasterShape</h4>
+<pre>public&nbsp;boolean&nbsp;hasMasterShape()</pre>
+</li>
+</ul>
+<a name="hasParent()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasParent</h4>
+<pre>public&nbsp;boolean&nbsp;hasParent()</pre>
+</li>
+</ul>
+<a name="hasShapes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasShapes</h4>
+<pre>public&nbsp;boolean&nbsp;hasShapes()</pre>
+</li>
+</ul>
+<a name="isTopmost()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isTopmost</h4>
+<pre>public&nbsp;boolean&nbsp;isTopmost()</pre>
+</li>
+</ul>
+<a name="isShape1D()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isShape1D</h4>
+<pre>public&nbsp;boolean&nbsp;isShape1D()</pre>
+</li>
+</ul>
+<a name="isDeleted()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDeleted</h4>
+<pre>public&nbsp;boolean&nbsp;isDeleted()</pre>
+</li>
+</ul>
+<a name="getText()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getText</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFText.html" title="class in org.apache.poi.xdgf.usermodel">XDGFText</a>&nbsp;getText()</pre>
+</li>
+</ul>
+<a name="getPinX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPinX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getPinX()</pre>
+</li>
+</ul>
+<a name="getPinY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPinY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getPinY()</pre>
+</li>
+</ul>
+<a name="getWidth()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWidth</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getWidth()</pre>
+</li>
+</ul>
+<a name="getHeight()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHeight</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getHeight()</pre>
+</li>
+</ul>
+<a name="getLocPinX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocPinX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getLocPinX()</pre>
+</li>
+</ul>
+<a name="getLocPinY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocPinY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getLocPinY()</pre>
+</li>
+</ul>
+<a name="getBeginX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBeginX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getBeginX()</pre>
+</li>
+</ul>
+<a name="getBeginY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBeginY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getBeginY()</pre>
+</li>
+</ul>
+<a name="getEndX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEndX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getEndX()</pre>
+</li>
+</ul>
+<a name="getEndY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEndY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getEndY()</pre>
+</li>
+</ul>
+<a name="getAngle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAngle</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getAngle()</pre>
+</li>
+</ul>
+<a name="getFlipX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFlipX</h4>
+<pre>public&nbsp;java.lang.Boolean&nbsp;getFlipX()</pre>
+</li>
+</ul>
+<a name="getFlipY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFlipY</h4>
+<pre>public&nbsp;java.lang.Boolean&nbsp;getFlipY()</pre>
+</li>
+</ul>
+<a name="getTxtPinX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtPinX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtPinX()</pre>
+</li>
+</ul>
+<a name="getTxtPinY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtPinY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtPinY()</pre>
+</li>
+</ul>
+<a name="getTxtLocPinX()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtLocPinX</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtLocPinX()</pre>
+</li>
+</ul>
+<a name="getTxtLocPinY()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtLocPinY</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtLocPinY()</pre>
+</li>
+</ul>
+<a name="getTxtAngle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtAngle</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtAngle()</pre>
+</li>
+</ul>
+<a name="getTxtWidth()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtWidth</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtWidth()</pre>
+</li>
+</ul>
+<a name="getTxtHeight()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTxtHeight</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getTxtHeight()</pre>
+</li>
+</ul>
+<a name="getLineCap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineCap</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getLineCap()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineCap()">getLineCap</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getLineColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineColor</h4>
+<pre>public&nbsp;java.awt.Color&nbsp;getLineColor()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineColor()">getLineColor</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getLinePattern()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLinePattern</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getLinePattern()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLinePattern()">getLinePattern</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getLineWeight()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineWeight</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getLineWeight()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineWeight()">getLineWeight</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getFontColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontColor</h4>
+<pre>public&nbsp;java.awt.Color&nbsp;getFontColor()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontColor()">getFontColor</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getFontSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontSize</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getFontSize()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontSize()">getFontSize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getStroke()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStroke</h4>
+<pre>public&nbsp;java.awt.Stroke&nbsp;getStroke()</pre>
+</li>
+</ul>
+<a name="getGeometrySections()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGeometrySections</h4>
+<pre>public&nbsp;java.lang.Iterable&lt;<a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a>&gt;&nbsp;getGeometrySections()</pre>
+</li>
+</ul>
+<a name="getBounds()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBounds</h4>
+<pre>public&nbsp;java.awt.geom.Rectangle2D.Double&nbsp;getBounds()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>rectangle in local coordinates</dd></dl>
+</li>
+</ul>
+<a name="getBoundsAsPath()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBoundsAsPath</h4>
+<pre>public&nbsp;java.awt.geom.Path2D.Double&nbsp;getBoundsAsPath()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>returns bounds as a path in local coordinates, which is
+         userful if you need to transform to global coordinates</dd></dl>
+</li>
+</ul>
+<a name="getPath()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPath</h4>
+<pre>public&nbsp;java.awt.geom.Path2D.Double&nbsp;getPath()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The outline of the shape in local coordinates</dd></dl>
+</li>
+</ul>
+<a name="hasGeometry()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasGeometry</h4>
+<pre>public&nbsp;boolean&nbsp;hasGeometry()</pre>
+</li>
+</ul>
+<a name="getParentTransform()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getParentTransform</h4>
+<pre>protected&nbsp;java.awt.geom.AffineTransform&nbsp;getParentTransform()</pre>
+<div class="block">Returns a transform that can translate shape-local coordinates to the
+ coordinates of its parent shape</div>
+</li>
+</ul>
+<a name="visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor, java.awt.geom.AffineTransform, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<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,
+               java.awt.geom.AffineTransform&nbsp;tr,
+               int&nbsp;level)</pre>
+<div class="block">The visitor will first visit this shape, then it's children
+
+ This is useful because exceptions will be marked with the shapes as it
+ propagates up the shape hierarchy.</div>
+</li>
+</ul>
+<a name="visitShapes(org.apache.poi.xdgf.usermodel.shape.ShapeVisitor, int)">
+<!--   -->
+</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,
+               int&nbsp;level)</pre>
+<div class="block">The visitor will first visit this shape, then it's children. No transform
+ is calculated for this visit
+
+ This is useful because exceptions will be marked with the shapes as it
+ propagates up the shape hierarchy.</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/XDGFShape.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/XDGFRelation.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/XDGFSheet.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/XDGFShape.html" target="_top">Frames</a></li>
+<li><a href="XDGFShape.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="#fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">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>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/XDGFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFSheet.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFSheet.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFSheet.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,514 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFSheet (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="XDGFSheet (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/XDGFSheet.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/XDGFShape.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/XDGFStyleSheet.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/XDGFSheet.html" target="_top">Frames</a></li>
+<li><a href="XDGFSheet.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 XDGFSheet" class="title">Class XDGFSheet</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFSheet</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/XDGFPageSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageSheet</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="strong">XDGFSheet</span>
+extends java.lang.Object</pre>
+<div class="block">A sheet is a collection of properties that specify information for a shape,
+ master, drawing page, style, or web drawing.</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.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;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_cells">_cells</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/xdgf/usermodel/section/CharacterSection.html" title="class in org.apache.poi.xdgf.usermodel.section">CharacterSection</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_character">_character</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_document">_document</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.SortedMap&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_geometry">_geometry</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/section/XDGFSection.html" title="class in org.apache.poi.xdgf.usermodel.section">XDGFSection</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sections">_sections</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.SheetType</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sheet">_sheet</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/XDGFSheet.html#XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFSheet</a></strong>(com.microsoft.schemas.office.visio.x2012.main.SheetType&nbsp;sheet,
+         <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><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/XDGFSheet.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String&nbsp;cellName)</code>
+<div class="block">A cell is really just a setting</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFillStyle()">getFillStyle</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.awt.Color</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontColor()">getFontColor</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontSize()">getFontSize</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/XDGFSheet.html#getLineCap()">getLineCap</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.awt.Color</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineColor()">getLineColor</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/XDGFSheet.html#getLinePattern()">getLinePattern</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineStyle()">getLineStyle</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineWeight()">getLineWeight</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/section/XDGFSection.html" title="class in org.apache.poi.xdgf.usermodel.section">XDGFSection</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getSection(java.lang.String)">getSection</a></strong>(java.lang.String&nbsp;sectionName)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getTextStyle()">getTextStyle</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="_document">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_document</h4>
+<pre>protected&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> _document</pre>
+</li>
+</ul>
+<a name="_sheet">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_sheet</h4>
+<pre>protected&nbsp;com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet</pre>
+</li>
+</ul>
+<a name="_cells">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_cells</h4>
+<pre>protected&nbsp;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; _cells</pre>
+</li>
+</ul>
+<a name="_sections">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_sections</h4>
+<pre>protected&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xdgf/usermodel/section/XDGFSection.html" title="class in org.apache.poi.xdgf.usermodel.section">XDGFSection</a>&gt; _sections</pre>
+</li>
+</ul>
+<a name="_geometry">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_geometry</h4>
+<pre>protected&nbsp;java.util.SortedMap&lt;java.lang.Long,<a href="../../../../../org/apache/poi/xdgf/usermodel/section/GeometrySection.html" title="class in org.apache.poi.xdgf.usermodel.section">GeometrySection</a>&gt; _geometry</pre>
+</li>
+</ul>
+<a name="_character">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>_character</h4>
+<pre>protected&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/section/CharacterSection.html" title="class in org.apache.poi.xdgf.usermodel.section">CharacterSection</a> _character</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFSheet</h4>
+<pre>public&nbsp;XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType&nbsp;sheet,
+         <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="getDocument()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDocument</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a>&nbsp;getDocument()</pre>
+</li>
+</ul>
+<a name="getCell(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCell</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html" title="class in org.apache.poi.xdgf.usermodel">XDGFCell</a>&nbsp;getCell(java.lang.String&nbsp;cellName)</pre>
+<div class="block">A cell is really just a setting</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cellName</code> - The particular setting you want</dd></dl>
+</li>
+</ul>
+<a name="getSection(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSection</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/section/XDGFSection.html" title="class in org.apache.poi.xdgf.usermodel.section">XDGFSection</a>&nbsp;getSection(java.lang.String&nbsp;sectionName)</pre>
+</li>
+</ul>
+<a name="getLineStyle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineStyle</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a>&nbsp;getLineStyle()</pre>
+</li>
+</ul>
+<a name="getFillStyle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFillStyle</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a>&nbsp;getFillStyle()</pre>
+</li>
+</ul>
+<a name="getTextStyle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTextStyle</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFStyleSheet</a>&nbsp;getTextStyle()</pre>
+</li>
+</ul>
+<a name="getFontColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontColor</h4>
+<pre>public&nbsp;java.awt.Color&nbsp;getFontColor()</pre>
+</li>
+</ul>
+<a name="getFontSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontSize</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getFontSize()</pre>
+</li>
+</ul>
+<a name="getLineCap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineCap</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getLineCap()</pre>
+</li>
+</ul>
+<a name="getLineColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineColor</h4>
+<pre>public&nbsp;java.awt.Color&nbsp;getLineColor()</pre>
+</li>
+</ul>
+<a name="getLinePattern()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLinePattern</h4>
+<pre>public&nbsp;java.lang.Integer&nbsp;getLinePattern()</pre>
+</li>
+</ul>
+<a name="getLineWeight()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLineWeight</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getLineWeight()</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/XDGFSheet.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/XDGFShape.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/XDGFStyleSheet.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/XDGFSheet.html" target="_top">Frames</a></li>
+<li><a href="XDGFSheet.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/XDGFStyleSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html?rev=1710405&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html Sat Oct 24 23:40:56 2015
@@ -0,0 +1,288 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XDGFStyleSheet (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="XDGFStyleSheet (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/XDGFStyleSheet.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/XDGFSheet.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/XDGFText.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/XDGFStyleSheet.html" target="_top">Frames</a></li>
+<li><a href="XDGFStyleSheet.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="#fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">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>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 XDGFStyleSheet" class="title">Class XDGFStyleSheet</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">org.apache.poi.xdgf.usermodel.XDGFSheet</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xdgf.usermodel.XDGFStyleSheet</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">XDGFStyleSheet</span>
+extends <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></pre>
+</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>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.xdgf.usermodel.<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></h3>
+<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_cells">_cells</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_character">_character</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_document">_document</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_geometry">_geometry</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sections">_sections</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sheet">_sheet</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/XDGFStyleSheet.html#XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFStyleSheet</a></strong>(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType&nbsp;styleSheet,
+              <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>com.microsoft.schemas.office.visio.x2012.main.StyleSheetType</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html#getXmlObject()">getXmlObject</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.xdgf.usermodel.<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html" title="class in org.apache.poi.xdgf.usermodel">XDGFSheet</a></h3>
+<code><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getCell(java.lang.String)">getCell</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getDocument()">getDocument</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontColor()">getFontColor</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getFontSize()">getFontSize</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineCap()">getLineCap</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineColor()">getLineColor</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLinePattern()">getLinePattern</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getLineStyle()">getLineStyle</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShee
 t.html#getLineWeight()">getLineWeight</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getSection(java.lang.String)">getSection</a>, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getTextStyle()">getTextStyle</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, 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="XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDGFStyleSheet</h4>
+<pre>public&nbsp;XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType&nbsp;styleSheet,
+              <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="blockListLast">
+<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.StyleSheetType&nbsp;getXmlObject()</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/XDGFStyleSheet.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/XDGFSheet.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/XDGFText.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/XDGFStyleSheet.html" target="_top">Frames</a></li>
+<li><a href="XDGFStyleSheet.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="#fields_inherited_from_class_org.apache.poi.xdgf.usermodel.XDGFSheet">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>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>



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