Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Tue Jul 14 15:11:48 2015 @@ -35,7 +35,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> +<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFWorkbook.html" target="_top">Frames</a></li> @@ -222,6 +222,11 @@ implements <a href="../../../../../org/a <div class="block">Constructs a XSSFWorkbook object given a file name.</div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">XSSFWorkbook</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</code> +<div class="block">Create a new SpreadsheetML workbook.</div> +</td> +</tr> </table> </li> </ul> @@ -522,59 +527,63 @@ implements <a href="../../../../../org/a </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getWorkbookType()">getWorkbookType</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isDate1904()">isDate1904</a></strong>()</code> <div class="block">Gets a boolean value that indicates whether the date systems used in the workbook starts in 1904.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isHidden()">isHidden</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isMacroEnabled()">isMacroEnabled</a></strong>()</code> <div class="block">Are we a normal workbook (.xlsx), or a macro enabled workbook (.xlsm)?</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isRevisionLocked()">isRevisionLocked</a></strong>()</code> <div class="block">Specifies a boolean value that indicates whether the workbook is locked for revisions.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isSheetHidden(int)">isSheetHidden</a></strong>(int sheetIx)</code> <div class="block">Check whether a sheet is hidden.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isSheetVeryHidden(int)">isSheetVeryHidden</a></strong>(int sheetIx)</code> <div class="block">Check whether a sheet is very hidden.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isStructureLocked()">isStructureLocked</a></strong>()</code> <div class="block">Specifies a boolean value that indicates whether structure of workbook is locked.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#isWindowsLocked()">isWindowsLocked</a></strong>()</code> <div class="block">Specifies a boolean value that indicates whether the windows that comprise the workbook are locked.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#iterator()">iterator</a></strong>()</code> <div class="block">Allows foreach loops:</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#linkExternalWorkbook(java.lang.String,%20org.apache.poi.ss.usermodel.Workbook)">linkExternalWorkbook</a></strong>(java.lang.String name, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> @@ -582,62 +591,62 @@ implements <a href="../../../../../org/a referencing the specified external workbook to be added to this one.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#lockRevision()">lockRevision</a></strong>()</code> <div class="block">Locks the workbook for revisions.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#lockStructure()">lockStructure</a></strong>()</code> <div class="block">Locks the structure of workbook.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#lockWindows()">lockWindows</a></strong>()</code> <div class="block">Locks the windows that comprise the workbook.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected static <a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#newPackage()">newPackage</a></strong>()</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#newPackage(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">newPackage</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</code> <div class="block">Create a new SpreadsheetML package and setup the default minimal content</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#onDeleteFormula(org.apache.poi.xssf.usermodel.XSSFCell)">onDeleteFormula</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a> cell)</code> <div class="block">Fired when a formula is deleted from this workbook, for example when calling cell.setCellFormula(null)</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#onDocumentRead()">onDocumentRead</a></strong>()</code> <div class="block">Fired when a package part is read</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(int)">removeName</a></strong>(int nameIndex)</code> <div class="block">Remove the defined name at the specified index</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(java.lang.String)">removeName</a></strong>(java.lang.String name)</code> <div class="block">Remove a defined name by name</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removePrintArea(int)">removePrintArea</a></strong>(int sheetIndex)</code> <div class="block">Delete the printarea for the sheet specified</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeSheetAt(int)">removeSheetAt</a></strong>(int index)</code> <div class="block">Removes sheet at the given index.<p/> @@ -646,40 +655,40 @@ implements <a href="../../../../../org/a the workbook.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setActiveSheet(int)">setActiveSheet</a></strong>(int index)</code> <div class="block">Convenience method to set the active sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setFirstVisibleTab(int)">setFirstVisibleTab</a></strong>(int index)</code> <div class="block">Sets the first tab that is displayed in the list of tabs in excel.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean value)</code> <div class="block">Whether the application shall perform a full recalculation when the workbook is opened.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setHidden(boolean)">setHidden</a></strong>(boolean hiddenFlag)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setMissingCellPolicy(org.apache.poi.ss.usermodel.Row.MissingCellPolicy)">setMissingCellPolicy</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="class in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a> missingCellPolicy)</code> <div class="block">Sets the policy on what to do when getting missing or blank cells from a row.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setPivotTables(java.util.List)">setPivotTables</a></strong>(java.util.List<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a>> pivotTables)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setPrintArea(int,%20int,%20int,%20int,%20int)">setPrintArea</a></strong>(int sheetIndex, int startColumn, @@ -689,14 +698,14 @@ implements <a href="../../../../../org/a <div class="block">For the Convenience of Java Programmers maintaining pointers.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setPrintArea(int,%20java.lang.String)">setPrintArea</a></strong>(int sheetIndex, java.lang.String reference)</code> <div class="block">Sets the printarea for the sheet provided</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setRepeatingRowsAndColumns(int,%20int,%20int,%20int,%20int)">setRepeatingRowsAndColumns</a></strong>(int sheetIndex, int startColumn, @@ -709,54 +718,72 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setRevisionsPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setRevisionsPassword</a></strong>(java.lang.String password, <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> hashAlgo)</code> <div class="block">Sets the revisions password.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSelectedTab(int)">setSelectedTab</a></strong>(int index)</code> <div class="block">We only set one sheet as selected for compatibility with HSSF.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int sheetIx, boolean hidden)</code> <div class="block">Sets the visible state of this sheet.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></strong>(int sheetIx, int state)</code> <div class="block">Hide or unhide a sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int sheetIndex, java.lang.String sheetname)</code> <div class="block">Set the sheet name.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String sheetname, int pos)</code> <div class="block">sets the order of appearance for a given sheet.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setVBAProject(java.io.InputStream)">setVBAProject</a></strong>(java.io.InputStream vbaProjectStream)</code> +<div class="block">Adds a vbaProject.bin file to the workbook.</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setVBAProject(org.apache.poi.xssf.usermodel.XSSFWorkbook)">setVBAProject</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a> macroWorkbook)</code> +<div class="block">Adds a vbaProject.bin file taken from another, given workbook to this one.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setWorkbookPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setWorkbookPassword</a></strong>(java.lang.String password, <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> hashAlgo)</code> <div class="block">Sets the workbook password.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setWorkbookType(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">setWorkbookType</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> type)</code> +<div class="block">Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file.</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#unLock()">unLock</a></strong>()</code> @@ -918,6 +945,17 @@ implements <a href="../../../../../org/a <div class="block">Create a new SpreadsheetML workbook.</div> </li> </ul> +<a name="XSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbookType)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>XSSFWorkbook</h4> +<pre>public XSSFWorkbook(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</pre> +<div class="block">Create a new SpreadsheetML workbook.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>workbookType</code> - The type of workbook to make (.xlsx or .xlsm).</dd></dl> +</li> +</ul> <a name="XSSFWorkbook(org.apache.poi.openxml4j.opc.OPCPackage)"> <!-- --> </a> @@ -1043,13 +1081,13 @@ implements <a href="../../../../../org/a <dd><code>java.io.IOException</code></dd></dl> </li> </ul> -<a name="newPackage()"> +<a name="newPackage(org.apache.poi.xssf.usermodel.XSSFWorkbookType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newPackage</h4> -<pre>protected static <a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> newPackage()</pre> +<pre>protected static <a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> newPackage(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</pre> <div class="block">Create a new SpreadsheetML package and setup the default minimal content</div> </li> </ul> @@ -2393,13 +2431,61 @@ public java.util.List<<a href=". <a name="setPivotTables(java.util.List)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setPivotTables</h4> <pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a> protected void setPivotTables(java.util.List<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a>> pivotTables)</pre> </li> </ul> +<a name="getWorkbookType()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getWorkbookType</h4> +<pre>public <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> getWorkbookType()</pre> +</li> +</ul> +<a name="setWorkbookType(org.apache.poi.xssf.usermodel.XSSFWorkbookType)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setWorkbookType</h4> +<pre>public void setWorkbookType(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> type)</pre> +<div class="block">Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file.</div> +</li> +</ul> +<a name="setVBAProject(java.io.InputStream)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setVBAProject</h4> +<pre>public void setVBAProject(java.io.InputStream vbaProjectStream) + throws java.io.IOException</pre> +<div class="block">Adds a vbaProject.bin file to the workbook. This will change the workbook + type if necessary.</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="setVBAProject(org.apache.poi.xssf.usermodel.XSSFWorkbook)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setVBAProject</h4> +<pre>public void setVBAProject(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a> macroWorkbook) + throws java.io.IOException, + <a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre> +<div class="block">Adds a vbaProject.bin file taken from another, given workbook to this one.</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd> +<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd></dl> +</li> +</ul> </li> </ul> </li> @@ -2427,7 +2513,7 @@ protected void setPivotTables( <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> +<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFWorkbook.html" target="_top">Frames</a></li>
Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbookType.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbookType.html?rev=1690972&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbookType.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbookType.html Tue Jul 14 15:11:48 2015 @@ -0,0 +1,348 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>XSSFWorkbookType (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="XSSFWorkbookType (POI API Documentation)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/XSSFWorkbookType.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/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" target="_top">Frames</a></li> +<li><a href="XSSFWorkbookType.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><a href="#enum_constant_summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum_constant_detail">Enum Constants</a> | </li> +<li>Field | </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.usermodel</div> +<h2 title="Enum XSSFWorkbookType" class="title">Enum XSSFWorkbookType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.lang.Enum<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>></li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.xssf.usermodel.XSSFWorkbookType</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>></dd> +</dl> +<hr> +<br> +<pre>public enum <span class="strong">XSSFWorkbookType</span> +extends java.lang.Enum<<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>></pre> +<div class="block">Represents the two different kinds of XML-based OOXML document.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum_constant_summary"> +<!-- --> +</a> +<h3>Enum Constant Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> +<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Enum Constant and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#XLSM">XLSM</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#XLSX">XLSX</a></strong></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.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#getContentType()">getContentType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#getExtension()">getExtension</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#values()">values</a></strong>()</code> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Enum</h3> +<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</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>getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ ENUM CONSTANT DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum_constant_detail"> +<!-- --> +</a> +<h3>Enum Constant Detail</h3> +<a name="XLSX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>XLSX</h4> +<pre>public static final <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> XLSX</pre> +</li> +</ul> +<a name="XLSM"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>XLSM</h4> +<pre>public static final <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> XLSM</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="values()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>values</h4> +<pre>public static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>[] values()</pre> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (XSSFWorkbookType c : XSSFWorkbookType.values()) + System.out.println(c); +</pre></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> +</li> +</ul> +<a name="valueOf(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> valueOf(java.lang.String name)</pre> +<div class="block">Returns the enum constant of this type with the specified name. +The string must match <i>exactly</i> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> +<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> +<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> +</li> +</ul> +<a name="getContentType()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getContentType</h4> +<pre>public java.lang.String getContentType()</pre> +</li> +</ul> +<a name="getExtension()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getExtension</h4> +<pre>public java.lang.String getExtension()</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/XSSFWorkbookType.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/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" target="_top">Frames</a></li> +<li><a href="XSSFWorkbookType.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><a href="#enum_constant_summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum_constant_detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2015 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html?rev=1690972&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html Tue Jul 14 15:11:48 2015 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Class org.apache.poi.xssf.usermodel.XSSFVBAPart (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.XSSFVBAPart (POI API Documentation)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html" target="_top">Frames</a></li> +<li><a href="XSSFVBAPart.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.xssf.usermodel.XSSFVBAPart" class="title">Uses of Class<br>org.apache.poi.xssf.usermodel.XSSFVBAPart</h2> +</div> +<div class="classUseContainer">No usage of org.apache.poi.xssf.usermodel.XSSFVBAPart</div> +<!-- ======= 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><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFVBAPart.html" target="_top">Frames</a></li> +<li><a href="XSSFVBAPart.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> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2015 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html Tue Jul 14 15:11:48 2015 @@ -229,6 +229,12 @@ workbook.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setVBAProject(org.apache.poi.xssf.usermodel.XSSFWorkbook)">setVBAProject</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a> macroWorkbook)</code> +<div class="block">Adds a vbaProject.bin file taken from another, given workbook to this one.</div> +</td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html?rev=1690972&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html Tue Jul 14 15:11:48 2015 @@ -0,0 +1,204 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Class org.apache.poi.xssf.usermodel.XSSFWorkbookType (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.XSSFWorkbookType (POI API Documentation)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html" target="_top">Frames</a></li> +<li><a href="XSSFWorkbookType.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.xssf.usermodel.XSSFWorkbookType" class="title">Uses of Class<br>org.apache.poi.xssf.usermodel.XSSFWorkbookType</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<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> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</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><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></code></td> +<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getWorkbookType()">getWorkbookType</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></code></td> +<td class="colLast"><span class="strong">XSSFWorkbookType.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a>[]</code></td> +<td class="colLast"><span class="strong">XSSFWorkbookType.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html#values()">values</a></strong>()</code> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</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/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</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>protected static <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">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#newPackage(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">newPackage</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</code> +<div class="block">Create a new SpreadsheetML package and setup the default minimal content</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setWorkbookType(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">setWorkbookType</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> type)</code> +<div class="block">Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file.</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/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</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/usermodel/XSSFWorkbook.html#XSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbookType)">XSSFWorkbook</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> workbookType)</code> +<div class="block">Create a new SpreadsheetML workbook.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html" target="_top">Frames</a></li> +<li><a href="XSSFWorkbookType.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> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2015 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html Tue Jul 14 15:11:48 2015 @@ -66,6 +66,7 @@ <li><a href="XSSFTextBox.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFTextBox</a></li> <li><a href="XSSFTextParagraph.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFTextParagraph</a></li> <li><a href="XSSFTextRun.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFTextRun</a></li> +<li><a href="XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFVBAPart</a></li> <li><a href="XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFVMLDrawing</a></li> <li><a href="XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFWorkbook</a></li> </ul> @@ -79,6 +80,7 @@ <li><a href="TextFontAlign.html" title="enum in org.apache.poi.xssf.usermodel" target="classFrame">TextFontAlign</a></li> <li><a href="TextHorizontalOverflow.html" title="enum in org.apache.poi.xssf.usermodel" target="classFrame">TextHorizontalOverflow</a></li> <li><a href="TextVerticalOverflow.html" title="enum in org.apache.poi.xssf.usermodel" target="classFrame">TextVerticalOverflow</a></li> +<li><a href="XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel" target="classFrame">XSSFWorkbookType</a></li> </ul> </div> </body> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html Tue Jul 14 15:11:48 2015 @@ -141,7 +141,9 @@ </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingRule</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">XSSF suport for Conditional Formatting rules</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel">XSSFConnector</a></td> @@ -387,12 +389,16 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel">XSSFVBAPart</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFVMLDrawing</a></td> <td class="colLast"> <div class="block">Represents a SpreadsheetML VML drawing.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></td> <td class="colLast"> <div class="block">High level representation of a SpreadsheetML workbook.</div> @@ -457,6 +463,12 @@ <div class="block">Text Vertical Overflow</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel">XSSFWorkbookType</a></td> +<td class="colLast"> +<div class="block">Represents the two different kinds of XML-based OOXML document.</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html Tue Jul 14 15:11:48 2015 @@ -93,6 +93,7 @@ </ul> </li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFTable</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFVBAPart</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFVMLDrawing</span></a></li> </ul> </li> @@ -177,6 +178,7 @@ <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/TextCap.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextCap</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/ListAutoNumber.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">ListAutoNumber</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/TextVerticalOverflow.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextVerticalOverflow</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">XSSFWorkbookType</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/TextHorizontalOverflow.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextHorizontalOverflow</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextAutofit</span></a></li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Tue Jul 14 15:11:48 2015 @@ -334,7 +334,9 @@ <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFConditionalFormatting.html#org.apache.poi.xssf.usermodel">XSSFConditionalFormatting</a> </td> </tr> <tr class="rowColor"> -<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFConditionalFormattingRule.html#org.apache.poi.xssf.usermodel">XSSFConditionalFormattingRule</a> </td> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFConditionalFormattingRule.html#org.apache.poi.xssf.usermodel">XSSFConditionalFormattingRule</a> +<div class="block">XSSF suport for Conditional Formatting rules</div> +</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFConnector.html#org.apache.poi.xssf.usermodel">XSSFConnector</a> @@ -512,6 +514,11 @@ <div class="block">High level representation of a SpreadsheetML workbook.</div> </td> </tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFWorkbookType.html#org.apache.poi.xssf.usermodel">XSSFWorkbookType</a> +<div class="block">Represents the two different kinds of XML-based OOXML document.</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Tue Jul 14 15:11:48 2015 @@ -382,7 +382,7 @@ <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/CellUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">CellUtil</span></a></li> <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/CellValue.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">CellValue</span></a></li> <li type="circle">org.apache.poi.ss.util.cellwalk.<a href="org/apache/poi/ss/util/cellwalk/CellWalk.html" title="class in org.apache.poi.ss.util.cellwalk"><span class="strong">CellWalk</span></a></li> -<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFRuleRecord.ComparisonOperator</span></a></li> +<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFRuleBase.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFRuleBase.ComparisonOperator</span></a></li> <li type="circle">org.apache.poi.hwpf.sprm.<a href="org/apache/poi/hwpf/sprm/CharacterSprmCompressor.html" title="class in org.apache.poi.hwpf.sprm"><span class="strong">CharacterSprmCompressor</span></a></li> <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Choose.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Choose</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li> <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/CHPAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="strong">CHPAbstractType</span></a> @@ -442,6 +442,7 @@ <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ComparisonOperator.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ComparisonOperator</span></a></li> <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Complex.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Complex</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li> <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/ComplexFileTable.html" title="class in org.apache.poi.hwpf.model"><span class="strong">ComplexFileTable</span></a></li> +<li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ConditionType.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ConditionType</span></a></li> <li type="circle">org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/Configuration.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">Configuration</span></a></li> <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><span class="strong">Configurator</span></a></li> <li type="circle">org.apache.poi.hpsf.<a href="org/apache/poi/hpsf/Constants.html" title="class in org.apache.poi.hpsf"><span class="strong">Constants</span></a></li> @@ -1386,6 +1387,7 @@ </ul> </li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFTable.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFTable</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFVBAPart.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFVBAPart</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFVMLDrawing</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFFootnotes.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFFootnotes</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFHeaderFooter</span></a> (implements org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>) @@ -1789,8 +1791,18 @@ <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/RKRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">RKRecord</span></a></li> </ul> </li> +<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFHeaderBase</span></a> +<ul> +<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFHeader12Record</span></a> (implements org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a>)</li> <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFHeaderRecord</span></a></li> +</ul> +</li> +<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFRuleBase</span></a> +<ul> +<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFRule12Record</span></a> (implements org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a>)</li> <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">CFRuleRecord</span></a></li> +</ul> +</li> <li type="circle">org.apache.poi.hssf.record.chart.<a href="org/apache/poi/hssf/record/chart/ChartEndBlockRecord.html" title="class in org.apache.poi.hssf.record.chart"><span class="strong">ChartEndBlockRecord</span></a></li> <li type="circle">org.apache.poi.hssf.record.chart.<a href="org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html" title="class in org.apache.poi.hssf.record.chart"><span class="strong">ChartEndObjectRecord</span></a></li> <li type="circle">org.apache.poi.hssf.record.chart.<a href="org/apache/poi/hssf/record/chart/ChartFormatRecord.html" title="class in org.apache.poi.hssf.record.chart"><span class="strong">ChartFormatRecord</span></a></li> @@ -2694,6 +2706,7 @@ <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function4Arg.html" title="interface in org.apache.poi.ss.formula.functions"><span class="strong">Function4Arg</span></a></li> </ul> </li> +<li type="circle">org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common"><span class="strong">FutureRecord</span></a></li> <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/HDFType.html" title="interface in org.apache.poi.hwpf.model"><span class="strong">HDFType</span></a></li> <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/HeaderBlockConstants.html" title="interface in org.apache.poi.poifs.storage"><span class="strong">HeaderBlockConstants</span></a></li> <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/HeaderFooter.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">HeaderFooter</span></a> @@ -2971,6 +2984,7 @@ <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/TextCap.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextCap</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/ListAutoNumber.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">ListAutoNumber</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/TextVerticalOverflow.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextVerticalOverflow</span></a></li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFWorkbookType.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">XSSFWorkbookType</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/TextHorizontalOverflow.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextHorizontalOverflow</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xssf.usermodel"><span class="strong">TextAutofit</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.extensions.<a href="org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.BorderSide.html" title="enum in org.apache.poi.xssf.usermodel.extensions"><span class="strong">XSSFCellBorder.BorderSide</span></a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
