blob: 6029085b18116e58b85d790081093cf803674a0b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Feb 22 10:35:19 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.odftoolkit.simple.draw.FrameRectangle (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)</title>
<meta name="date" content="2013-02-22">
<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.odftoolkit.simple.draw.FrameRectangle (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)";
}
//-->
</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/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">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-files/index-1.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/odftoolkit/simple/draw//class-useFrameRectangle.html" target="_top">Frames</a></li>
<li><a href="FrameRectangle.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.odftoolkit.simple.draw.FrameRectangle" class="title">Uses of Class<br>org.odftoolkit.simple.draw.FrameRectangle</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/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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.odftoolkit.simple.draw">org.odftoolkit.simple.draw</a></td>
<td class="colLast">
<div class="block">Provide high level methods to manipulate draw frame and text box</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.form">org.odftoolkit.simple.form</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.presentation">org.odftoolkit.simple.presentation</a></td>
<td class="colLast">
<div class="block">Provide high level methods to ODF presentation documents.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.text">org.odftoolkit.simple.text</a></td>
<td class="colLast">
<div class="block">Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.odftoolkit.simple.draw">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a> in <a href="../../../../../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a> that return <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></code></td>
<td class="colLast"><span class="strong">Frame.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Frame.html#getRectangle()">getRectangle</a></strong>()</code>
<div class="block">Return the rectangle used by this frame</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></code></td>
<td class="colLast"><span class="strong">Image.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Image.html#getRectangle()">getRectangle</a></strong>()</code>
<div class="block">Return the rectangle used by this image</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></code></td>
<td class="colLast"><span class="strong">Control.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Control.html#getRectangle()">getRectangle</a></strong>()</code>
<div class="block">Return the rectangle used by this control</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/draw/Frame.html" title="class in org.odftoolkit.simple.draw">Frame</a></code></td>
<td class="colLast"><span class="strong">AbstractFrameContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/AbstractFrameContainer.html#addFrame(org.odftoolkit.simple.draw.FrameRectangle)">addFrame</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle)</code>
<div class="block">Add a frame with the specific position to the container</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/draw/Textbox.html" title="class in org.odftoolkit.simple.draw">Textbox</a></code></td>
<td class="colLast"><span class="strong">TextboxContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/TextboxContainer.html#addTextbox(org.odftoolkit.simple.draw.FrameRectangle)">addTextbox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;position)</code>
<div class="block">Add a text box with a specific size at a specific position</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/draw/Textbox.html" title="class in org.odftoolkit.simple.draw">Textbox</a></code></td>
<td class="colLast"><span class="strong">AbstractTextboxContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/AbstractTextboxContainer.html#addTextbox(org.odftoolkit.simple.draw.FrameRectangle)">addTextbox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;position)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Frame.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Frame.html#setRectangle(org.odftoolkit.simple.draw.FrameRectangle)">setRectangle</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle)</code>
<div class="block">Set the rectangle used by this frame</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Image.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Image.html#setRectangle(org.odftoolkit.simple.draw.FrameRectangle)">setRectangle</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle)</code>
<div class="block">Set the rectangle used by this image</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Control.</span><code><strong><a href="../../../../../org/odftoolkit/simple/draw/Control.html#setRectangle(org.odftoolkit.simple.draw.FrameRectangle)">setRectangle</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle)</code>
<div class="block">Set the rectangle used by this control</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.form">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a> in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> that return <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></code></td>
<td class="colLast"><span class="strong">FormControl.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormControl.html#getRectangle()">getRectangle</a></strong>()</code>
<div class="block">Return the rectangle used as the bounding box of this form control</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createButton(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createButton</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>
<div class="block">Create a button control in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Button.html" title="class in org.odftoolkit.simple.form">Button</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createButton(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createButton</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createCheckBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, java.lang.String)">createCheckBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Create a check box in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createCheckBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, java.lang.String)">createCheckBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createComboBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, boolean)">createComboBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultText,
boolean&nbsp;isDropDown)</code>
<div class="block">Create a combo box in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createComboBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, boolean)">createComboBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultText,
boolean&nbsp;isDropDown)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createCurrencyField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createCurrencyField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a currency field in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createCurrencyField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createCurrencyField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createDateField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createDateField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a date field in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createDateField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createDateField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a time field in this form.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createLabel(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createLabel</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code>
<div class="block">Create a label control in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createLabel(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createLabel</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createListBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, boolean, boolean)">createListBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;isMultiSelection,
boolean&nbsp;isDropDown)</code>
<div class="block">Create a list box in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createListBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, boolean, boolean)">createListBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;isMultiSelection,
boolean&nbsp;isDropDown)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createNumericField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createNumericField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a numeric field in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createNumericField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createNumericField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createPatternField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createPatternField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a pattern field in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createPatternField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createPatternField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createRadioButton(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, java.lang.String)">createRadioButton</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Create a radio button in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createRadioButton(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, java.lang.String)">createRadioButton</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createTextBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, boolean)">createTextBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultText,
boolean&nbsp;isMultipleLine)</code>
<div class="block">Create a textbox in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createTextBox(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String, boolean)">createTextBox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultText,
boolean&nbsp;isMultipleLine)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">Form.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Form.html#createTimeField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createTimeField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a time field in this form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#createTimeField(org.odftoolkit.simple.draw.ControlContainer, org.odftoolkit.simple.draw.FrameRectangle, java.lang.String, java.lang.String)">createTimeField</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/ControlContainer.html" title="interface in org.odftoolkit.simple.draw">ControlContainer</a>&nbsp;parent,
<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Create a time field in this form.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">FormControl.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormControl.html#setRectangle(org.odftoolkit.simple.draw.FrameRectangle)">setRectangle</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;rectangle)</code>
<div class="block">Set the rectangle used as the bounding box of this form control</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.presentation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a> in <a href="../../../../../org/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/draw/Textbox.html" title="class in org.odftoolkit.simple.draw">Textbox</a></code></td>
<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../org/odftoolkit/simple/presentation/Slide.html#addTextbox(org.odftoolkit.simple.draw.FrameRectangle)">addTextbox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;position)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.text">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a> in <a href="../../../../../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></span><span class="tabEnd">&nbsp;</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/odftoolkit/simple/draw/Textbox.html" title="class in org.odftoolkit.simple.draw">Textbox</a></code></td>
<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Paragraph.html#addTextbox(org.odftoolkit.simple.draw.FrameRectangle)">addTextbox</a></strong>(<a href="../../../../../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a>&nbsp;position)</code>&nbsp;</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/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">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-files/index-1.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/odftoolkit/simple/draw//class-useFrameRectangle.html" target="_top">Frames</a></li>
<li><a href="FrameRectangle.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>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>