Added: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html?rev=1696306&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html Mon Aug 17 15:14:07 2015 @@ -0,0 +1,423 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>HSLFLine (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="HSLFLine (POI API Documentation)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/HSLFLine.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/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFMasterSheet.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/hslf/usermodel/HSLFLine.html" target="_top">Frames</a></li> +<li><a href="HSLFLine.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="#fields_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFTextShape">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.poi.hslf.usermodel</div> +<h2 title="Class HSLFLine" class="title">Class HSLFLine</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel.HSLFShape</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel.HSLFSimpleShape</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel.HSLFTextShape</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.hslf.usermodel.HSLFLine</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.lang.Iterable<<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>>, <a href="../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom">IAdjustableShape</a>, <a href="../../../../../org/apache/poi/sl/usermodel/AutoShape.html" title="interface in org.apache.poi.sl.usermodel">AutoShape</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>>, <a href="../../../../../org/apache/poi/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel">Line</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>>, <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><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>></dd> +</dl> +<hr> +<br> +<pre>public final class <span class="strong">HSLFLine</span> +extends <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a> +implements <a href="../../../../../org/apache/poi/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel">Line</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>></pre> +<div class="block">Represents a line in a PowerPoint drawing</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd>Yegor Kozlov</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.TextShape"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextAutofit</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextDirection</a></code></li> +</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.hslf.usermodel.HSLFTextShape"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#_frc">_frc</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#_paragraphs">_paragraphs</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#_txtbox">_txtbox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#WrapByPoints">WrapByPoints</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#WrapNone">WrapNone</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#WrapSquare">WrapSquare</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#WrapThrough">WrapThrough</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#WrapTopBottom">WrapTopBottom</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFSimpleShape"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#_clientData">_clientData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#_clientRecords">_clientRecords</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#DEFAULT_LINE_WIDTH">DEFAULT_LINE_WIDTH</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFShape"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#_escherContainer">_escherContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#_fill">_fill</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#_parent">_parent</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#_sheet">_sheet</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#logger">logger</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#HSLFLine()">HSLFLine</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#HSLFLine(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFLine</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, + <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#HSLFLine(org.apache.poi.sl.usermodel.ShapeContainer)">HSLFLine</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</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>protected <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#createSpContainer(boolean)">createSpContainer</a></strong>(boolean isChild)</code> +<div class="block">Create a new Shape</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFTextShape"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#afterInsert(org.apache.poi.hslf.usermodel.HSLFSheet)">afterInsert</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#appendText(java.lang.String,%20boolean)">appendText</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getBottomInset()">getBottomInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getEscherTextboxWrapper()">getEscherTextboxWrapper</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getHyperlinks()">getHyperlinks</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getInsets()">getInsets</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getLeftInset()">getLeftInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getPlaceholderAtom()">getPlaceholderAtom</a>, <a href="../../../../../org/apache/poi/hs lf/usermodel/HSLFTextShape.html#getRawText()">getRawText</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getRightInset()">getRightInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getRunType()">getRunType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getText()">getText</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getTextDirection()">getTextDirection</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getTextHeight()">getTextHeight</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getTextId()">getTextId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getTextParagraphs()">getTextParagraphs</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getTopInset()">getTopInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getVer ticalAlignment()">getVerticalAlignment</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getWordWrap()">getWordWrap</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#getWordWrapEx()">getWordWrapEx</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#isAlignToBaseline()">isAlignToBaseline</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#isHorizontalCentered()">isHorizontalCentered</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#isPlaceholder()">isPlaceholder</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#iterator()">iterator</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#resizeToFitText()">resizeToFitText</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setAlignToBaseline(boolean)">setAlignToBaseline</a>, <a href="../../../../../org/apache/poi/hslf/usermode l/HSLFTextShape.html#setBottomInset(double)">setBottomInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setDefaultTextProperties(org.apache.poi.hslf.usermodel.HSLFTextParagraph)">setDefaultTextProperties</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setHorizontalCentered(java.lang.Boolean)">setHorizontalCentered</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setHyperlink(int,%20int,%20int)">setHyperlink</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setLeftInset(double)">setLeftInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setRightInset(double)">setRightInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setRunType(int)">setRunType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setSheet(org.apache.poi.hslf.usermodel.HSLFSheet)">setSheet</a>, <a href="../../. ./../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setText(java.lang.String)">setText</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setTextId(int)">setTextId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setTopInset(double)">setTopInset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">setVerticalAlignment</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setWordWrap(int)">setWordWrap</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#storeText()">storeText</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFSimpleShape"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getAdjustValue(java.lang.String)">getAdjustValue</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getClientDataRecord(int)">getClientDataRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getClientRecords()">getClientRecords</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getFillColor()">getFillColor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getLineColor()">getLineColor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getLineCompound()">getLineCompound</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getLineDashing()">getLineDashing</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleSh ape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getLineWidth()">getLineWidth</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getShadowAngle()">getShadowAngle</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getShadowColor()">getShadowColor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getShadowDistance()">getShadowDistance</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setFillColor(java.awt.Color)">setFillColor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setHyperlink(org.apache.poi.hslf.usermodel.HSLFHyperlink)">setHyperlink</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setLineColor(java.awt.Color)">setLineColor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setLineCompound(org.apache.poi.sl.usermodel.StrokeStyle.LineCompound)">setLineCompound</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setLineDashing(org.apache.poi.sl.usermodel.StrokeStyle.LineDash)">setLineDashing</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#setLineWidth(double)">setLineWidth</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#updateClientData()">updateClientData</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFShape"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a></h3> +<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#draw(java.awt.Graphics2D)">draw</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getAnchor()">getAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getAnchor2D()">getAnchor2D</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild(org.apache.poi.ddf.EscherContainerRecord,%20int)">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild(int)">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherOptRecord()">getEscherOptRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty(org.apache.poi.ddf.EscherOptRecord,%20int)">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty(short)">getEscherProperty</a>, <a href="../../../../../org/apache/p oi/hslf/usermodel/HSLFShape.html#getEscherProperty(short,%20int)">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFill()">getFill</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipHorizontal()">getFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipVertical()">getFlipVertical</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getHyperlink()">getHyperlink</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getParent()">getParent</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getRotation()">getRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeId()">getShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeName()">getSh apeName</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSheet()">getSheet</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSpContainer()">getSpContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#moveTo(float,%20float)">moveTo</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setAnchor(java.awt.geom.Rectangle2D)">setAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty(org.apache.poi.ddf.EscherOptRecord,%20short,%20int)">setEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty(short,%20int)">setEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setFlipHorizontal(boolean)">setFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/ usermodel/HSLFShape.html#setFlipVertical(boolean)">setFlipVertical</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setRotation(double)">setRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeId(int)">setShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeType(org.apache.poi.sl.usermodel.ShapeType)">setShapeType</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.TextShape"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getInsets()">getInsets</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextDirection()">getTextDirection</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextHeight()">getTextHeight</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getVerticalAlignment()">getVerticalAlignment</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getWordWrap()">getWordWrap</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#isHorizontalCentered()">isHorizontalCentered</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.SimpleShape"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#isPlaceholder()">isPlaceholder</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.Shape"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/Shape.html#getParent()">getParent</a>, <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html#getSheet()">getSheet</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.draw.geom.IAdjustableShape"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.draw.geom.<a href="../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom">IAdjustableShape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html#getAdjustValue(java.lang.String)">getAdjustValue</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.PlaceableShape"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html" title="interface in org.apache.poi.sl.usermodel">PlaceableShape</a></h3> +<code><a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#getAnchor()">getAnchor</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#getFlipHorizontal()">getFlipHorizontal</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#getFlipVertical()">getFlipVertical</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#getParent()">getParent</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#getRotation()">getRotation</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#setAnchor(java.awt.geom.Rectangle2D)">setAnchor</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#setFlipHorizontal(boolean)">setFlipHorizontal</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#setFlipVertical(boolean)">setFlipVertical</a>, <a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html#setRotation(double)" >setRotation</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>iterator</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="HSLFLine(org.apache.poi.ddf.EscherContainerRecord, org.apache.poi.sl.usermodel.ShapeContainer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HSLFLine</h4> +<pre>public HSLFLine(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, + <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</pre> +</li> +</ul> +<a name="HSLFLine(org.apache.poi.sl.usermodel.ShapeContainer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HSLFLine</h4> +<pre>public HSLFLine(<a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</pre> +</li> +</ul> +<a name="HSLFLine()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>HSLFLine</h4> +<pre>public HSLFLine()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="createSpContainer(boolean)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>createSpContainer</h4> +<pre>protected <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> createSpContainer(boolean isChild)</pre> +<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#createSpContainer(boolean)">HSLFSimpleShape</a></code></strong></div> +<div class="block">Create a new Shape</div> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html#createSpContainer(boolean)">createSpContainer</a></code> in class <code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>isChild</code> - <code>true</code> if the Line is inside a group, <code>false</code> otherwise</dd> +<dt><span class="strong">Returns:</span></dt><dd>the record container which holds this shape</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/HSLFLine.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/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFMasterSheet.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/poi/hslf/usermodel/HSLFLine.html" target="_top">Frames</a></li> +<li><a href="HSLFLine.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="#fields_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFTextShape">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small> + <i>Copyright 2015 The Apache Software Foundation or + its licensors, as applicable.</i> + </small></p> +</body> +</html>
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html Mon Aug 17 15:14:07 2015 @@ -34,7 +34,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -286,7 +286,7 @@ implements <a href="../../../../../org/a </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFNotes.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html Mon Aug 17 15:14:07 2015 @@ -223,7 +223,7 @@ implements <a href="../../../../../org/a </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#createBorder()">createBorder</a></strong>()</code> <div class="block">Create a border to format this table</div> </td> @@ -249,7 +249,7 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setAllBorders(org.apache.poi.hslf.model.Line)">setAllBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setAllBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setAllBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> <div class="block">Format the table and apply the specified Line to all cell boundaries, both outside and inside</div> </td> @@ -263,13 +263,13 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setInsideBorders(org.apache.poi.hslf.model.Line)">setInsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setInsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setInsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> <div class="block">Format the inside border using the specified Line object</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setOutsideBorders(org.apache.poi.hslf.model.Line)">setOutsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setOutsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setOutsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> <div class="block">Format the outside border using the specified Line object</div> </td> </tr> @@ -561,36 +561,36 @@ implements <a href="../../../../../org/a <dl><dt><span class="strong">Parameters:</span></dt><dd><code>col</code> - the column index (0-based)</dd><dd><code>width</code> - the width to set (in pixels)</dd></dl> </li> </ul> -<a name="setAllBorders(org.apache.poi.hslf.model.Line)"> +<a name="setAllBorders(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAllBorders</h4> -<pre>public void setAllBorders(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setAllBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> <div class="block">Format the table and apply the specified Line to all cell boundaries, both outside and inside</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl> </li> </ul> -<a name="setOutsideBorders(org.apache.poi.hslf.model.Line)"> +<a name="setOutsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setOutsideBorders</h4> -<pre>public void setOutsideBorders(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setOutsideBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> <div class="block">Format the outside border using the specified Line object</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl> </li> </ul> -<a name="setInsideBorders(org.apache.poi.hslf.model.Line)"> +<a name="setInsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setInsideBorders</h4> -<pre>public void setInsideBorders(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setInsideBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> <div class="block">Format the inside border using the specified Line object</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl> </li> @@ -601,7 +601,7 @@ implements <a href="../../../../../org/a <ul class="blockListLast"> <li class="blockList"> <h4>createBorder</h4> -<pre>public <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> createBorder()</pre> +<pre>public <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> createBorder()</pre> <div class="block">Create a border to format this table</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the created border</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html Mon Aug 17 15:14:07 2015 @@ -230,8 +230,8 @@ extends <a href="../../../../../org/apac </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#anchorBorder(int,%20org.apache.poi.hslf.model.Line)">anchorBorder</a></strong>(int type, - <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#anchorBorder(int,%20org.apache.poi.hslf.usermodel.HSLFLine)">anchorBorder</a></strong>(int type, + <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></code></td> @@ -240,19 +240,19 @@ extends <a href="../../../../../org/apac </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderBottom()">getBorderBottom</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderLeft()">getBorderLeft</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderRight()">getBorderRight</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderTop()">getBorderTop</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -261,19 +261,19 @@ extends <a href="../../../../../org/apac </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderBottom(org.apache.poi.hslf.model.Line)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderBottom(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderLeft(org.apache.poi.hslf.model.Line)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderLeft(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderRight(org.apache.poi.hslf.model.Line)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderRight(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderTop(org.apache.poi.hslf.model.Line)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderTop(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> </tr> </table> <ul class="blockList"> @@ -429,14 +429,14 @@ extends <a href="../../../../../org/apac <dt><span class="strong">Returns:</span></dt><dd>the created <code>EscherContainerRecord</code> which holds shape data</dd></dl> </li> </ul> -<a name="anchorBorder(int, org.apache.poi.hslf.model.Line)"> +<a name="anchorBorder(int, org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>anchorBorder</h4> <pre>protected void anchorBorder(int type, - <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> + <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> </li> </ul> <a name="getBorderLeft()"> @@ -445,16 +445,16 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getBorderLeft</h4> -<pre>public <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> getBorderLeft()</pre> +<pre>public <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> getBorderLeft()</pre> </li> </ul> -<a name="setBorderLeft(org.apache.poi.hslf.model.Line)"> +<a name="setBorderLeft(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBorderLeft</h4> -<pre>public void setBorderLeft(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setBorderLeft(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> </li> </ul> <a name="getBorderRight()"> @@ -463,16 +463,16 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getBorderRight</h4> -<pre>public <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> getBorderRight()</pre> +<pre>public <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> getBorderRight()</pre> </li> </ul> -<a name="setBorderRight(org.apache.poi.hslf.model.Line)"> +<a name="setBorderRight(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBorderRight</h4> -<pre>public void setBorderRight(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setBorderRight(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> </li> </ul> <a name="getBorderTop()"> @@ -481,16 +481,16 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getBorderTop</h4> -<pre>public <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> getBorderTop()</pre> +<pre>public <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> getBorderTop()</pre> </li> </ul> -<a name="setBorderTop(org.apache.poi.hslf.model.Line)"> +<a name="setBorderTop(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBorderTop</h4> -<pre>public void setBorderTop(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setBorderTop(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> </li> </ul> <a name="getBorderBottom()"> @@ -499,16 +499,16 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getBorderBottom</h4> -<pre>public <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> getBorderBottom()</pre> +<pre>public <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> getBorderBottom()</pre> </li> </ul> -<a name="setBorderBottom(org.apache.poi.hslf.model.Line)"> +<a name="setBorderBottom(org.apache.poi.hslf.usermodel.HSLFLine)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBorderBottom</h4> -<pre>public void setBorderBottom(<a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a> line)</pre> +<pre>public void setBorderBottom(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</pre> </li> </ul> <a name="setAnchor(java.awt.Rectangle)"> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html Mon Aug 17 15:14:07 2015 @@ -108,7 +108,7 @@ </dl> <dl> <dt>Direct Known Subclasses:</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/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</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/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></dd> </dl> <hr> <br> Added: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFLine.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFLine.html?rev=1696306&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFLine.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFLine.html Mon Aug 17 15:14:07 2015 @@ -0,0 +1,224 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Class org.apache.poi.hslf.usermodel.HSLFLine (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.hslf.usermodel.HSLFLine (POI API Documentation)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.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/hslf/usermodel/class-use/HSLFLine.html" target="_top">Frames</a></li> +<li><a href="HSLFLine.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.hslf.usermodel.HSLFLine" class="title">Uses of Class<br>org.apache.poi.hslf.usermodel.HSLFLine</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/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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.usermodel">org.apache.poi.hslf.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.hslf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> +<td class="colLast"><span class="strong">HSLFTable.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#createBorder()">createBorder</a></strong>()</code> +<div class="block">Create a border to format this table</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderBottom()">getBorderBottom</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderLeft()">getBorderLeft</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderRight()">getBorderRight</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#getBorderTop()">getBorderTop</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/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#anchorBorder(int,%20org.apache.poi.hslf.usermodel.HSLFLine)">anchorBorder</a></strong>(int type, + <a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTable.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setAllBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setAllBorders</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> +<div class="block">Format the table and apply the specified Line to all cell boundaries, + both outside and inside</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderBottom(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderBottom</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderLeft(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderLeft</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderRight(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderRight</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTableCell.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html#setBorderTop(org.apache.poi.hslf.usermodel.HSLFLine)">setBorderTop</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTable.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setInsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setInsideBorders</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> +<div class="block">Format the inside border using the specified Line object</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSLFTable.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setOutsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setOutsideBorders</a></strong>(<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a> line)</code> +<div class="block">Format the outside border using the specified Line object</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/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.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/hslf/usermodel/class-use/HSLFLine.html" target="_top">Frames</a></li> +<li><a href="HSLFLine.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/hslf/usermodel/class-use/HSLFShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFShape.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFShape.html Mon Aug 17 15:14:07 2015 @@ -105,29 +105,23 @@ </tr> <tr class="rowColor"> <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="altColor"> -<td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/MovieShape.html" title="class in org.apache.poi.hslf.model">MovieShape</a></strong></code> <div class="block">Represents a movie in a PowerPoint document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/OLEShape.html" title="class in org.apache.poi.hslf.model">OLEShape</a></strong></code> <div class="block">A shape representing embedded OLE obejct.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code> <div class="block">Represents a Placeholder in PowerPoint.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/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> @@ -148,13 +142,6 @@ </td> </tr> <tr class="rowColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Line.html#Line(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">Line</a></strong>(<a href="../../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, - <a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> </td> -</tr> -<tr class="altColor"> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Line.html#Line(org.apache.poi.sl.usermodel.ShapeContainer)">Line</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> </td> -</tr> -<tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/MovieShape.html#MovieShape(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">MovieShape</a></strong>(<a href="../../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, <a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> <div class="block">Create a <code>Picture</code> object</div> @@ -237,35 +224,41 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></strong></code> <div class="block">Represents a picture in a PowerPoint document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></strong></code> <div class="block">An abstract simple (non-group) shape.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html" title="class in org.apache.poi.hslf.usermodel">HSLFTable</a></strong></code> <div class="block">Represents a table in a PowerPoint presentation</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code> <div class="block">Represents a cell in a ppt table</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code> <div class="block">Represents a TextFrame shape in PowerPoint.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></strong></code> <div class="block">A common superclass of all shapes that can hold text.</div> @@ -473,6 +466,13 @@ </td> </tr> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#HSLFLine(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFLine</a></strong>(<a href="../../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, + <a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html#HSLFLine(org.apache.poi.sl.usermodel.ShapeContainer)">HSLFLine</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> </td> +</tr> +<tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#HSLFPictureShape(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFPictureShape</a></strong>(<a href="../../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> escherRecord, <a href="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a><<a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>> parent)</code> <div class="block">Create a <code>Picture</code> object</div> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSimpleShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSimpleShape.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSimpleShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSimpleShape.html Mon Aug 17 15:14:07 2015 @@ -105,29 +105,23 @@ </tr> <tr class="rowColor"> <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="altColor"> -<td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/MovieShape.html" title="class in org.apache.poi.hslf.model">MovieShape</a></strong></code> <div class="block">Represents a movie in a PowerPoint document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/OLEShape.html" title="class in org.apache.poi.hslf.model">OLEShape</a></strong></code> <div class="block">A shape representing embedded OLE obejct.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code> <div class="block">Represents a Placeholder in PowerPoint.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/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> @@ -178,23 +172,29 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></strong></code> <div class="block">Represents a picture in a PowerPoint document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code> <div class="block">Represents a cell in a ppt table</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code> <div class="block">Represents a TextFrame shape in PowerPoint.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></strong></code> <div class="block">A common superclass of all shapes that can hold text.</div> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html Mon Aug 17 15:14:07 2015 @@ -99,17 +99,11 @@ <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/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code> <div class="block">Represents a Placeholder in PowerPoint.</div> </td> </tr> -<tr class="altColor"> +<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> @@ -143,11 +137,17 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</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/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code> <div class="block">Represents a cell in a ppt table</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code> <div class="block">Represents a TextFrame shape in PowerPoint.</div> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html?rev=1696306&r1=1696305&r2=1696306&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/package-frame.html Mon Aug 17 15:14:07 2015 @@ -16,6 +16,7 @@ <li><a href="HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFFreeformShape</a></li> <li><a href="HSLFGroupShape.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFGroupShape</a></li> <li><a href="HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFHyperlink</a></li> +<li><a href="HSLFLine.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFLine</a></li> <li><a href="HSLFMasterSheet.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFMasterSheet</a></li> <li><a href="HSLFNotes.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFNotes</a></li> <li><a href="HSLFObjectData.html" title="class in org.apache.poi.hslf.usermodel" target="classFrame">HSLFObjectData</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
