|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameContainer | |
---|---|
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. |
Uses of FrameContainer in org.odftoolkit.simple.draw |
---|
Subinterfaces of FrameContainer in org.odftoolkit.simple.draw | |
---|---|
interface |
TextboxContainer
TextboxContainer is a container which maintains TextBox(s) as element(s). |
Classes in org.odftoolkit.simple.draw that implement FrameContainer | |
---|---|
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(). |
Fields in org.odftoolkit.simple.draw declared as FrameContainer | |
---|---|
protected FrameContainer |
Frame.mFrameContainer
|
Methods in org.odftoolkit.simple.draw with parameters of type FrameContainer | |
---|---|
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. |
Uses of FrameContainer in org.odftoolkit.simple.presentation |
---|
Classes in org.odftoolkit.simple.presentation that implement FrameContainer | |
---|---|
class |
Slide
Slide represents the presentation slide feature of the ODF
document. |
Uses of FrameContainer in org.odftoolkit.simple.table |
---|
Classes in org.odftoolkit.simple.table that implement FrameContainer | |
---|---|
class |
Cell
Cell represents table cell feature in ODF document. |
Uses of FrameContainer in org.odftoolkit.simple.text |
---|
Classes in org.odftoolkit.simple.text that implement FrameContainer | |
---|---|
class |
Paragraph
This class presents paragraph element in ODF document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |