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 | Class and Description |
---|---|
class |
AbstractTextboxContainer
AbstractTextboxContainer is an abstract implementation of the
TextboxContainer interface, with a default implementation for every method
defined in TextboxContainer, except getFrameContainerElement().
|
Modifier and Type | Method and Description |
---|---|
static Textbox |
Textbox.newTextbox(TextboxContainer container)
Create an instance of frame
|
Modifier and Type | Class and Description |
---|---|
class |
Slide
Slide represents the presentation slide feature of the ODF
document. |
Modifier and Type | Class and Description |
---|---|
class |
Paragraph
This class presents paragraph element in ODF document.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.