blob: 17acd2505dd19704e22e6c9e454384ea2c45318b [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>F-Index (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="F-Index (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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
<li><a href="index-6.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="../org/odftoolkit/simple/common/field/Field.html" title="class in org.odftoolkit.simple.common.field"><span class="strong">Field</span></a> - Class in <a href="../org/odftoolkit/simple/common/field/package-summary.html">org.odftoolkit.simple.common.field</a></dt>
<dd>
<div class="block">This is the abstract class of all kinds of fields.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/Field.html#Field()">Field()</a></span> - Constructor for class org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/Field.html" title="class in org.odftoolkit.simple.common.field">Field</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/form/Field.html" title="class in org.odftoolkit.simple.form"><span class="strong">Field</span></a> - Class in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">This class represents the form control of Field, provides methods to get/set
the form properties and the style formatting of this control.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/field/Field.FieldType.html" title="enum in org.odftoolkit.simple.common.field"><span class="strong">Field.FieldType</span></a> - Enum in <a href="../org/odftoolkit/simple/common/field/package-summary.html">org.odftoolkit.simple.common.field</a></dt>
<dd>
<div class="block">A <tt>FieldType</tt> specifies the type of a field.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/field/Fields.html" title="class in org.odftoolkit.simple.common.field"><span class="strong">Fields</span></a> - Class in <a href="../org/odftoolkit/simple/common/field/package-summary.html">org.odftoolkit.simple.common.field</a></dt>
<dd>
<div class="block">This is a tool class to help the user creating all kinds of fields as needed.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/FieldSelection.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">FieldSelection</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">This is a decorator class of TextSelection, which help user replace a text
content with field.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/FieldSelection.html#FieldSelection(org.odftoolkit.simple.common.navigation.TextSelection)">FieldSelection(TextSelection)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/FieldSelection.html" title="class in org.odftoolkit.simple.common.navigation">FieldSelection</a></dt>
<dd>
<div class="block">Construct a FieldSelection with TextSelection.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style"><span class="strong">Font</span></a> - Class in <a href="../org/odftoolkit/simple/style/package-summary.html">org.odftoolkit.simple.style</a></dt>
<dd>
<div class="block">This class represents the font style settings, including font family name,
font style, size, front color.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double)">Font(String, StyleTypeDefinitions.FontStyle, double)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, font style, and size.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, org.odftoolkit.simple.style.StyleTypeDefinitions.TextLinePosition)">Font(String, StyleTypeDefinitions.FontStyle, double, StyleTypeDefinitions.TextLinePosition)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, font style, size and line position.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, org.odftoolkit.odfdom.type.Color)">Font(String, StyleTypeDefinitions.FontStyle, double, Color)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, style, size, and front color.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, org.odftoolkit.odfdom.type.Color, org.odftoolkit.simple.style.StyleTypeDefinitions.TextLinePosition)">Font(String, StyleTypeDefinitions.FontStyle, double, Color, StyleTypeDefinitions.TextLinePosition)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, style, size, front color and line position</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, java.util.Locale)">Font(String, StyleTypeDefinitions.FontStyle, double, Locale)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, style, size for a specific
character.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, org.odftoolkit.odfdom.type.Color, java.util.Locale)">Font(String, StyleTypeDefinitions.FontStyle, double, Color, Locale)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, style, size, and color for a
specific character.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#Font(java.lang.String, org.odftoolkit.simple.style.StyleTypeDefinitions.FontStyle, double, org.odftoolkit.odfdom.type.Color, org.odftoolkit.simple.style.StyleTypeDefinitions.TextLinePosition, java.util.Locale)">Font(String, StyleTypeDefinitions.FontStyle, double, Color, StyleTypeDefinitions.TextLinePosition, Locale)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>
<div class="block">Create a font with specific family name, style, size, color, and line position for a
specific character.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/text/Footer.html" title="class in org.odftoolkit.simple.text"><span class="strong">Footer</span></a> - Class in <a href="../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></dt>
<dd>
<div class="block">This class represents footer definition in text document.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/Footer.html#Footer(org.odftoolkit.odfdom.dom.element.style.StyleFooterElement)">Footer(StyleFooterElement)</a></span> - Constructor for class org.odftoolkit.simple.text.<a href="../org/odftoolkit/simple/text/Footer.html" title="class in org.odftoolkit.simple.text">Footer</a></dt>
<dd>
<div class="block">Create a footer instance by an object of <code>StyleFooterElement</code>.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form"><span class="strong">Form</span></a> - Interface in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">This class represents form object.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_CURRENCYSYMBOL">FORM_PROPERTY_NAME_CURRENCYSYMBOL</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_DECIMALACCURACY">FORM_PROPERTY_NAME_DECIMALACCURACY</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_EDITMASK">FORM_PROPERTY_NAME_EDITMASK</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_LITERALMASK">FORM_PROPERTY_NAME_LITERALMASK</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_PREPENDCURRENCYSYMBOL">FORM_PROPERTY_NAME_PREPENDCURRENCYSYMBOL</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/OOFormProvider.html#FORM_PROPERTY_NAME_VALUESTEP">FORM_PROPERTY_NAME_VALUESTEP</a></span> - Static variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/DateField.html#formatDate(java.lang.String)">formatDate(String)</a></span> - Method in class org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/DateField.html" title="class in org.odftoolkit.simple.common.field">DateField</a></dt>
<dd>
<div class="block">Set the format of this date field.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/DateField.html#formatDate(java.lang.String, java.util.Locale)">formatDate(String, Locale)</a></span> - Method in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/DateField.html" title="class in org.odftoolkit.simple.form">DateField</a></dt>
<dd>
<div class="block">Format the date value according to the appointed format and locale.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/TimeField.html#formatTime(java.lang.String)">formatTime(String)</a></span> - Method in class org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/TimeField.html" title="class in org.odftoolkit.simple.common.field">TimeField</a></dt>
<dd>
<div class="block">Set the format of this time field.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/TimeField.html#formatTime(java.lang.String, java.util.Locale)">formatTime(String, Locale)</a></span> - Method in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/TimeField.html" title="class in org.odftoolkit.simple.form">TimeField</a></dt>
<dd>
<div class="block">Set the format of this time field.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormContainer.html" title="interface in org.odftoolkit.simple.form"><span class="strong">FormContainer</span></a> - Interface in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">FormContainer is a container which maintains Form(s) as element(s).</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form"><span class="strong">FormControl</span></a> - Class in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">This class represents the form control, which provides the methods to get/set
the control properties and style and layout properties of its binding drawing
shape.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormControl.html#FormControl()">FormControl()</a></span> - Constructor for class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormControl.html#formElement">formElement</a></span> - Variable in class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/form/FormProvider.html" title="interface in org.odftoolkit.simple.form"><span class="strong">FormProvider</span></a> - Interface in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">FormProvider provides the methods to create and get form instance in a way
that is implementation-independent.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormTypeDefinition.html" title="class in org.odftoolkit.simple.form"><span class="strong">FormTypeDefinition</span></a> - Class in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">This class defines the common used constants in form handling methods.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormTypeDefinition.html#FormTypeDefinition()">FormTypeDefinition()</a></span> - Constructor for class org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormTypeDefinition.html" title="class in org.odftoolkit.simple.form">FormTypeDefinition</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCheckboxState.html" title="enum in org.odftoolkit.simple.form"><span class="strong">FormTypeDefinition.FormCheckboxState</span></a> - Enum in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">Common used state for a check box from users perspective.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCommandType.html" title="enum in org.odftoolkit.simple.form"><span class="strong">FormTypeDefinition.FormCommandType</span></a> - Enum in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">Common used command type of form from users perspective. *
This attibute specifies the type of command to execute on a data source.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormImageLocation.html" title="enum in org.odftoolkit.simple.form"><span class="strong">FormTypeDefinition.FormImageLocation</span></a> - Enum in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">Common used image position of form from users perspective.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form"><span class="strong">FormTypeDefinition.FormListSourceType</span></a> - Enum in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">Common used source type of entry list from users perspective.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/draw/Frame.html" title="class in org.odftoolkit.simple.draw"><span class="strong">Frame</span></a> - Class in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">This class presents frame object.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/draw/Frame.html#Frame(org.odftoolkit.odfdom.dom.element.draw.DrawFrameElement)">Frame(DrawFrameElement)</a></span> - Constructor for class org.odftoolkit.simple.draw.<a href="../org/odftoolkit/simple/draw/Frame.html" title="class in org.odftoolkit.simple.draw">Frame</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/draw/FrameContainer.html" title="interface in org.odftoolkit.simple.draw"><span class="strong">FrameContainer</span></a> - Interface in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">FrameContainer is a container which maintains Frame(s) as element(s).</div>
</dd>
<dt><a href="../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw"><span class="strong">FrameRectangle</span></a> - Class in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">This class represents a rectangle used by a frame object.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/draw/FrameRectangle.html#FrameRectangle(double, double, double, double, org.odftoolkit.simple.style.StyleTypeDefinitions.SupportedLinearMeasure)">FrameRectangle(double, double, double, double, StyleTypeDefinitions.SupportedLinearMeasure)</a></span> - Constructor for class org.odftoolkit.simple.draw.<a href="../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></dt>
<dd>
<div class="block">Create an instance of FrameRectangle with the top-left point (x, y),
width, height and the measurement</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/draw/FrameRectangle.html#FrameRectangle(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">FrameRectangle(String, String, String, String)</a></span> - Constructor for class org.odftoolkit.simple.draw.<a href="../org/odftoolkit/simple/draw/FrameRectangle.html" title="class in org.odftoolkit.simple.draw">FrameRectangle</a></dt>
<dd>
<div class="block">Create an instance of FrameRectangle with the descriptions of top-left
point (x, y), width and height.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/draw/FrameStyleHandler.html" title="class in org.odftoolkit.simple.draw"><span class="strong">FrameStyleHandler</span></a> - Class in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">This class provides functions to handle the style of a frame.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/draw/FrameStyleHandler.html#FrameStyleHandler(org.odftoolkit.simple.draw.Frame)">FrameStyleHandler(Frame)</a></span> - Constructor for class org.odftoolkit.simple.draw.<a href="../org/odftoolkit/simple/draw/FrameStyleHandler.html" title="class in org.odftoolkit.simple.draw">FrameStyleHandler</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
<li><a href="index-6.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>