Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html Mon Aug 10 06:36:52 2015 @@ -96,7 +96,7 @@ <br> <pre>public class <span class="strong">DrawPaint</span> extends java.lang.Object</pre> -<div class="block">This class handles color transformations</div> +<div class="block">This class handles color transformations.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://tips4java.wordpress.com/2009/07/05/hsl-color/">HSL code taken from Java Tips Weblog</a></dd></dl> </li> </ul> @@ -153,37 +153,11 @@ extends java.lang.Object</pre> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyAlpha(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyAlpha</a></strong>(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyColorTransform(org.apache.poi.sl.usermodel.ColorStyle)">applyColorTransform</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</code> <div class="block">Convert color transformations in <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel"><code>ColorStyle</code></a> to a <code>Color</code> instance</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyLuminance(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyLuminance</a></strong>(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">Apply lumMod / lumOff adjustments</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyShade(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyShade</a></strong>(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">This algorithm returns result different from PowerPoint.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyTint(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyTint</a></strong>(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">This algorithm returns result different from PowerPoint.</div> -</td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#createLinearGradientPaint(org.apache.poi.sl.usermodel.PaintStyle.GradientPaint,%20java.awt.Graphics2D)">createLinearGradientPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.GradientPaint</a> fill, @@ -204,26 +178,30 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(java.awt.Color)">createSolidPaint</a></strong>(java.awt.Color color)</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(org.apache.poi.sl.usermodel.ColorStyle)">createSolidPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>protected java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getGradientPaint(org.apache.poi.sl.usermodel.PaintStyle.GradientPaint,%20java.awt.Graphics2D)">getGradientPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.GradientPaint</a> fill, java.awt.Graphics2D graphics)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getPaint(java.awt.Graphics2D,%20org.apache.poi.sl.usermodel.PaintStyle)">getPaint</a></strong>(java.awt.Graphics2D graphics, <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> paint)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getSolidPaint(org.apache.poi.sl.usermodel.PaintStyle.SolidPaint,%20java.awt.Graphics2D)">getSolidPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> fill, java.awt.Graphics2D graphics)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getTexturePaint(org.apache.poi.sl.usermodel.PaintStyle.TexturePaint,%20java.awt.Graphics2D)">getTexturePaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.TexturePaint</a> fill, java.awt.Graphics2D graphics)</code> </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/sl/draw/DrawPaint.html#snapToAnchor(java.awt.geom.Point2D,%20java.awt.geom.Rectangle2D)">snapToAnchor</a></strong>(java.awt.geom.Point2D p, java.awt.geom.Rectangle2D anchor)</code> </td> @@ -293,6 +271,15 @@ extends java.lang.Object</pre> <pre>public static <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> createSolidPaint(java.awt.Color color)</pre> </li> </ul> +<a name="createSolidPaint(org.apache.poi.sl.usermodel.ColorStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createSolidPaint</h4> +<pre>public static <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> createSolidPaint(<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</pre> +</li> +</ul> <a name="getPaint(java.awt.Graphics2D, org.apache.poi.sl.usermodel.PaintStyle)"> <!-- --> </a> @@ -341,53 +328,9 @@ extends java.lang.Object</pre> <h4>applyColorTransform</h4> <pre>public static java.awt.Color applyColorTransform(<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</pre> <div class="block">Convert color transformations in <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel"><code>ColorStyle</code></a> to a <code>Color</code> instance</div> -</li> -</ul> -<a name="applyAlpha(java.awt.Color, org.apache.poi.sl.usermodel.ColorStyle)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>applyAlpha</h4> -<pre>protected static java.awt.Color applyAlpha(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</pre> -</li> -</ul> -<a name="applyLuminance(java.awt.Color, org.apache.poi.sl.usermodel.ColorStyle)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>applyLuminance</h4> -<pre>protected static java.awt.Color applyLuminance(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</pre> -<div class="block">Apply lumMod / lumOff adjustments</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - the color to modify</dd><dd><code>fc</code> - the color style containing the lumMod / lumOff adjustments</dd> -<dt><span class="strong">Returns:</span></dt><dd>modified color</dd><dt><span class="strong">See Also:</span></dt><dd><a href="https://msdn.microsoft.com/en-us/library/dd560821%28v=office.12%29.aspx">Using Office Open XML to Customize Document Formatting in the 2007 Office System</a></dd></dl> -</li> -</ul> -<a name="applyShade(java.awt.Color, org.apache.poi.sl.usermodel.ColorStyle)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>applyShade</h4> -<pre>protected static java.awt.Color applyShade(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</pre> -<div class="block">This algorithm returns result different from PowerPoint. - TODO: revisit and improve</div> -</li> -</ul> -<a name="applyTint(java.awt.Color, org.apache.poi.sl.usermodel.ColorStyle)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>applyTint</h4> -<pre>protected static java.awt.Color applyTint(java.awt.Color c, - <a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</pre> -<div class="block">This algorithm returns result different from PowerPoint. - TODO: revisit and improve</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://msdn.microsoft.com/en-us/library/dd560821%28v=office.12%29.aspx">Using Office Open XML to Customize Document Formatting in the 2007 Office System</a>, +<a href="https://social.msdn.microsoft.com/Forums/office/en-US/040e0a1f-dbfe-4ce5-826b-38b4b6f6d3f7/saturation-modulation-satmod">saturation modulation (satMod)</a>, +<a href="http://stackoverflow.com/questions/6754127/office-open-xml-satmod-results-in-more-than-100-saturation">Office Open XML satMod results in more than 100% saturation</a></dd></dl> </li> </ul> <a name="createLinearGradientPaint(org.apache.poi.sl.usermodel.PaintStyle.GradientPaint, java.awt.Graphics2D)">
Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/package-summary.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/package-summary.html Mon Aug 10 06:36:52 2015 @@ -34,7 +34,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/poifs/storage/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/poi/sl/draw/binding/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> @@ -133,7 +133,7 @@ <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html" title="class in org.apache.poi.sl.draw">DrawPaint</a></td> <td class="colLast"> -<div class="block">This class handles color transformations</div> +<div class="block">This class handles color transformations.</div> </td> </tr> <tr class="altColor"> @@ -225,7 +225,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/poifs/storage/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/poi/sl/draw/binding/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/package-tree.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/package-tree.html Mon Aug 10 06:36:52 2015 @@ -34,7 +34,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/poifs/storage/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/poi/sl/draw/binding/package-tree.html">Next</a></li> </ul> <ul class="navList"> @@ -144,7 +144,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/poifs/storage/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/poi/sl/draw/binding/package-tree.html">Next</a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/package-use.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/package-use.html Mon Aug 10 06:36:52 2015 @@ -122,7 +122,7 @@ </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/sl/draw/class-use/DrawPaint.html#org.apache.poi.sl.draw">DrawPaint</a> -<div class="block">This class handles color transformations</div> +<div class="block">This class handles color transformations.</div> </td> </tr> <tr class="altColor"> Added: poi/site/publish/apidocs/org/apache/poi/sl/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/package-frame.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/package-frame.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/package-frame.html Mon Aug 10 06:36:52 2015 @@ -0,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>org.apache.poi.sl (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<h1 class="bar"><a href="../../../../org/apache/poi/sl/package-summary.html" target="classFrame">org.apache.poi.sl</a></h1> +<div class="indexContainer"> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="SlideShowFactory.html" title="class in org.apache.poi.sl" target="classFrame">SlideShowFactory</a></li> +</ul> +</div> +</body> +</html> Added: poi/site/publish/apidocs/org/apache/poi/sl/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/package-summary.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/package-summary.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/package-summary.html Mon Aug 10 06:36:52 2015 @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>org.apache.poi.sl (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="org.apache.poi.sl (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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/poifs/storage/package-summary.html">Prev Package</a></li> +<li><a href="../../../../org/apache/poi/sl/draw/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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"> +<h1 title="Package" class="title">Package org.apache.poi.sl</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/poi/sl/SlideShowFactory.html" title="class in org.apache.poi.sl">SlideShowFactory</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/poifs/storage/package-summary.html">Prev Package</a></li> +<li><a href="../../../../org/apache/poi/sl/draw/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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> Added: poi/site/publish/apidocs/org/apache/poi/sl/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/package-tree.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/package-tree.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/package-tree.html Mon Aug 10 06:36:52 2015 @@ -0,0 +1,130 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>org.apache.poi.sl Class Hierarchy (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="org.apache.poi.sl Class Hierarchy (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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/poifs/storage/package-tree.html">Prev</a></li> +<li><a href="../../../../org/apache/poi/sl/draw/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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"> +<h1 class="title">Hierarchy For Package org.apache.poi.sl</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.Object +<ul> +<li type="circle">org.apache.poi.sl.<a href="../../../../org/apache/poi/sl/SlideShowFactory.html" title="class in org.apache.poi.sl"><span class="strong">SlideShowFactory</span></a></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>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/poifs/storage/package-tree.html">Prev</a></li> +<li><a href="../../../../org/apache/poi/sl/draw/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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> Added: poi/site/publish/apidocs/org/apache/poi/sl/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/package-use.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/package-use.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/package-use.html Mon Aug 10 06:36:52 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 Package org.apache.poi.sl (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 Package org.apache.poi.sl (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</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/sl/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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"> +<h1 title="Uses of Package org.apache.poi.sl" class="title">Uses of Package<br>org.apache.poi.sl</h1> +</div> +<div class="contentContainer">No usage of org.apache.poi.sl</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>Class</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/sl/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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/sl/usermodel/AutoShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/AutoShape.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/AutoShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/AutoShape.html Mon Aug 10 06:36:52 2015 @@ -94,7 +94,7 @@ </dl> <dl> <dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a></dd> +<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a>, <a href="../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a></dd> </dl> <hr> <br> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/ColorStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/ColorStyle.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/ColorStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/ColorStyle.html Mon Aug 10 06:36:52 2015 @@ -117,14 +117,38 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getHueMod()">getHueMod</a></strong>()</code> +<div class="block">the hue as expressed by a percentage relative to the input color.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getHueOff()">getHueOff</a></strong>()</code> +<div class="block">the hue shift as expressed by a percentage relative to the input color.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getLumMod()">getLumMod</a></strong>()</code> -<div class="block">the luminance as expressed by a percentage relative to the input color</div> +<div class="block">the luminance as expressed by a percentage relative to the input color.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getLumOff()">getLumOff</a></strong>()</code> -<div class="block">the luminance shift as expressed by a percentage relative to the input color</div> +<div class="block">the luminance shift as expressed by a percentage relative to the input color.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getSatMod()">getSatMod</a></strong>()</code> +<div class="block">the saturation as expressed by a percentage relative to the input color.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html#getSatOff()">getSatOff</a></strong>()</code> +<div class="block">the saturation shift as expressed by a percentage relative to the input color.</div> </td> </tr> <tr class="altColor"> @@ -175,6 +199,58 @@ or -1 if the value is not set</dd></dl> </li> </ul> +<a name="getHueOff()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHueOff</h4> +<pre>int getHueOff()</pre> +<div class="block">the hue shift as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>hue shift in percents in the range [0..100000] (usually ...) + or -1 if the value is not set</dd></dl> +</li> +</ul> +<a name="getHueMod()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHueMod</h4> +<pre>int getHueMod()</pre> +<div class="block">the hue as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>hue in percents in the range [0..100000] (usually ...) + or -1 if the value is not set</dd></dl> +</li> +</ul> +<a name="getSatOff()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSatOff</h4> +<pre>int getSatOff()</pre> +<div class="block">the saturation shift as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>saturation shift in percents in the range [0..100000] (usually ...) + or -1 if the value is not set</dd></dl> +</li> +</ul> +<a name="getSatMod()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSatMod</h4> +<pre>int getSatMod()</pre> +<div class="block">the saturation as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>saturation in percents in the range [0..100000] (usually ...) + or -1 if the value is not set</dd></dl> +</li> +</ul> <a name="getLumOff()"> <!-- --> </a> @@ -182,8 +258,9 @@ <li class="blockList"> <h4>getLumOff</h4> <pre>int getLumOff()</pre> -<div class="block">the luminance shift as expressed by a percentage relative to the input color</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>luminance shift in percents in the range [0..100000] +<div class="block">the luminance shift as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>luminance shift in percents in the range [0..100000] (usually ...) or -1 if the value is not set</dd></dl> </li> </ul> @@ -194,8 +271,9 @@ <li class="blockList"> <h4>getLumMod</h4> <pre>int getLumMod()</pre> -<div class="block">the luminance as expressed by a percentage relative to the input color</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>luminance in percents in the range [0..100000] +<div class="block">the luminance as expressed by a percentage relative to the input color. + Be aware that OOXML also returns values greater than 100%.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>luminance in percents in the range [0..100000] (usually ...) or -1 if the value is not set</dd></dl> </li> </ul> @@ -207,8 +285,9 @@ <h4>getShade</h4> <pre>int getShade()</pre> <div class="block">specifies a darker version of its input color. - A 10% shade is 10% of the input color combined with 90% black.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the shade specified as percents in the range [0..100000] + A 10% shade is 10% of the input color combined with 90% black. + Be aware that OOXML also returns values greater than 100%.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the shade specified as percents in the range [0..100000] (usually ...) with 0% indicating minimal shade and 100% indicating maximum or -1 if the value is not set</dd></dl> </li> @@ -221,8 +300,9 @@ <h4>getTint</h4> <pre>int getTint()</pre> <div class="block">specifies a lighter version of its input color. - A 10% tint is 10% of the input color combined with 90% white.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the tint specified as percents in the range [0..100000] + A 10% tint is 10% of the input color combined with 90% white. + Be aware that OOXML also returns values greater than 100%</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the tint specified as percents in the range [0..100000] (usually ...) with 0% indicating minimal tint and 100% indicating maximum or -1 if the value is not set</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Line.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Line.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Line.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Line.html Mon Aug 10 06:36:52 2015 @@ -88,6 +88,10 @@ <dt>All Superinterfaces:</dt> <dd><a href="../../../../../org/apache/poi/sl/usermodel/AutoShape.html" title="interface in org.apache.poi.sl.usermodel">AutoShape</a><T>, <a href="../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom">IAdjustableShape</a>, java.lang.Iterable<T>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html" title="interface in org.apache.poi.sl.usermodel">PlaceableShape</a>, <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a><T></dd> </dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></dd> +</dl> <hr> <br> <pre>public interface <span class="strong">Line<T extends <a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a><? extends <a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a>>></span> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.html Mon Aug 10 06:36:52 2015 @@ -128,21 +128,6 @@ extends <a href="../../../../../org/apac </ul> </li> </ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.sl.usermodel.PaintStyle"> -<!-- --> -</a> -<h3>Fields inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></h3> -<code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html#TRANSPARENT_PAINT">TRANSPARENT_PAINT</a></code></li> -</ul> -</li> -</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html Mon Aug 10 06:36:52 2015 @@ -117,21 +117,6 @@ extends <a href="../../../../../org/apac </ul> </li> </ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.sl.usermodel.PaintStyle"> -<!-- --> -</a> -<h3>Fields inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></h3> -<code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html#TRANSPARENT_PAINT">TRANSPARENT_PAINT</a></code></li> -</ul> -</li> -</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html Mon Aug 10 06:36:52 2015 @@ -117,21 +117,6 @@ extends <a href="../../../../../org/apac </ul> </li> </ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.sl.usermodel.PaintStyle"> -<!-- --> -</a> -<h3>Fields inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></h3> -<code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html#TRANSPARENT_PAINT">TRANSPARENT_PAINT</a></code></li> -</ul> -</li> -</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PaintStyle.html Mon Aug 10 06:36:52 2015 @@ -60,13 +60,13 @@ <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> +<li>Field | </li> <li>Constr | </li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> +<li>Field | </li> <li>Constr | </li> <li>Method</li> </ul> @@ -124,48 +124,6 @@ </table> </li> </ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html#TRANSPARENT_PAINT">TRANSPARENT_PAINT</a></strong></code> </td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="TRANSPARENT_PAINT"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TRANSPARENT_PAINT</h4> -<pre>static final <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> TRANSPARENT_PAINT</pre> -</li> -</ul> -</li> -</ul> </li> </ul> </div> @@ -216,13 +174,13 @@ <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> +<li>Field | </li> <li>Constr | </li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> +<li>Field | </li> <li>Constr | </li> <li>Method</li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Slide.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Slide.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Slide.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Slide.html Mon Aug 10 06:36:52 2015 @@ -135,18 +135,22 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/Slide.html#getSlideNumber()">getSlideNumber</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/sl/usermodel/Slide.html#getTitle()">getTitle</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/Slide.html#setFollowMasterBackground(boolean)">setFollowMasterBackground</a></strong>(boolean follow)</code> </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/sl/usermodel/Slide.html#setFollowMasterColourScheme(boolean)">setFollowMasterColourScheme</a></strong>(boolean follow)</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/sl/usermodel/Slide.html#setFollowMasterObjects(boolean)">setFollowMasterObjects</a></strong>(boolean follow)</code> </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/sl/usermodel/Slide.html#setNotes(N)">setNotes</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/Slide.html" title="type parameter in Slide">N</a> notes)</code> </td> </tr> @@ -263,13 +267,23 @@ extends <a href="../../../../../org/apac <a name="getSlideNumber()"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>getSlideNumber</h4> <pre>int getSlideNumber()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the 1-based slide no.</dd></dl> </li> </ul> +<a name="getTitle()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getTitle</h4> +<pre>java.lang.String getTitle()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>title of this slide or null if title is not set</dd></dl> +</li> +</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html Mon Aug 10 06:36:52 2015 @@ -129,7 +129,7 @@ <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html#getBulletFont()">getBulletFont</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.awt.Color</code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html#getBulletFontColor()">getBulletFontColor</a></strong>()</code> </td> </tr> <tr class="rowColor"> @@ -139,6 +139,16 @@ If bulletFontSize >= 0, then space is a percentage of normal line height.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html#setBulletFontColor(java.awt.Color)">setBulletFontColor</a></strong>(java.awt.Color color)</code> +<div class="block">Convenience function to set a solid color</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html#setBulletFontColor(org.apache.poi.sl.usermodel.PaintStyle)">setBulletFontColor</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</code> </td> +</tr> </table> </li> </ul> @@ -185,13 +195,34 @@ <dl><dt><span class="strong">Returns:</span></dt><dd>the bullet point font size</dd></dl> </li> </ul> +<a name="setBulletFontColor(java.awt.Color)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBulletFontColor</h4> +<pre>void setBulletFontColor(java.awt.Color color)</pre> +<div class="block">Convenience function to set a solid color</div> +</li> +</ul> +<a name="setBulletFontColor(org.apache.poi.sl.usermodel.PaintStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBulletFontColor</h4> +<pre>void setBulletFontColor(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</pre> +</li> +</ul> <a name="getBulletFontColor()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getBulletFontColor</h4> -<pre>java.awt.Color getBulletFontColor()</pre> +<pre><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> getBulletFontColor()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>the color of bullet characters within a given paragraph. + A <code>null</code> value means to use the text font color.</dd></dl> </li> </ul> <a name="getAutoNumberingScheme()"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html Mon Aug 10 06:36:52 2015 @@ -130,8 +130,10 @@ <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontColor()">getFontColor</a></strong>()</code> </td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontColor()">getFontColor</a></strong>()</code> +<div class="block">Returns the font color.</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> @@ -179,14 +181,22 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(java.awt.Color)">setFontColor</a></strong>(java.awt.Color color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(java.awt.Color)">setFontColor</a></strong>(java.awt.Color color)</code> +<div class="block">Sets the (solid) font color - convenience function</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double fontSize)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(org.apache.poi.sl.usermodel.PaintStyle)">setFontColor</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</code> +<div class="block">Sets the font color</div> +</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double fontSize)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setText(java.lang.String)">setText</a></strong>(java.lang.String text)</code> </td> </tr> </table> @@ -237,7 +247,12 @@ <ul class="blockList"> <li class="blockList"> <h4>getFontColor</h4> -<pre>java.awt.Color getFontColor()</pre> +<pre><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> getFontColor()</pre> +<div class="block">Returns the font color. + This usually returns a <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel"><code>PaintStyle.SolidPaint</code></a>, but but also other classes are possible</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>the font color/paint</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getPaint(java.awt.Graphics2D,%20org.apache.poi.sl.usermodel.PaintStyle)"><code>DrawPaint.getPaint(java.awt.Graphics2D, PaintStyle)</code></a>, +<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html#getSolidColor()"><code>PaintStyle.SolidPaint.getSolidColor()</code></a>, +<a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyColorTransform(org.apache.poi.sl.usermodel.ColorStyle)"><code>DrawPaint.applyColorTransform(ColorStyle)</code></a></dd></dl> </li> </ul> <a name="setFontColor(java.awt.Color)"> @@ -247,6 +262,19 @@ <li class="blockList"> <h4>setFontColor</h4> <pre>void setFontColor(java.awt.Color color)</pre> +<div class="block">Sets the (solid) font color - convenience function</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color</dd></dl> +</li> +</ul> +<a name="setFontColor(org.apache.poi.sl.usermodel.PaintStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFontColor</h4> +<pre>void setFontColor(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</pre> +<div class="block">Sets the font color</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(java.awt.Color)"><code>DrawPaint.createSolidPaint(Color)</code></a></dd></dl> </li> </ul> <a name="getFontSize()"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html Mon Aug 10 06:36:52 2015 @@ -94,7 +94,7 @@ </dl> <dl> <dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a>, <a href="../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a>, <a href="../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xs lf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dd> +<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a>, <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a>, <a href="../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a>, <a href="../../../../../org/apache/poi/hslf/mod el/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dd> </dl> <hr> <br> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html Mon Aug 10 06:36:52 2015 @@ -111,6 +111,12 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></strong></code> +<div class="block">Represents a line in a PowerPoint drawing</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a></strong></code> <div class="block">A simple closed polygon shape</div> </td> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ColorStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ColorStyle.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ColorStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ColorStyle.html Mon Aug 10 06:36:52 2015 @@ -102,36 +102,14 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyAlpha(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyAlpha</a></strong>(java.awt.Color c, - <a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>static java.awt.Color</code></td> <td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyColorTransform(org.apache.poi.sl.usermodel.ColorStyle)">applyColorTransform</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</code> <div class="block">Convert color transformations in <a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel"><code>ColorStyle</code></a> to a <code>Color</code> instance</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyLuminance(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyLuminance</a></strong>(java.awt.Color c, - <a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">Apply lumMod / lumOff adjustments</div> -</td> -</tr> <tr class="rowColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyShade(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyShade</a></strong>(java.awt.Color c, - <a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">This algorithm returns result different from PowerPoint.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected static java.awt.Color</code></td> -<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyTint(java.awt.Color,%20org.apache.poi.sl.usermodel.ColorStyle)">applyTint</a></strong>(java.awt.Color c, - <a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> fc)</code> -<div class="block">This algorithm returns result different from PowerPoint.</div> -</td> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> +<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(org.apache.poi.sl.usermodel.ColorStyle)">createSolidPaint</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</code> </td> </tr> </tbody> </table> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Line.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Line.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Line.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Line.html Mon Aug 10 06:36:52 2015 @@ -63,7 +63,49 @@ <div class="header"> <h2 title="Uses of Interface org.apache.poi.sl.usermodel.Line" class="title">Uses of Interface<br>org.apache.poi.sl.usermodel.Line</h2> </div> -<div class="classUseContainer">No usage of org.apache.poi.sl.usermodel.Line</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/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel">Line</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.hslf.model">org.apache.poi.hslf.model</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.hslf.model"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel">Line</a> in <a href="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</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/hslf/model/package-summary.html">org.apache.poi.hslf.model</a> that implement <a href="../../../../../../org/apache/poi/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel">Line</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/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></strong></code> +<div class="block">Represents a line in a PowerPoint drawing</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.SolidPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.SolidPaint.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.SolidPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.SolidPaint.html Mon Aug 10 06:36:52 2015 @@ -74,14 +74,18 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.poi.sl.draw">org.apache.poi.sl.draw</a></td> +<td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.poi.sl.usermodel">org.apache.poi.sl.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl.draw">org.apache.poi.sl.draw</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.sl.usermodel">org.apache.poi.sl.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -90,6 +94,24 @@ </li> <li class="blockList"> <ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.hslf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.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/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</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/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> +<td class="colLast"><span class="strong">HSLFTextRun.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontColor()">getFontColor</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.sl.draw"> <!-- --> </a> @@ -105,6 +127,10 @@ <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> <td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(java.awt.Color)">createSolidPaint</a></strong>(java.awt.Color color)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> +<td class="colLast"><span class="strong">DrawPaint.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(org.apache.poi.sl.usermodel.ColorStyle)">createSolidPaint</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel">ColorStyle</a> color)</code> </td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> @@ -126,19 +152,6 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> in <a href="../../../../../../org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> -<caption><span>Fields in <a href="../../../../../../org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</a> declared as <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> -<td class="colLast"><span class="strong">PaintStyle.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html#TRANSPARENT_PAINT">TRANSPARENT_PAINT</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/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</a> that return <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></span><span class="tabEnd"> </span></caption> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
