Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
org.odftoolkit.simple.form | |
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Class and Description |
---|---|
class |
TextDocument
This class represents an empty ODF text document.
|
Modifier and Type | Method and Description |
---|---|
static Control |
Control.newDrawControl(ControlContainer container)
Create an instance of control and and append it at the end of a container element.
|
Modifier and Type | Method and Description |
---|---|
FormControl |
Form.createButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label)
Create a button control in this form.
|
Button |
OOForm.createButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label) |
FormControl |
Form.createCheckBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
Create a check box in this form.
|
FormControl |
OOForm.createCheckBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value) |
FormControl |
Form.createComboBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isDropDown)
Create a combo box in this form.
|
FormControl |
OOForm.createComboBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isDropDown) |
FormControl |
Form.createCurrencyField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a currency field in this form.
|
FormControl |
OOForm.createCurrencyField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue) |
FormControl |
Form.createDateField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a date field in this form.
|
FormControl |
OOForm.createDateField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form.
|
FormControl |
Form.createLabel(ControlContainer parent,
FrameRectangle rectangle,
String name,
String text)
Create a label control in this form.
|
FormControl |
OOForm.createLabel(ControlContainer parent,
FrameRectangle rectangle,
String name,
String text) |
FormControl |
Form.createListBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
boolean isMultiSelection,
boolean isDropDown)
Create a list box in this form.
|
FormControl |
OOForm.createListBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
boolean isMultiSelection,
boolean isDropDown) |
FormControl |
Form.createNumericField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a numeric field in this form.
|
FormControl |
OOForm.createNumericField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue) |
FormControl |
Form.createPatternField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a pattern field in this form.
|
FormControl |
OOForm.createPatternField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue) |
FormControl |
Form.createRadioButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
Create a radio button in this form.
|
FormControl |
OOForm.createRadioButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value) |
FormControl |
Form.createTextBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isMultipleLine)
Create a textbox in this form.
|
FormControl |
OOForm.createTextBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isMultipleLine) |
FormControl |
Form.createTimeField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form.
|
FormControl |
OOForm.createTimeField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form.
|
Modifier and Type | Class and Description |
---|---|
class |
Paragraph
This class presents paragraph element in ODF document.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.