Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
org.odftoolkit.simple.common.field |
Provide convenient methods to manipulate Fields in ODF text document.
|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
org.odftoolkit.simple.form | |
org.odftoolkit.simple.presentation |
Provide high level methods to ODF presentation documents.
|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Method and Description |
---|---|
protected static Component |
Component.getComponentByElement(OdfElement element)
Get the component instance by the element instance.
|
Modifier and Type | Method and Description |
---|---|
protected IdentityHashMap<OdfElement,Component> |
Document.getComponentMap()
Return the component repository of this document.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Component.registerComponent(Component component,
OdfElement element)
Register component to the map repository
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorField
An AuthorField represents the initials of the author or the full
name of the author of a document.
|
class |
ChapterField
ChapterField is placed inside a header or footer, it displays the current
chapter name or number on every page.
|
class |
ConditionField
ConditionField specifies a condition for display of one text string or
another.
|
class |
DateField
DateField displays a date, by default this is the current date.
|
class |
Field
This is the abstract class of all kinds of fields.
|
class |
PageCountField
A PageCountField displays the total number of pages in a document.
|
class |
PageNumberField
A PageNumberField displays the current page number of pages in a
document.
|
class |
ReferenceField
A ReferenceField refers to a field that appears in another location in a
document.
|
class |
SubjectField
A SubjectField displays the subject value contained by the document
meta data.
|
class |
TimeField
TimeField displays a time, by default this is the current time.
|
class |
TitleField
A TitleField displays the title value contained by the document meta
data.
|
class |
VariableField
ODF document can contain variables, which are processed or displayed as
VariableFields.
|
Modifier and Type | Class and Description |
---|---|
class |
Control
This class represents control object, a shape that is linked to a control
inside an form.
|
class |
Frame
This class presents frame object.
|
class |
Image
This class provides method to add/remove/get images.
|
class |
Textbox
This class provides method to set the content, properties and style of text
box.
|
Modifier and Type | Class and Description |
---|---|
class |
Button
This class represents the form control of Button, provides methods to get/set
the form properties and the style formatting of this control.
|
class |
CheckBox
This class represents the form control of Check Box, provides methods to
get/set the form properties and the style formatting of this control.
|
class |
ComboBox
This class represents the form control of Combo Box, provides methods to
get/set the form properties and the style formatting of this control.
|
class |
CurrencyField |
class |
FormControl
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.
|
class |
Label
This class represents the form control of Label, provides methods to get/set
the form properties and the style formatting of this control.
|
class |
ListBox
This class represents the form control of List Box, provides methods to
get/set the form properties and the style formatting of this control.
|
class |
NumericField |
class |
OOForm
This class implements the interface of Form according to the implementation
of OpenOffice.org.
|
class |
PatternField |
class |
RadioButton
This class represents the form control of radio button, provides methods to
get/set the form properties and the style formatting of this control.
|
class |
TextBox
This class represents the form control of Text Box, provides methods to
get/set the form properties and the style formatting of this control.
|
Modifier and Type | Class and Description |
---|---|
class |
Notes
Notes represents the presentation notes feature of the ODF
document. |
class |
Slide
Slide represents the presentation slide feature of the ODF
document. |
Modifier and Type | Class and Description |
---|---|
class |
Cell
Cell represents table cell feature in ODF document.
|
class |
Column
Column represents table column feature in ODF document.
|
class |
Row
Row represents table row feature in ODF document.
|
class |
Table
Table represents the table feature in ODF spreadsheet and text documents.
|
Modifier and Type | Class and Description |
---|---|
class |
Footer
This class represents footer definition in text document.
|
class |
Header
This class represents header definition in text document.
|
class |
Paragraph
This class presents paragraph element in ODF document.
|
class |
Section
This class represents section definition in text document.
|
class |
Span
This class represents the application of a style to the character data of a
portion of text.
|
class |
TextHyperlink
This class represents a text hyperlink in ODF document.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.