Package | Description |
---|---|
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.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Method and Description |
---|---|
FrameRectangle |
Control.getRectangle()
Return the rectangle used by this control
|
FrameRectangle |
Image.getRectangle()
Return the rectangle used by this image
|
FrameRectangle |
Frame.getRectangle()
Return the rectangle used by this frame
|
Modifier and Type | Method and Description |
---|---|
Frame |
AbstractFrameContainer.addFrame(FrameRectangle rectangle)
Add a frame with the specific position to the container
|
Textbox |
AbstractTextboxContainer.addTextbox(FrameRectangle position) |
Textbox |
TextboxContainer.addTextbox(FrameRectangle position)
Add a text box with a specific size at a specific position
|
void |
Control.setRectangle(FrameRectangle rectangle)
Set the rectangle used by this control
|
void |
Image.setRectangle(FrameRectangle rectangle)
Set the rectangle used by this image
|
void |
Frame.setRectangle(FrameRectangle rectangle)
Set the rectangle used by this frame
|
Modifier and Type | Method and Description |
---|---|
FrameRectangle |
FormControl.getRectangle()
Return the rectangle used as the bounding box of this form control
|
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.
|
void |
FormControl.setRectangle(FrameRectangle rectangle)
Set the rectangle used as the bounding box of this form control
|
Modifier and Type | Method and Description |
---|---|
Textbox |
Slide.addTextbox(FrameRectangle position) |
Modifier and Type | Method and Description |
---|---|
Textbox |
Paragraph.addTextbox(FrameRectangle position) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.