Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyle.html?rev=1795025&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyle.html (added) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyle.html Fri May 12 21:56:14 2017 @@ -0,0 +1,237 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>TableStyle (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="TableStyle (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/TableStyle.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/ss/usermodel/Table.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyle.html" target="_top">Frames</a></li> +<li><a href="TableStyle.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>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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.ss.usermodel</div> +<h2 title="Interface TableStyle" class="title">Interface TableStyle</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFTableStyle</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">TableStyle</span></pre> +<div class="block">Data table style definition. Includes style elements for various table components. + Any number of style elements may be represented, and any cell may be styled by + multiple elements. The order of elements in <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel"><code>TableStyleType</code></a> defines precedence.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>3.17 beta 1</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== 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/ss/usermodel/TableStyle.html#getName()">getName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> type)</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>java.lang.String getName()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>name (may be a builtin name)</dd></dl> +</li> +</ul> +<a name="getStyle(org.apache.poi.ss.usermodel.TableStyleType)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getStyle</h4> +<pre><a href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a> getStyle(<a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> type)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - </dd> +<dt><span class="strong">Returns:</span></dt><dd>style definition for the given type, or null if not defined in this style.</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/TableStyle.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/ss/usermodel/Table.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyle.html" target="_top">Frames</a></li> +<li><a href="TableStyle.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>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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/ss/usermodel/TableStyleInfo.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleInfo.html?rev=1795025&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleInfo.html (added) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleInfo.html Fri May 12 21:56:14 2017 @@ -0,0 +1,291 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>TableStyleInfo (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="TableStyleInfo (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/TableStyleInfo.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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyleInfo.html" target="_top">Frames</a></li> +<li><a href="TableStyleInfo.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>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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.ss.usermodel</div> +<h2 title="Interface TableStyleInfo" class="title">Interface TableStyleInfo</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.html" title="class in org.apache.poi.xssf.usermodel">XSSFTableStyleInfo</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">TableStyleInfo</span></pre> +<div class="block">style information for a specific table instance, referencing the document style + and indicating which optional portions of the style to apply.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>3.17 beta 1</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== 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/ss/usermodel/TableStyleInfo.html#getName()">getName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#getStyle()">getStyle</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#isShowColumnStripes()">isShowColumnStripes</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#isShowFirstColumn()">isShowFirstColumn</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#isShowLastColumn()">isShowLastColumn</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#isShowRowStripes()">isShowRowStripes</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isShowColumnStripes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isShowColumnStripes</h4> +<pre>boolean isShowColumnStripes()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if alternating column styles should be applied</dd></dl> +</li> +</ul> +<a name="isShowRowStripes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isShowRowStripes</h4> +<pre>boolean isShowRowStripes()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if alternating row styles should be applied</dd></dl> +</li> +</ul> +<a name="isShowFirstColumn()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isShowFirstColumn</h4> +<pre>boolean isShowFirstColumn()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if the distinct first column style should be applied</dd></dl> +</li> +</ul> +<a name="isShowLastColumn()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isShowLastColumn</h4> +<pre>boolean isShowLastColumn()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if the distinct last column style should be applied</dd></dl> +</li> +</ul> +<a name="getName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>java.lang.String getName()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the style (may reference a built-in style)</dd></dl> +</li> +</ul> +<a name="getStyle()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getStyle</h4> +<pre><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a> getStyle()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>style definition</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/TableStyleInfo.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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyleInfo.html" target="_top">Frames</a></li> +<li><a href="TableStyleInfo.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>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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/ss/usermodel/TableStyleType.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleType.html?rev=1795025&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleType.html (added) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/TableStyleType.html Fri May 12 21:56:14 2017 @@ -0,0 +1,650 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>TableStyleType (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="TableStyleType (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/TableStyleType.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/ss/usermodel/TableStyleInfo.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyleType.html" target="_top">Frames</a></li> +<li><a href="TableStyleType.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.ss.usermodel</div> +<h2 title="Enum TableStyleType" class="title">Enum TableStyleType</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/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a>></li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.ss.usermodel.TableStyleType</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/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a>></dd> +</dl> +<hr> +<br> +<pre>public enum <span class="strong">TableStyleType</span> +extends java.lang.Enum<<a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a>></pre> +<div class="block">Ordered list of table style elements, for both data tables and pivot tables. + Some elements only apply to pivot tables, but any style definition can omit any number, + so having them in one list should not be a problem. + <p/> + The order is the specification order of application, with later elements overriding previous + ones, if style properties conflict. + <p/> + Processing could iterate bottom-up if looking for specific properties, and stop when the + first style is found defining a value for that property. + <p/> + Enum names match the OOXML spec values exactly, so <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#valueOf(java.lang.String)"><code>valueOf(String)</code></a> will work.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>3.17 beta 1</dd></dl> +</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/ss/usermodel/TableStyleType.html#blankRow">blankRow</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstColumn">firstColumn</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstColumnStripe">firstColumnStripe</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstColumnSubheading">firstColumnSubheading</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstHeaderCell">firstHeaderCell</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstRowStripe">firstRowStripe</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstRowSubheading">firstRowSubheading</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstSubtotalColumn">firstSubtotalColumn</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstSubtotalRow">firstSubtotalRow</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#firstTotalCell">firstTotalCell</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#headerRow">headerRow</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#lastColumn">lastColumn</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#lastHeaderCell">lastHeaderCell</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#lastTotalCell">lastTotalCell</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#pageFieldLabels">pageFieldLabels</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#pageFieldValues">pageFieldValues</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondColumnStripe">secondColumnStripe</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondColumnSubheading">secondColumnSubheading</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondRowStripe">secondRowStripe</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondRowSubheading">secondRowSubheading</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondSubtotalColumn">secondSubtotalColumn</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#secondSubtotalRow">secondSubtotalRow</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#thirdColumnSubheading">thirdColumnSubheading</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#thirdRowSubheading">thirdRowSubheading</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#thirdSubtotalColumn">thirdSubtotalColumn</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#thirdSubtotalRow">thirdSubtotalRow</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#totalRow">totalRow</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#wholeTable">wholeTable</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>static <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.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/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a>[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.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="wholeTable"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>wholeTable</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> wholeTable</pre> +</li> +</ul> +<a name="headerRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>headerRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> headerRow</pre> +</li> +</ul> +<a name="totalRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>totalRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> totalRow</pre> +</li> +</ul> +<a name="firstColumn"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstColumn</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstColumn</pre> +</li> +</ul> +<a name="lastColumn"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>lastColumn</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> lastColumn</pre> +</li> +</ul> +<a name="firstRowStripe"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstRowStripe</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstRowStripe</pre> +</li> +</ul> +<a name="secondRowStripe"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondRowStripe</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondRowStripe</pre> +</li> +</ul> +<a name="firstColumnStripe"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstColumnStripe</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstColumnStripe</pre> +</li> +</ul> +<a name="secondColumnStripe"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondColumnStripe</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondColumnStripe</pre> +</li> +</ul> +<a name="firstHeaderCell"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstHeaderCell</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstHeaderCell</pre> +</li> +</ul> +<a name="lastHeaderCell"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>lastHeaderCell</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> lastHeaderCell</pre> +</li> +</ul> +<a name="firstTotalCell"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstTotalCell</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstTotalCell</pre> +</li> +</ul> +<a name="lastTotalCell"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>lastTotalCell</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> lastTotalCell</pre> +</li> +</ul> +<a name="firstSubtotalColumn"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstSubtotalColumn</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstSubtotalColumn</pre> +</li> +</ul> +<a name="secondSubtotalColumn"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondSubtotalColumn</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondSubtotalColumn</pre> +</li> +</ul> +<a name="thirdSubtotalColumn"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>thirdSubtotalColumn</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> thirdSubtotalColumn</pre> +</li> +</ul> +<a name="firstSubtotalRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstSubtotalRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstSubtotalRow</pre> +</li> +</ul> +<a name="secondSubtotalRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondSubtotalRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondSubtotalRow</pre> +</li> +</ul> +<a name="thirdSubtotalRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>thirdSubtotalRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> thirdSubtotalRow</pre> +</li> +</ul> +<a name="blankRow"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>blankRow</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> blankRow</pre> +</li> +</ul> +<a name="firstColumnSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstColumnSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstColumnSubheading</pre> +</li> +</ul> +<a name="secondColumnSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondColumnSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondColumnSubheading</pre> +</li> +</ul> +<a name="thirdColumnSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>thirdColumnSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> thirdColumnSubheading</pre> +</li> +</ul> +<a name="firstRowSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>firstRowSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> firstRowSubheading</pre> +</li> +</ul> +<a name="secondRowSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>secondRowSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> secondRowSubheading</pre> +</li> +</ul> +<a name="thirdRowSubheading"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>thirdRowSubheading</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> thirdRowSubheading</pre> +</li> +</ul> +<a name="pageFieldLabels"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>pageFieldLabels</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> pageFieldLabels</pre> +</li> +</ul> +<a name="pageFieldValues"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>pageFieldValues</h4> +<pre>public static final <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> pageFieldValues</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/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</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 (TableStyleType c : TableStyleType.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="blockListLast"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</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> +</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/TableStyleType.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/ss/usermodel/TableStyleInfo.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/ss/usermodel/TableStyleType.html" target="_top">Frames</a></li> +<li><a href="TableStyleType.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 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Textbox.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Textbox.html?rev=1795025&r1=1795024&r2=1795025&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Textbox.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Textbox.html Fri May 12 21:56:14 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -370,7 +370,7 @@ public interface <span class="strong">Te </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderFormatting.html?rev=1795025&r1=1795024&r2=1795025&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderFormatting.html Fri May 12 21:56:14 2017 @@ -137,6 +137,10 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></td> +<td class="colLast"><span class="strong">DifferentialStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></td> <td class="colLast"><span class="strong">ConditionalFormattingRule.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code> </td> </tr> </tbody> @@ -162,6 +166,19 @@ </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> that return <a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</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/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></td> +<td class="colLast"><span class="strong">XSSFDxfStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code> </td> +</tr> +</tbody> +</table> </li> </ul> </li> Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DifferentialStyleProvider.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DifferentialStyleProvider.html?rev=1795025&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DifferentialStyleProvider.html (added) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/DifferentialStyleProvider.html Fri May 12 21:56:14 2017 @@ -0,0 +1,245 @@ +<!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 Interface org.apache.poi.ss.usermodel.DifferentialStyleProvider (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="Uses of Interface org.apache.poi.ss.usermodel.DifferentialStyleProvider (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><a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.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/ss/usermodel/class-use/DifferentialStyleProvider.html" target="_top">Frames</a></li> +<li><a href="DifferentialStyleProvider.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 Interface org.apache.poi.ss.usermodel.DifferentialStyleProvider" class="title">Uses of Interface<br>org.apache.poi.ss.usermodel.DifferentialStyleProvider</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/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td> +<td class="colLast"> +<div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<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.hssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a> in <a href="../../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</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/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> that implement <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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/hssf/usermodel/HSSFConditionalFormattingRule.html" title="class in org.apache.poi.hssf.usermodel">HSSFConditionalFormattingRule</a></strong></code> +<div class="block">High level representation of Conditional Formatting Rule.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.ss.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a> in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> +<caption><span>Subinterfaces of <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a> in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Interface and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>interface </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a></strong></code> +<div class="block">Represents a description of a conditional formatting rule</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/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></td> +<td class="colLast"><span class="strong">TableStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> type)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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 classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that implement <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingRule</a></strong></code> +<div class="block">XSSF support for Conditional Formatting rules</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html" title="class in org.apache.poi.xssf.usermodel">XSSFDxfStyleProvider</a></strong></code> +<div class="block">Style based on a dxf record - e.g.</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> that return <a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</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/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></td> +<td class="colLast"><span class="strong">XSSFTableStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" title="enum in org.apache.poi.ss.usermodel">TableStyleType</a> type)</code> </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/ss/usermodel/DifferentialStyleProvider.html" title="interface in org.apache.poi.ss.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/ss/usermodel/class-use/DifferentialStyleProvider.html" target="_top">Frames</a></li> +<li><a href="DifferentialStyleProvider.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 2017 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ExcelNumberFormat.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ExcelNumberFormat.html?rev=1795025&r1=1795024&r2=1795025&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ExcelNumberFormat.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ExcelNumberFormat.html Fri May 12 21:56:14 2017 @@ -162,6 +162,10 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/ExcelNumberFormat.html" title="class in org.apache.poi.ss.usermodel">ExcelNumberFormat</a></code></td> +<td class="colLast"><span class="strong">DifferentialStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getNumberFormat()">getNumberFormat</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/ExcelNumberFormat.html" title="class in org.apache.poi.ss.usermodel">ExcelNumberFormat</a></code></td> <td class="colLast"><span class="strong">ConditionalFormattingRule.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getNumberFormat()">getNumberFormat</a></strong>()</code> </td> </tr> </tbody> @@ -196,6 +200,10 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/ExcelNumberFormat.html" title="class in org.apache.poi.ss.usermodel">ExcelNumberFormat</a></code></td> +<td class="colLast"><span class="strong">XSSFDxfStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getNumberFormat()">getNumberFormat</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/ExcelNumberFormat.html" title="class in org.apache.poi.ss.usermodel">ExcelNumberFormat</a></code></td> <td class="colLast"><span class="strong">XSSFConditionalFormattingRule.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getNumberFormat()">getNumberFormat</a></strong>()</code> <div class="block">Return the number format from the dxf style record if present, null if not</div> </td> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FontFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FontFormatting.html?rev=1795025&r1=1795024&r2=1795025&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FontFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/FontFormatting.html Fri May 12 21:56:14 2017 @@ -137,6 +137,10 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/FontFormatting.html" title="interface in org.apache.poi.ss.usermodel">FontFormatting</a></code></td> +<td class="colLast"><span class="strong">DifferentialStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getFontFormatting()">getFontFormatting</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/FontFormatting.html" title="interface in org.apache.poi.ss.usermodel">FontFormatting</a></code></td> <td class="colLast"><span class="strong">ConditionalFormattingRule.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getFontFormatting()">getFontFormatting</a></strong>()</code> </td> </tr> </tbody> @@ -159,6 +163,19 @@ </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> that return <a href="../../../../../../org/apache/poi/ss/usermodel/FontFormatting.html" title="interface in org.apache.poi.ss.usermodel">FontFormatting</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/ss/usermodel/FontFormatting.html" title="interface in org.apache.poi.ss.usermodel">FontFormatting</a></code></td> +<td class="colLast"><span class="strong">XSSFDxfStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getFontFormatting()">getFontFormatting</a></strong>()</code> </td> +</tr> +</tbody> +</table> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/PatternFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/PatternFormatting.html?rev=1795025&r1=1795024&r2=1795025&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/PatternFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/PatternFormatting.html Fri May 12 21:56:14 2017 @@ -136,6 +136,10 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</a></code></td> +<td class="colLast"><span class="strong">DifferentialStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</a></code></td> <td class="colLast"><span class="strong">ConditionalFormattingRule.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code> </td> </tr> </tbody> @@ -158,6 +162,19 @@ </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> that return <a href="../../../../../../org/apache/poi/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</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/ss/usermodel/PatternFormatting.html" title="interface in org.apache.poi.ss.usermodel">PatternFormatting</a></code></td> +<td class="colLast"><span class="strong">XSSFDxfStyleProvider.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code> </td> +</tr> +</tbody> +</table> </li> </ul> </li> Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/TableStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/TableStyle.html?rev=1795025&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/TableStyle.html (added) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/TableStyle.html Fri May 12 21:56:14 2017 @@ -0,0 +1,245 @@ +<!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 Interface org.apache.poi.ss.usermodel.TableStyle (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="Uses of Interface org.apache.poi.ss.usermodel.TableStyle (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><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.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/ss/usermodel/class-use/TableStyle.html" target="_top">Frames</a></li> +<li><a href="TableStyle.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 Interface org.apache.poi.ss.usermodel.TableStyle" class="title">Uses of Interface<br>org.apache.poi.ss.usermodel.TableStyle</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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </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="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.ss.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a> in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.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/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><span class="strong">TableStyleInfo.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html#getStyle()">getStyle</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.model"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a> in <a href="../../../../../../org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</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/model/package-summary.html">org.apache.poi.xssf.model</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><span class="strong">StylesTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#getExplicitTableStyle(java.lang.String)">getExplicitTableStyle</a></strong>(java.lang.String name)</code> +<div class="block">NOTE: this only returns explicitly defined styles</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><span class="strong">StylesTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#getTableStyle(java.lang.String)">getTableStyle</a></strong>(java.lang.String name)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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 classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that implement <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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/usermodel/XSSFTableStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFTableStyle</a></strong></code> +<div class="block"><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel"><code>TableStyle</code></a> implementation for styles defined in the OOXML styles.xml.</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> that return <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><span class="strong">XSSFTableStyleInfo.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.html#getStyle()">getStyle</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td> +<td class="colLast"><span class="strong">XSSFBuiltinTableStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html#getStyle()">getStyle</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/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</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>static boolean</code></td> +<td class="colLast"><span class="strong">XSSFBuiltinTableStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html#isBuiltinStyle(org.apache.poi.ss.usermodel.TableStyle)">isBuiltinStyle</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.usermodel">TableStyle</a> style)</code> +<div class="block">NOTE: only checks by name, not definition.</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/ss/usermodel/TableStyle.html" title="interface in org.apache.poi.ss.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/ss/usermodel/class-use/TableStyle.html" target="_top">Frames</a></li> +<li><a href="TableStyle.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 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]
