Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/POILogger.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/POILogger.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/POILogger.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/POILogger.html Wed Sep 21 22:19:54 2016 @@ -184,25 +184,25 @@ <td class="colLast"><span class="strong">HSLFTextParagraph.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html#logger">logger</a></strong></code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected static <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> -<td class="colLast"><span class="strong">HSLFNotes.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html#logger">logger</a></strong></code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> <td class="colLast"><span class="strong">HSLFShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#logger">logger</a></strong></code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected static <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> -<td class="colLast"><span class="strong">HSLFShapeFactory.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShapeFactory.html#logger">logger</a></strong></code> </td> +<td class="colLast"><span class="strong">HSLFNotes.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html#logger">logger</a></strong></code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> <td class="colLast"><span class="strong">HSLFTextRun.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#logger">logger</a></strong></code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> <td class="colLast"><span class="strong">HSLFFill.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFill.html#logger">logger</a></strong></code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected static <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td> +<td class="colLast"><span class="strong">HSLFShapeFactory.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShapeFactory.html#logger">logger</a></strong></code> </td> +</tr> </tbody> </table> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Wed Sep 21 22:19:54 2016 @@ -909,19 +909,19 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> -<td class="colLast"><span class="strong">CellValue.</span><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum()">getCellTypeEnum</a></strong>()</code> +<td class="colLast"><span class="strong">Cell.</span><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellTypeEnum()">getCellTypeEnum</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>POI 3.15 - Will be renamed to <code>getCellTypeEnum()</code> when we make the CellType enum transition in POI 4.0. See bug 59791.</i></div> +<div class="block"><i>POI 3.15 beta 3 + Will be renamed to <code>getCellType()</code> when we make the CellType enum transition in POI 4.0. See bug 59791.</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> -<td class="colLast"><span class="strong">Cell.</span><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellTypeEnum()">getCellTypeEnum</a></strong>()</code> +<td class="colLast"><span class="strong">CellValue.</span><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum()">getCellTypeEnum</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>POI 3.15 beta 3 - Will be renamed to <code>getCellType()</code> when we make the CellType enum transition in POI 4.0. See bug 59791.</i></div> +<div class="block"><i>POI 3.15 + Will be renamed to <code>getCellTypeEnum()</code> when we make the CellType enum transition in POI 4.0. See bug 59791.</i></div> </div> </td> </tr> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html Wed Sep 21 22:19:54 2016 @@ -151,7 +151,7 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_connections">_connections</a></strong></code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.PageContentsType</code></td> +<td class="colFirst"><code>protected PageContentsType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#_pageContents">_pageContents</a></strong></code> </td> </tr> <tr class="altColor"> @@ -242,7 +242,7 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getTopLevelShapes()">getTopLevelShapes</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.PageContentsType</code></td> +<td class="colFirst"><code>PageContentsType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -297,7 +297,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>_pageContents</h4> -<pre>protected com.microsoft.schemas.office.visio.x2012.main.PageContentsType _pageContents</pre> +<pre>protected PageContentsType _pageContents</pre> </li> </ul> <a name="_toplevelShapes"> @@ -375,7 +375,7 @@ public XDGFBaseContents(<a href=".. <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 com.microsoft.schemas.office.visio.x2012.main.PageContentsType getXmlObject()</pre> +public PageContentsType getXmlObject()</pre> </li> </ul> <a name="onDocumentRead()"> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFCell.html Wed Sep 21 22:19:54 2016 @@ -124,7 +124,7 @@ extends java.lang.Object</pre> <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 cell)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#XDGFCell(CellType)">XDGFCell</a></strong>(CellType cell)</code> </td> </tr> </table> </li> @@ -164,7 +164,7 @@ extends java.lang.Object</pre> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.CellType</code></td> +<td class="colFirst"><code>protected CellType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> <tr class="rowColor"> @@ -189,15 +189,15 @@ extends java.lang.Object</pre> </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 cell)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseDoubleValue(CellType)">parseDoubleValue</a></strong>(CellType cell)</code> </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 cell)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseIntegerValue(CellType)">parseIntegerValue</a></strong>(CellType cell)</code> </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 cell)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFCell.html#parseVLength(CellType)">parseVLength</a></strong>(CellType cell)</code> </td> </tr> </table> <ul class="blockList"> @@ -221,13 +221,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType)"> +<a name="XDGFCell(CellType)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFCell</h4> -<pre>public XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType cell)</pre> +<pre>public XDGFCell(CellType cell)</pre> </li> </ul> </li> @@ -278,31 +278,31 @@ extends java.lang.Object</pre> java.lang.String name)</pre> </li> </ul> -<a name="parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType)"> +<a name="parseDoubleValue(CellType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parseDoubleValue</h4> -<pre>public static java.lang.Double parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell)</pre> +<pre>public static java.lang.Double parseDoubleValue(CellType cell)</pre> </li> </ul> -<a name="parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType)"> +<a name="parseIntegerValue(CellType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parseIntegerValue</h4> -<pre>public static java.lang.Integer parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell)</pre> +<pre>public static java.lang.Integer parseIntegerValue(CellType cell)</pre> </li> </ul> -<a name="parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType)"> +<a name="parseVLength(CellType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parseVLength</h4> -<pre>public static java.lang.Double parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType cell)</pre> +<pre>public static java.lang.Double parseVLength(CellType 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> @@ -314,7 +314,7 @@ extends java.lang.Object</pre> <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 com.microsoft.schemas.office.visio.x2012.main.CellType getXmlObject()</pre> +protected CellType getXmlObject()</pre> </li> </ul> <a name="getName()"> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFConnection.html Wed Sep 21 22:19:54 2016 @@ -228,7 +228,7 @@ extends java.lang.Object</pre> <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 connect, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFConnection.html#XDGFConnection(ConnectType,%20org.apache.poi.xdgf.usermodel.XDGFShape,%20org.apache.poi.xdgf.usermodel.XDGFShape)">XDGFConnection</a></strong>(ConnectType connect, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> from, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> to)</code> </td> </tr> @@ -539,13 +539,13 @@ extends java.lang.Object</pre> <!-- --> </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 name="XDGFConnection(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 XDGFConnection(com.microsoft.schemas.office.visio.x2012.main.ConnectType connect, +<pre>public XDGFConnection(ConnectType connect, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> from, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> to)</pre> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFDocument.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFDocument.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFDocument.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFDocument.html Wed Sep 21 22:19:54 2016 @@ -119,7 +119,7 @@ extends java.lang.Object</pre> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType</code></td> +<td class="colFirst"><code>protected VisioDocumentType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html#_document">_document</a></strong></code> </td> </tr> </table> @@ -137,7 +137,7 @@ extends java.lang.Object</pre> <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/XDGFDocument.html#XDGFDocument(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType)">XDGFDocument</a></strong>(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType document)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html#XDGFDocument(VisioDocumentType)">XDGFDocument</a></strong>(VisioDocumentType document)</code> </td> </tr> </table> </li> @@ -175,7 +175,7 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html#getStyleById(long)">getStyleById</a></strong>(long id)</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType</code></td> +<td class="colFirst"><code>VisioDocumentType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> </table> @@ -206,7 +206,7 @@ extends java.lang.Object</pre> <ul class="blockListLast"> <li class="blockList"> <h4>_document</h4> -<pre>protected com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType _document</pre> +<pre>protected VisioDocumentType _document</pre> </li> </ul> </li> @@ -217,13 +217,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFDocument(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType)"> +<a name="XDGFDocument(VisioDocumentType)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFDocument</h4> -<pre>public XDGFDocument(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType document)</pre> +<pre>public XDGFDocument(VisioDocumentType document)</pre> </li> </ul> </li> @@ -241,7 +241,7 @@ extends java.lang.Object</pre> <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 com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType getXmlObject()</pre> +public VisioDocumentType getXmlObject()</pre> </li> </ul> <a name="getStyleById(long)"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMaster.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMaster.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMaster.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMaster.html Wed Sep 21 22:19:54 2016 @@ -139,7 +139,7 @@ extends java.lang.Object</pre> <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/XDGFMaster.html#XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(com.microsoft.schemas.office.visio.x2012.main.MasterType master, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#XDGFMaster(MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(MasterType master, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a> content, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> @@ -175,7 +175,7 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#getPageSheet()">getPageSheet</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.MasterType</code></td> +<td class="colFirst"><code>protected MasterType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> <tr class="rowColor"> @@ -230,13 +230,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType, org.apache.poi.xdgf.usermodel.XDGFMasterContents, org.apache.poi.xdgf.usermodel.XDGFDocument)"> +<a name="XDGFMaster(MasterType, org.apache.poi.xdgf.usermodel.XDGFMasterContents, org.apache.poi.xdgf.usermodel.XDGFDocument)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFMaster</h4> -<pre>public XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, +<pre>public XDGFMaster(MasterType master, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a> content, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</pre> </li> @@ -256,7 +256,7 @@ extends java.lang.Object</pre> <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 com.microsoft.schemas.office.visio.x2012.main.MasterType getXmlObject()</pre> +protected MasterType getXmlObject()</pre> </li> </ul> <a name="toString()"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html Wed Sep 21 22:19:54 2016 @@ -202,7 +202,7 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#getMastersList()">getMastersList</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.MastersType</code></td> +<td class="colFirst"><code>protected MastersType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> <tr class="rowColor"> @@ -297,7 +297,7 @@ public XDGFMasters(<a href="../../. <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 com.microsoft.schemas.office.visio.x2012.main.MastersType getXmlObject()</pre> +protected MastersType getXmlObject()</pre> </li> </ul> <a name="onDocumentRead()"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPage.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPage.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPage.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPage.html Wed Sep 21 22:19:54 2016 @@ -142,7 +142,7 @@ extends java.lang.Object</pre> <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/XDGFPage.html#XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageType page, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(PageType page, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a> content, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPages</a> pages)</code> </td> @@ -195,7 +195,7 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#getPageSize()">getPageSize</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.PageType</code></td> +<td class="colFirst"><code>protected PageType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> </table> @@ -255,13 +255,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType, org.apache.poi.xdgf.usermodel.XDGFPageContents, org.apache.poi.xdgf.usermodel.XDGFDocument, org.apache.poi.xdgf.usermodel.XDGFPages)"> +<a name="XDGFPage(PageType, org.apache.poi.xdgf.usermodel.XDGFPageContents, org.apache.poi.xdgf.usermodel.XDGFDocument, org.apache.poi.xdgf.usermodel.XDGFPages)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFPage</h4> -<pre>public XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType page, +<pre>public XDGFPage(PageType page, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a> content, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPages</a> pages)</pre> @@ -282,7 +282,7 @@ extends java.lang.Object</pre> <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 com.microsoft.schemas.office.visio.x2012.main.PageType getXmlObject()</pre> +protected PageType getXmlObject()</pre> </li> </ul> <a name="getID()"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageSheet.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageSheet.html Wed Sep 21 22:19:54 2016 @@ -134,7 +134,7 @@ extends <a href="../../../../../org/apac <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageSheet.html#XDGFPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFPageSheet</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageSheetType sheet, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFPageSheet.html#XDGFPageSheet(PageSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFPageSheet</a></strong>(PageSheetType sheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> </table> @@ -174,13 +174,13 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> +<a name="XDGFPageSheet(PageSheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFPageSheet</h4> -<pre>public XDGFPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType sheet, +<pre>public XDGFPageSheet(PageSheetType sheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</pre> </li> </ul> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFShape.html Wed Sep 21 22:19:54 2016 @@ -136,13 +136,13 @@ extends <a href="../../../../../org/apac <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/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 shapeSheet, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(ShapeSheetType,%20org.apache.poi.xdgf.usermodel.XDGFBaseContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFShape</a></strong>(ShapeSheetType shapeSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </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> parent, - com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape,%20ShapeSheetType,%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> parent, + ShapeSheetType shapeSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> @@ -349,7 +349,7 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getWidth()">getWidth</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType</code></td> +<td class="colFirst"><code>ShapeSheetType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -458,25 +458,25 @@ extends <a href="../../../../../org/apac <!-- --> </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 name="XDGFShape(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 XDGFShape(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, +<pre>public XDGFShape(ShapeSheetType shapeSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <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="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 name="XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape, 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 XDGFShape(<a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> parent, - com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, + ShapeSheetType shapeSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</pre> </li> @@ -542,7 +542,7 @@ extends <a href="../../../../../org/apac <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 com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType getXmlObject()</pre> +public ShapeSheetType getXmlObject()</pre> </li> </ul> <a name="getID()"> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFSheet.html Wed Sep 21 22:19:54 2016 @@ -141,7 +141,7 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sections">_sections</a></strong></code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected com.microsoft.schemas.office.visio.x2012.main.SheetType</code></td> +<td class="colFirst"><code>protected SheetType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#_sheet">_sheet</a></strong></code> </td> </tr> </table> @@ -159,7 +159,7 @@ extends java.lang.Object</pre> <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 sheet, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#XDGFSheet(SheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFSheet</a></strong>(SheetType sheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> </table> @@ -264,7 +264,7 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>_sheet</h4> -<pre>protected com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet</pre> +<pre>protected SheetType _sheet</pre> </li> </ul> <a name="_cells"> @@ -311,13 +311,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> +<a name="XDGFSheet(SheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFSheet</h4> -<pre>public XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, +<pre>public XDGFSheet(SheetType sheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</pre> </li> </ul> Modified: 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=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html Wed Sep 21 22:19:54 2016 @@ -134,7 +134,7 @@ extends <a href="../../../../../org/apac <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/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 styleSheet, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html#XDGFStyleSheet(StyleSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFStyleSheet</a></strong>(StyleSheetType styleSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> </table> @@ -153,7 +153,7 @@ extends <a href="../../../../../org/apac <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="colFirst"><code>StyleSheetType</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html#getXmlObject()">getXmlObject</a></strong>()</code> </td> </tr> </table> @@ -185,13 +185,13 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> +<a name="XDGFStyleSheet(StyleSheetType, org.apache.poi.xdgf.usermodel.XDGFDocument)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFStyleSheet</h4> -<pre>public XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType styleSheet, +<pre>public XDGFStyleSheet(StyleSheetType styleSheet, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</pre> </li> </ul> @@ -210,7 +210,7 @@ extends <a href="../../../../../org/apac <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 com.microsoft.schemas.office.visio.x2012.main.StyleSheetType getXmlObject()</pre> +public StyleSheetType getXmlObject()</pre> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFText.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFText.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFText.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFText.html Wed Sep 21 22:19:54 2016 @@ -114,7 +114,7 @@ extends java.lang.Object</pre> <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/XDGFText.html#XDGFText(com.microsoft.schemas.office.visio.x2012.main.TextType,%20org.apache.poi.xdgf.usermodel.XDGFShape)">XDGFText</a></strong>(com.microsoft.schemas.office.visio.x2012.main.TextType text, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFText.html#XDGFText(TextType,%20org.apache.poi.xdgf.usermodel.XDGFShape)">XDGFText</a></strong>(TextType text, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> parent)</code> </td> </tr> </table> @@ -179,13 +179,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XDGFText(com.microsoft.schemas.office.visio.x2012.main.TextType, org.apache.poi.xdgf.usermodel.XDGFShape)"> +<a name="XDGFText(TextType, org.apache.poi.xdgf.usermodel.XDGFShape)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XDGFText</h4> -<pre>public XDGFText(com.microsoft.schemas.office.visio.x2012.main.TextType text, +<pre>public XDGFText(TextType text, <a href="../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a> parent)</pre> </li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFBaseContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFBaseContents.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFBaseContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFBaseContents.html Wed Sep 21 22:19:54 2016 @@ -112,13 +112,13 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><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 shapeSheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(ShapeSheetType,%20org.apache.poi.xdgf.usermodel.XDGFBaseContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFShape</a></strong>(ShapeSheetType shapeSheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="rowColor"> -<td class="colLast"><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> parent, - com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape,%20ShapeSheetType,%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> parent, + ShapeSheetType shapeSheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFCell.html Wed Sep 21 22:19:54 2016 @@ -112,13 +112,13 @@ <tbody> <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"><span class="strong">XDGFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String cellName)</code> -<div class="block">A cell is really just a setting</div> -</td> +<td class="colLast"><span class="strong">XDGFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String cellName)</code> </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"><span class="strong">XDGFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String cellName)</code> </td> +<td class="colLast"><span class="strong">XDGFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#getCell(java.lang.String)">getCell</a></strong>(java.lang.String cellName)</code> +<div class="block">A cell is really just a setting</div> +</td> </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> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFDocument.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFDocument.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFDocument.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFDocument.html Wed Sep 21 22:19:54 2016 @@ -143,7 +143,7 @@ <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFFactory.html#XDGFFactory(org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFFactory</a></strong>(<a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="rowColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(com.microsoft.schemas.office.visio.x2012.main.MasterType master, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#XDGFMaster(MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(MasterType master, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a> content, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> @@ -174,7 +174,7 @@ <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageType page, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(PageType page, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a> content, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPages</a> pages)</code> </td> @@ -206,26 +206,26 @@ <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="rowColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageSheet.html#XDGFPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFPageSheet</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageSheetType sheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageSheet.html#XDGFPageSheet(PageSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFPageSheet</a></strong>(PageSheetType sheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="altColor"> -<td class="colLast"><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 shapeSheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(ShapeSheetType,%20org.apache.poi.xdgf.usermodel.XDGFBaseContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFShape</a></strong>(ShapeSheetType shapeSheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="rowColor"> -<td class="colLast"><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> parent, - com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html#XDGFShape(org.apache.poi.xdgf.usermodel.XDGFShape,%20ShapeSheetType,%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> parent, + ShapeSheetType shapeSheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFBaseContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFBaseContents</a> parentPage, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="altColor"> -<td class="colLast"><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 sheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFSheet.html#XDGFSheet(SheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFSheet</a></strong>(SheetType sheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> <tr class="rowColor"> -<td class="colLast"><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 styleSheet, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFStyleSheet.html#XDGFStyleSheet(StyleSheetType,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFStyleSheet</a></strong>(StyleSheetType styleSheet, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> </tbody> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMaster.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMaster.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMaster.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMaster.html Wed Sep 21 22:19:54 2016 @@ -108,11 +108,11 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Map<java.lang.Long,<a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMaster</a>></code></td> -<td class="colLast"><span class="strong">XDGFPageContents.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html#_masters">_masters</a></strong></code> </td> +<td class="colLast"><span class="strong">XDGFMasters.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#_masters">_masters</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.Map<java.lang.Long,<a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMaster</a>></code></td> -<td class="colLast"><span class="strong">XDGFMasters.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#_masters">_masters</a></strong></code> </td> +<td class="colLast"><span class="strong">XDGFPageContents.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html#_masters">_masters</a></strong></code> </td> </tr> </tbody> </table> @@ -129,11 +129,11 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMaster</a></code></td> -<td class="colLast"><span class="strong">XDGFPageContents.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html#getMasterById(long)">getMasterById</a></strong>(long id)</code> </td> +<td class="colLast"><span class="strong">XDGFMasters.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#getMasterById(long)">getMasterById</a></strong>(long masterId)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMaster</a></code></td> -<td class="colLast"><span class="strong">XDGFMasters.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasters.html#getMasterById(long)">getMasterById</a></strong>(long masterId)</code> </td> +<td class="colLast"><span class="strong">XDGFPageContents.</span><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html#getMasterById(long)">getMasterById</a></strong>(long id)</code> </td> </tr> </tbody> </table> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMasterContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMasterContents.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMasterContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFMasterContents.html Wed Sep 21 22:19:54 2016 @@ -139,7 +139,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(com.microsoft.schemas.office.visio.x2012.main.MasterType master, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMaster.html#XDGFMaster(MasterType,%20org.apache.poi.xdgf.usermodel.XDGFMasterContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument)">XDGFMaster</a></strong>(MasterType master, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFMasterContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFMasterContents</a> content, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document)</code> </td> </tr> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPageContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPageContents.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPageContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPageContents.html Wed Sep 21 22:19:54 2016 @@ -139,7 +139,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageType page, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(PageType page, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a> content, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPages</a> pages)</code> </td> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPages.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPages.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPages.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/class-use/XDGFPages.html Wed Sep 21 22:19:54 2016 @@ -110,7 +110,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(com.microsoft.schemas.office.visio.x2012.main.PageType page, +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPage.html#XDGFPage(PageType,%20org.apache.poi.xdgf.usermodel.XDGFPageContents,%20org.apache.poi.xdgf.usermodel.XDGFDocument,%20org.apache.poi.xdgf.usermodel.XDGFPages)">XDGFPage</a></strong>(PageType page, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPageContents.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPageContents</a> content, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFDocument.html" title="class in org.apache.poi.xdgf.usermodel">XDGFDocument</a> document, <a href="../../../../../../org/apache/poi/xdgf/usermodel/XDGFPages.html" title="class in org.apache.poi.xdgf.usermodel">XDGFPages</a> pages)</code> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
