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.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextboxContainer
TextboxContainer is a container which maintains TextBox(s) as element(s).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFrameContainer
AbstractFrameContainer is an abstract implementation of the FrameContainer
interface, with a default implementation for every method defined in
FrameContainer, except getFrameContainerElement().
|
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 | Field and Description |
---|---|
protected FrameContainer |
Frame.mFrameContainer |
Modifier and Type | Method and Description |
---|---|
static Iterator<Image> |
Image.imageIterator(FrameContainer container)
Return an iterator of image.
|
protected static Frame |
Frame.newFrame(FrameContainer container)
Create an instance of frame
|
static Image |
Image.newImage(FrameContainer container,
URI uri)
Create an image and append it at the end of a container element.
|
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 |
Cell
Cell represents table cell feature in 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.