|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Textbox | |
---|---|
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. |
Uses of Textbox in org.odftoolkit.simple.draw |
---|
Methods in org.odftoolkit.simple.draw that return Textbox | |
---|---|
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 |
Methods in org.odftoolkit.simple.draw that return types with arguments of type Textbox | |
---|---|
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()
|
Methods in org.odftoolkit.simple.draw with parameters of type Textbox | |
---|---|
boolean |
TextboxContainer.removeTextbox(Textbox box)
Remove the text box |
boolean |
AbstractTextboxContainer.removeTextbox(Textbox box)
Remove the text box. |
Uses of Textbox in org.odftoolkit.simple.presentation |
---|
Methods in org.odftoolkit.simple.presentation that return Textbox | |
---|---|
Textbox |
Slide.addTextbox()
|
Textbox |
Slide.addTextbox(FrameRectangle position)
|
Textbox |
Slide.getTextboxByName(String name)
|
Methods in org.odftoolkit.simple.presentation that return types with arguments of type Textbox | |
---|---|
List<Textbox> |
Slide.getTextboxByUsage(PresentationDocument.PresentationClass usage)
|
Iterator<Textbox> |
Slide.getTextboxIterator()
|
Methods in org.odftoolkit.simple.presentation with parameters of type Textbox | |
---|---|
boolean |
Slide.removeTextbox(Textbox box)
|
Uses of Textbox in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text that return Textbox | |
---|---|
Textbox |
Paragraph.addTextbox()
|
Textbox |
Paragraph.addTextbox(FrameRectangle position)
|
Textbox |
Paragraph.getTextboxByName(String name)
|
Methods in org.odftoolkit.simple.text that return types with arguments of type Textbox | |
---|---|
List<Textbox> |
Paragraph.getTextboxByUsage(PresentationDocument.PresentationClass usage)
|
Iterator<Textbox> |
Paragraph.getTextboxIterator()
|
Methods in org.odftoolkit.simple.text with parameters of type Textbox | |
---|---|
boolean |
Paragraph.removeTextbox(Textbox box)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |