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 | Method and Description |
---|---|
Control |
TextDocument.createDrawControl() |
Modifier and Type | Method and Description |
---|---|
Control |
ControlContainer.createDrawControl()
Create an instance of control and and append it at the end of this container.
|
static Control |
Control.getInstanceof(DrawControlElement element)
Get an instance of control according to a DrawControlElement.
|
static Control |
Control.newDrawControl(ControlContainer container)
Create an instance of control and and append it at the end of a container element.
|
Constructor and Description |
---|
ControlStyleHandler(Control control) |
Modifier and Type | Field and Description |
---|---|
protected Control |
FormControl.drawingShape |
Modifier and Type | Method and Description |
---|---|
Control |
FormControl.getDrawControl()
Get the drawing shape binding to this control
|
Modifier and Type | Method and Description |
---|---|
Control |
Paragraph.createDrawControl()
End of Hyperlink support ***********
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.