- Field - Class in org.odftoolkit.simple.common.field
 
- 
This is the abstract class of all kinds of fields.
 
- Field() - Constructor for class org.odftoolkit.simple.common.field.Field
 
-  
 
- Field - Class in org.odftoolkit.simple.form
 
- 
This class represents the form control of Field, provides methods to get/set the form properties
 and the style formatting of this control.
 
- Field.FieldType - Enum in org.odftoolkit.simple.common.field
 
- 
A FieldType specifies the type of a field.
 
- Fields - Class in org.odftoolkit.simple.common.field
 
- 
This is a tool class to help the user creating all kinds of fields as needed.
 
- FieldSelection - Class in org.odftoolkit.simple.common.navigation
 
- 
This is a decorator class of TextSelection, which help user replace a text content with field.
 
- FieldSelection(TextSelection) - Constructor for class org.odftoolkit.simple.common.navigation.FieldSelection
 
- 
Construct a FieldSelection with TextSelection.
 
- Font - Class in org.odftoolkit.simple.style
 
- 
This class represents the font style settings, including font family name, font style, size,
 front color.
 
- Font(String, StyleTypeDefinitions.FontStyle, double) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, font style, and size.
 
- Font(String, StyleTypeDefinitions.FontStyle, double, StyleTypeDefinitions.TextLinePosition) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, font style, size and line position.
 
- Font(String, StyleTypeDefinitions.FontStyle, double, Color) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, style, size, and front color.
 
- Font(String, StyleTypeDefinitions.FontStyle, double, Color, StyleTypeDefinitions.TextLinePosition) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, style, size, front color and line position
 
- Font(String, StyleTypeDefinitions.FontStyle, double, Locale) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, style, size for a specific character.
 
- Font(String, StyleTypeDefinitions.FontStyle, double, Color, Locale) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, style, size, and color for a specific character.
 
- Font(String, StyleTypeDefinitions.FontStyle, double, Color, StyleTypeDefinitions.TextLinePosition, Locale) - Constructor for class org.odftoolkit.simple.style.Font
 
- 
Create a font with specific family name, style, size, color, and line position for a specific
 character.
 
- Footer - Class in org.odftoolkit.simple.text
 
- 
This class represents footer definition in text document.
 
- Footer(StyleFooterElement) - Constructor for class org.odftoolkit.simple.text.Footer
 
- 
Create a footer instance by an object of StyleFooterElement.
 
- Form - Interface in org.odftoolkit.simple.form
 
- 
This class represents form object.
 
- FORM_PROPERTY_NAME_CURRENCYSYMBOL - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- FORM_PROPERTY_NAME_DECIMALACCURACY - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- FORM_PROPERTY_NAME_EDITMASK - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- FORM_PROPERTY_NAME_LITERALMASK - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- FORM_PROPERTY_NAME_PREPENDCURRENCYSYMBOL - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- FORM_PROPERTY_NAME_VALUESTEP - Static variable in class org.odftoolkit.simple.form.OOFormProvider
 
-  
 
- formatDate(String) - Method in class org.odftoolkit.simple.common.field.DateField
 
- 
Set the format of this date field.
 
- formatDate(String, Locale) - Method in class org.odftoolkit.simple.form.DateField
 
- 
Format the date value according to the appointed format and locale.
 
- formatTime(String) - Method in class org.odftoolkit.simple.common.field.TimeField
 
- 
Set the format of this time field.
 
- formatTime(String, Locale) - Method in class org.odftoolkit.simple.form.TimeField
 
- 
Set the format of this time field.
 
- FormContainer - Interface in org.odftoolkit.simple.form
 
- 
FormContainer is a container which maintains Form(s) as element(s).
 
- FormControl - Class in org.odftoolkit.simple.form
 
- 
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.
 
- FormControl() - Constructor for class org.odftoolkit.simple.form.FormControl
 
-  
 
- formElement - Variable in class org.odftoolkit.simple.form.FormControl
 
-  
 
- FormProvider - Interface in org.odftoolkit.simple.form
 
- 
FormProvider provides the methods to create and get form instance in a way that is
 implementation-independent.
 
- FormTypeDefinition - Class in org.odftoolkit.simple.form
 
- 
This class defines the common used constants in form handling methods.
 
- FormTypeDefinition() - Constructor for class org.odftoolkit.simple.form.FormTypeDefinition
 
-  
 
- FormTypeDefinition.FormCheckboxState - Enum in org.odftoolkit.simple.form
 
- 
Common used state for a check box from users perspective.
 
- FormTypeDefinition.FormCommandType - Enum in org.odftoolkit.simple.form
 
- 
Common used command type of form from users perspective.
 
- FormTypeDefinition.FormImageLocation - Enum in org.odftoolkit.simple.form
 
- 
Common used image position of form from users perspective.
 
- FormTypeDefinition.FormListSourceType - Enum in org.odftoolkit.simple.form
 
- 
Common used source type of entry list from users perspective.
 
- Frame - Class in org.odftoolkit.simple.draw
 
- 
This class presents frame object.
 
- Frame(DrawFrameElement) - Constructor for class org.odftoolkit.simple.draw.Frame
 
-  
 
- FrameContainer - Interface in org.odftoolkit.simple.draw
 
- 
FrameContainer is a container which maintains Frame(s) as element(s).
 
- FrameRectangle - Class in org.odftoolkit.simple.draw
 
- 
This class represents a rectangle used by a frame object.
 
- FrameRectangle(double, double, double, double, StyleTypeDefinitions.SupportedLinearMeasure) - Constructor for class org.odftoolkit.simple.draw.FrameRectangle
 
- 
Create an instance of FrameRectangle with the top-left point (x, y), width, height and the
 measurement
 
- FrameRectangle(String, String, String, String) - Constructor for class org.odftoolkit.simple.draw.FrameRectangle
 
- 
Create an instance of FrameRectangle with the descriptions of top-left point (x, y), width and
 height.
 
- FrameStyleHandler - Class in org.odftoolkit.simple.draw
 
- 
This class provides functions to handle the style of a frame.
 
- FrameStyleHandler(Frame) - Constructor for class org.odftoolkit.simple.draw.FrameStyleHandler
 
-