Package | Description |
---|---|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box
|
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 |
---|---|
Textbox |
TextboxContainer.addTextbox()
Add a text box
|
Textbox |
AbstractTextboxContainer.addTextbox() |
Textbox |
TextboxContainer.addTextbox(FrameRectangle position)
Add a text box with a specific size at a specific position
|
Textbox |
AbstractTextboxContainer.addTextbox(FrameRectangle position) |
static Textbox |
Textbox.getInstanceof(DrawTextBoxElement element)
Get a text box instance by an instance of
DrawTextBoxElement
. |
Textbox |
TextboxContainer.getTextboxByName(String name)
Return a text box whose name is a given value.
|
Textbox |
AbstractTextboxContainer.getTextboxByName(String name)
Return a text box whose name is a given value.
|
static Textbox |
Textbox.newTextbox(TextboxContainer container)
Create an instance of frame
The frame will be added at the end of this container.
|
Modifier and Type | Method and Description |
---|---|
List<Textbox> |
TextboxContainer.getTextboxByUsage(PresentationDocument.PresentationClass usage)
This method is only useful in presentation slide.
|
List<Textbox> |
AbstractTextboxContainer.getTextboxByUsage(PresentationDocument.PresentationClass usage)
This method is only useful for presentation slides.
|
Iterator<Textbox> |
TextboxContainer.getTextboxIterator()
Return an Iterator of the text objects in this container.
|
Iterator<Textbox> |
AbstractTextboxContainer.getTextboxIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
TextboxContainer.removeTextbox(Textbox box)
Remove the text box
|
boolean |
AbstractTextboxContainer.removeTextbox(Textbox box)
Remove the text box.
|
Modifier and Type | Method and Description |
---|---|
Textbox |
Slide.addTextbox() |
Textbox |
Slide.addTextbox(FrameRectangle position) |
Textbox |
Slide.getTextboxByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Textbox> |
Slide.getTextboxByUsage(PresentationDocument.PresentationClass usage) |
Iterator<Textbox> |
Slide.getTextboxIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
Slide.removeTextbox(Textbox box) |
Modifier and Type | Method and Description |
---|---|
Textbox |
Paragraph.addTextbox() |
Textbox |
Paragraph.addTextbox(FrameRectangle position) |
Textbox |
Paragraph.getTextboxByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Textbox> |
Paragraph.getTextboxByUsage(PresentationDocument.PresentationClass usage) |
Iterator<Textbox> |
Paragraph.getTextboxIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
Paragraph.removeTextbox(Textbox box) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.