Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html Thu Mar 16 18:53:48 2017 @@ -106,14 +106,21 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -597,6 +604,28 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a> in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> that throw <a href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.io.InputStream</code></td> +<td class="colLast"><span class="strong">XSSFBRelation.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBRelation.html#getContents(org.apache.poi.openxml4j.opc.PackagePart)">getContents</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> corePart)</code> +<div class="block">Fetches the InputStream to read the contents, based + of the specified core part, for which we are defined + as a suitable relationship</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> <!-- --> </a> @@ -638,27 +667,34 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><code>java.util.Iterator<java.io.InputStream></code></td> +<td class="colLast"><span class="strong">XSSFBReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFBReader.html#getSheetsData()">getSheetsData</a></strong>()</code> +<div class="block">Returns an Iterator which will let you get at all the + different Sheets in turn.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>java.io.InputStream</code></td> <td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#getStylesData()">getStylesData</a></strong>()</code> <div class="block">Returns an InputStream to read the contents of the styles table.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html" title="class in org.apache.poi.xssf.model">StylesTable</a></code></td> <td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#getStylesTable()">getStylesTable</a></strong>()</code> <div class="block">Opens up the Styles Table, parses it, and returns a handy object for working with cell styles</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.io.InputStream</code></td> <td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#getThemesData()">getThemesData</a></strong>()</code> <div class="block">Returns an InputStream to read the contents of the themes table.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.io.InputStream</code></td> <td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#getWorkbookData()">getWorkbookData</a></strong>()</code> <div class="block">Returns an InputStream to read the contents of the
Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/OpenXML4JException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/OpenXML4JException.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/OpenXML4JException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/OpenXML4JException.html Thu Mar 16 18:53:48 2017 @@ -468,6 +468,11 @@ </tr> <tbody> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFBReader.html#XSSFBReader(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFBReader</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> +<div class="block">Creates a new XSSFReader, for the given package</div> +</td> +</tr> +<tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#XSSFReader(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFReader</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> <div class="block">Creates a new XSSFReader, for the given package</div> </td> @@ -486,6 +491,12 @@ </tr> <tbody> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html#XSSFBEventBasedExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFBEventBasedExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html#XSSFBEventBasedExcelExtractor(java.lang.String)">XSSFBEventBasedExcelExtractor</a></strong>(java.lang.String path)</code> </td> +</tr> +<tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html#XSSFEventBasedExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFEventBasedExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> </tr> <tr class="rowColor"> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html Thu Mar 16 18:53:48 2017 @@ -132,22 +132,29 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -414,6 +421,21 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/openxml4j/exceptions/package-summary.html">org.apache.poi.openxml4j.exceptions</a> used by <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html#org.apache.poi.xssf.binary">InvalidFormatException</a> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html Thu Mar 16 18:53:48 2017 @@ -132,22 +132,29 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -734,10 +741,39 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with parameters of type <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBSharedStringsTable.html#XSSFBSharedStringsTable(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFBSharedStringsTable</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a> declared as <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></code></td> +<td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#pkg">pkg</a></strong></code> </td> +</tr> +</tbody> +</table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></span><span class="tabEnd"> </span></caption> <tr> @@ -755,6 +791,11 @@ boolean includePhoneticRuns)</code> </td> </tr> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFBReader.html#XSSFBReader(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFBReader</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> +<div class="block">Creates a new XSSFReader, for the given package</div> +</td> +</tr> +<tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#XSSFReader(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFReader</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> <div class="block">Creates a new XSSFReader, for the given package</div> </td> @@ -788,9 +829,12 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html#XSSFEventBasedExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFEventBasedExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html#XSSFBEventBasedExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFBEventBasedExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> </tr> <tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html#XSSFEventBasedExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFEventBasedExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> +</tr> +<tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFExcelExtractor.html#XSSFExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFExcelExtractor</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> container)</code> </td> </tr> </tbody> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html Thu Mar 16 18:53:48 2017 @@ -118,22 +118,29 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -852,10 +859,56 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with parameters of type <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.io.InputStream</code></td> +<td class="colLast"><span class="strong">XSSFBRelation.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBRelation.html#getContents(org.apache.poi.openxml4j.opc.PackagePart)">getContents</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> corePart)</code> +<div class="block">Fetches the InputStream to read the contents, based + of the specified core part, for which we are defined + as a suitable relationship</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with parameters of type <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html#XSSFBHyperlinksTable(org.apache.poi.openxml4j.opc.PackagePart)">XSSFBHyperlinksTable</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> sheetPart)</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a> declared as <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td> +<td class="colLast"><span class="strong">XSSFReader.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFReader.html#workbookPart">workbookPart</a></strong></code> </td> +</tr> +</tbody> +</table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a> that return <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></span><span class="tabEnd"> </span></caption> <tr> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html Thu Mar 16 18:53:48 2017 @@ -140,30 +140,37 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -556,6 +563,28 @@ <div class="block">Provides a base class for parts stored in a Package.</div> </td> </tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a> used by <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/openxml4j/opc/class-use/OPCPackage.html#org.apache.poi.xssf.binary">OPCPackage</a> +<div class="block">Represents a container that can store multiple data objects.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/openxml4j/opc/class-use/PackagePart.html#org.apache.poi.xssf.binary">PackagePart</a> +<div class="block">Provides a base class for parts stored in a Package.</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/package-use.html Thu Mar 16 18:53:48 2017 @@ -208,22 +208,29 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -1003,6 +1010,23 @@ </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/apache/poi/class-use/POIXMLRelation.html#org.apache.poi.xssf.binary">POIXMLRelation</a> +<div class="block">Represents a descriptor of a OOXML relation.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.extractor"> Modified: poi/site/publish/apidocs/org/apache/poi/ss/extractor/ExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/extractor/ExcelExtractor.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/extractor/ExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/extractor/ExcelExtractor.html Thu Mar 16 18:53:48 2017 @@ -90,7 +90,7 @@ <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html" title="class in org.apache.poi.hssf.extractor">EventBasedExcelExtractor</a>, <a href="../../../../../org/apache/poi/hssf/extractor/ExcelExtractor.html" title="class in org.apache.poi.hssf.extractor">ExcelExtractor</a>, <a href="../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFEventBasedExcelExtractor</a>, <a href="../../../../../org/apache/poi/xssf/extractor/XSSFExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFExcelExtractor</a></dd> +<dd><a href="../../../../../org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html" title="class in org.apache.poi.hssf.extractor">EventBasedExcelExtractor</a>, <a href="../../../../../org/apache/poi/hssf/extractor/ExcelExtractor.html" title="class in org.apache.poi.hssf.extractor">ExcelExtractor</a>, <a href="../../../../../org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFBEventBasedExcelExtractor</a>, <a href="../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFEventBasedExcelExtractor</a>, <a href="../../../../../org/apache/poi/xssf/extractor/XSSFExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFExcelExtractor</a></dd> </dl> <hr> <br> Modified: poi/site/publish/apidocs/org/apache/poi/ss/extractor/class-use/ExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/extractor/class-use/ExcelExtractor.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/extractor/class-use/ExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/extractor/class-use/ExcelExtractor.html Thu Mar 16 18:53:48 2017 @@ -130,12 +130,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFBEventBasedExcelExtractor</a></strong></code> +<div class="block">Implementation of a text extractor or xlsb Excel + files that uses SAX-like binary parsing.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFEventBasedExcelExtractor</a></strong></code> <div class="block">Implementation of a text extractor from OOXML Excel files that uses SAX event based parsing.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/extractor/XSSFExcelExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFExcelExtractor</a></strong></code> <div class="block">Helper class to extract text from an OOXML Excel file</div> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DataFormatter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DataFormatter.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DataFormatter.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DataFormatter.html Thu Mar 16 18:53:48 2017 @@ -92,6 +92,13 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> @@ -161,6 +168,28 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel">DataFormatter</a> in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel">DataFormatter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBSheetHandler.html#XSSFBSheetHandler(java.io.InputStream,%20org.apache.poi.xssf.binary.XSSFBStylesTable,%20org.apache.poi.xssf.binary.XSSFBCommentsTable,%20org.apache.poi.xssf.binary.XSSFBSharedStringsTable,%20org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler,%20org.apache.poi.ss.usermodel.DataFormatter,%20boolean)">XSSFBSheetHandler</a></strong>(java.io.InputStream is, + <a href="../../../../../../org/apache/poi/xssf/binary/XSSFBStylesTable.html" title="class in org.apache.poi.xssf.binary">XSSFBStylesTable</a> styles, + <a href="../../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html" title="class in org.apache.poi.xssf.binary">XSSFBCommentsTable</a> comments, + <a href="../../../../../../org/apache/poi/xssf/binary/XSSFBSharedStringsTable.html" title="class in org.apache.poi.xssf.binary">XSSFBSharedStringsTable</a> strings, + <a href="../../../../../../org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.SheetContentsHandler.html" title="interface in org.apache.poi.xssf.eventusermodel">XSSFSheetXMLHandler.SheetContentsHandler</a> sheetContentsHandler, + <a href="../../../../../../org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel">DataFormatter</a> dataFormatter, + boolean formulasNotResults)</code> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html Thu Mar 16 18:53:48 2017 @@ -173,30 +173,37 @@ HSSF concepts.</div> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.charts">org.apache.poi.xssf.usermodel.charts</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td> <td class="colLast"> </td> </tr> @@ -1366,6 +1373,24 @@ HSSF concepts.</div> </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> used by <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/DataFormatter.html#org.apache.poi.xssf.binary">DataFormatter</a> +<div class="block">DataFormatter contains methods for formatting the value stored in an + Cell.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.eventusermodel"> Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html Thu Mar 16 18:53:48 2017 @@ -92,14 +92,21 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -337,6 +344,45 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> that return types with arguments of type <a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.Queue<<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>></code></td> +<td class="colLast"><span class="strong">XSSFBCommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html#getAddresses()">getAddresses</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.Map<<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>,java.util.List<<a href="../../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>>></code></td> +<td class="colLast"><span class="strong">XSSFBHyperlinksTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html#getHyperLinks()">getHyperLinks</a></strong>()</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.List<<a href="../../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>></code></td> +<td class="colLast"><span class="strong">XSSFBHyperlinksTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html#findHyperlinkRecord(org.apache.poi.ss.util.CellAddress)">findHyperlinkRecord</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>org.apache.poi.xssf.binary.XSSFBComment</code></td> +<td class="colLast"><span class="strong">XSSFBCommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html#get(org.apache.poi.ss.util.CellAddress)">get</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</code> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.xssf.model"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html Thu Mar 16 18:53:48 2017 @@ -149,22 +149,29 @@ HSSF concepts.</div> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.charts">org.apache.poi.xssf.usermodel.charts</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td> <td class="colLast"> </td> </tr> @@ -589,6 +596,23 @@ HSSF concepts.</div> </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/ss/util/package-summary.html">org.apache.poi.ss.util</a> used by <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/CellAddress.html#org.apache.poi.xssf.binary">CellAddress</a> +<div class="block">This class is a container for POI usermodel row=0 column=0 cell references.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.model"> Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Thu Mar 16 18:53:48 2017 @@ -259,34 +259,41 @@ Compound Document Format.</div> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.charts">org.apache.poi.xssf.usermodel.charts</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.util">org.apache.poi.xssf.util</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -11043,6 +11050,68 @@ Compound Document Format.</div> </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a> in <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a> with annotations of type <a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">Internal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html" title="class in org.apache.poi.xssf.binary">XSSFBCommentsTable</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html" title="class in org.apache.poi.xssf.binary">XSSFBHyperlinksTable</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html" title="class in org.apache.poi.xssf.binary">XSSFBParser</a></strong></code> +<div class="block">Experimental parser for Microsoft's ooxml xssfb format.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBRecordType.html" title="enum in org.apache.poi.xssf.binary">XSSFBRecordType</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBRelation.html" title="class in org.apache.poi.xssf.binary">XSSFBRelation</a></strong></code> +<div class="block">Need to have this mirror class of <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRelation.html" title="class in org.apache.poi.xssf.usermodel"><code>XSSFRelation</code></a> + because of conflicts with regular ooxml relations.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBSharedStringsTable.html" title="class in org.apache.poi.xssf.binary">XSSFBSharedStringsTable</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBSheetHandler.html" title="class in org.apache.poi.xssf.binary">XSSFBSheetHandler</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBStylesTable.html" title="class in org.apache.poi.xssf.binary">XSSFBStylesTable</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBUtils.html" title="class in org.apache.poi.xssf.binary">XSSFBUtils</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a></strong></code> +<div class="block">This is a read only record that maintains information about + a hyperlink.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.model"> Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Thu Mar 16 18:53:48 2017 @@ -390,38 +390,45 @@ Compound Document Format.</div> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.binary">org.apache.poi.xssf.binary</a></td> +<td class="colLast"> +<div class="block">The org.apache.poi.xssf.binary package includes necessary underlying components +for streaming/read-only processing of xlsb files.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.charts">org.apache.poi.xssf.usermodel.charts</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.util">org.apache.poi.xssf.util</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.model">org.apache.poi.xwpf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -2059,6 +2066,24 @@ Compound Document Format.</div> </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.binary"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/poi/util/package-summary.html">org.apache.poi.util</a> used by <a href="../../../../org/apache/poi/xssf/binary/package-summary.html">org.apache.poi.xssf.binary</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Internal.html#org.apache.poi.xssf.binary">Internal</a> +<div class="block">Program elements annotated @Internal are intended for + POI internal use only.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.model"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/XLSBUnsupportedException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/XLSBUnsupportedException.html?rev=1787231&r1=1787230&r2=1787231&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/XLSBUnsupportedException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/XLSBUnsupportedException.html Thu Mar 16 18:53:48 2017 @@ -129,7 +129,9 @@ <br> <pre>public class <span class="strong">XLSBUnsupportedException</span> extends <a href="../../../../org/apache/poi/UnsupportedFileFormatException.html" title="class in org.apache.poi">UnsupportedFileFormatException</a></pre> -<div class="block">We don't support .xlsb files, sorry</div> +<div class="block">We don't support .xlsb for read and write via <a href="../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><code>XSSFWorkbook</code></a>. + As of POI 3.15-beta3, we do support streaming reading of xlsb files + via <a href="../../../../org/apache/poi/xssf/eventusermodel/XSSFBReader.html" title="class in org.apache.poi.xssf.eventusermodel"><code>XSSFBReader</code></a></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.poi.xssf.XLSBUnsupportedException">Serialized Form</a></dd></dl> </li> </ul> Added: poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBCommentsTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBCommentsTable.html?rev=1787231&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBCommentsTable.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBCommentsTable.html Thu Mar 16 18:53:48 2017 @@ -0,0 +1,312 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>XSSFBCommentsTable (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="XSSFBCommentsTable (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</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/XSSFBCommentsTable.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/binary/XSSFBCommentsTable.html" target="_top">Frames</a></li> +<li><a href="XSSFBCommentsTable.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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.xssf.binary</div> +<h2 title="Class XSSFBCommentsTable" class="title">Class XSSFBCommentsTable</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html" title="class in org.apache.poi.xssf.binary">org.apache.poi.xssf.binary.XSSFBParser</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.xssf.binary.XSSFBCommentsTable</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> +public class <span class="strong">XSSFBCommentsTable</span> +extends <a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html" title="class in org.apache.poi.xssf.binary">XSSFBParser</a></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </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/xssf/binary/XSSFBCommentsTable.html#XSSFBCommentsTable(java.io.InputStream)">XSSFBCommentsTable</a></strong>(java.io.InputStream is)</code> </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"> </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>org.apache.poi.xssf.binary.XSSFBComment</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html#get(org.apache.poi.ss.util.CellAddress)">get</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.Queue<<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html#getAddresses()">getAddresses</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBCommentsTable.html#handleRecord(int,%20byte[])">handleRecord</a></strong>(int id, + byte[] data)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.xssf.binary.XSSFBParser"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.xssf.binary.<a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html" title="class in org.apache.poi.xssf.binary">XSSFBParser</a></h3> +<code><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html#parse()">parse</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 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="XSSFBCommentsTable(java.io.InputStream)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>XSSFBCommentsTable</h4> +<pre>public XSSFBCommentsTable(java.io.InputStream is) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="handleRecord(int, byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>handleRecord</h4> +<pre>public void handleRecord(int id, + byte[] data) + throws <a href="../../../../../org/apache/poi/xssf/binary/XSSFBParseException.html" title="class in org.apache.poi.xssf.binary">XSSFBParseException</a></pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html#handleRecord(int,%20byte[])">handleRecord</a></code> in class <code><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParser.html" title="class in org.apache.poi.xssf.binary">XSSFBParser</a></code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParseException.html" title="class in org.apache.poi.xssf.binary">XSSFBParseException</a></code></dd></dl> +</li> +</ul> +<a name="getAddresses()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAddresses</h4> +<pre>public java.util.Queue<<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>> getAddresses()</pre> +</li> +</ul> +<a name="get(org.apache.poi.ss.util.CellAddress)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>get</h4> +<pre>public org.apache.poi.xssf.binary.XSSFBComment get(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</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/XSSFBCommentsTable.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/binary/XSSFBCommentsTable.html" target="_top">Frames</a></li> +<li><a href="XSSFBCommentsTable.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Added: poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html?rev=1787231&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html Thu Mar 16 18:53:48 2017 @@ -0,0 +1,282 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>XSSFBHyperlinksTable (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="XSSFBHyperlinksTable (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</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/XSSFBHyperlinksTable.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/xssf/binary/XSSFBCommentsTable.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParseException.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html" target="_top">Frames</a></li> +<li><a href="XSSFBHyperlinksTable.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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.xssf.binary</div> +<h2 title="Class XSSFBHyperlinksTable" class="title">Class XSSFBHyperlinksTable</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.xssf.binary.XSSFBHyperlinksTable</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> +public class <span class="strong">XSSFBHyperlinksTable</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </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/xssf/binary/XSSFBHyperlinksTable.html#XSSFBHyperlinksTable(org.apache.poi.openxml4j.opc.PackagePart)">XSSFBHyperlinksTable</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> sheetPart)</code> </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"> </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.util.List<<a href="../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html#findHyperlinkRecord(org.apache.poi.ss.util.CellAddress)">findHyperlinkRecord</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>,java.util.List<<a href="../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html#getHyperLinks()">getHyperLinks</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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="XSSFBHyperlinksTable(org.apache.poi.openxml4j.opc.PackagePart)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>XSSFBHyperlinksTable</h4> +<pre>public XSSFBHyperlinksTable(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> sheetPart) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getHyperLinks()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHyperLinks</h4> +<pre>public java.util.Map<<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>,java.util.List<<a href="../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>>> getHyperLinks()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>a map of the hyperlinks. The key is the top left cell address in their CellRange</dd></dl> +</li> +</ul> +<a name="findHyperlinkRecord(org.apache.poi.ss.util.CellAddress)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>findHyperlinkRecord</h4> +<pre>public java.util.List<<a href="../../../../../org/apache/poi/xssf/binary/XSSFHyperlinkRecord.html" title="class in org.apache.poi.xssf.binary">XSSFHyperlinkRecord</a>> findHyperlinkRecord(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a> cellAddress)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cellAddress</code> - cell address to find</dd> +<dt><span class="strong">Returns:</span></dt><dd>null if not a hyperlink</dd></dl> +</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/XSSFBHyperlinksTable.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/xssf/binary/XSSFBCommentsTable.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/xssf/binary/XSSFBParseException.html" title="class in org.apache.poi.xssf.binary"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/binary/XSSFBHyperlinksTable.html" target="_top">Frames</a></li> +<li><a href="XSSFBHyperlinksTable.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
