Package | Description |
---|---|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
Modifier and Type | Class and Description |
---|---|
class |
Textbox
This class provides method to set the content, properties and style of text
box.
|
Modifier and Type | Method and Description |
---|---|
Frame |
AbstractFrameContainer.addFrame()
Add a frame to the container
|
Frame |
AbstractFrameContainer.addFrame(FrameRectangle rectangle)
Add a frame with the specific position to the container
|
Frame |
Image.getFrame()
Return the frame who contains this image.
|
Frame |
AbstractFrameContainer.getFrameByName(String name)
Return a frame whose name (specified with "draw:name") is a given value.
|
protected static Frame |
Frame.getInstanceof(DrawFrameElement element)
Get a frame instance by an instance of
DrawFrameElement . |
protected static Frame |
Frame.newFrame(FrameContainer container)
Create an instance of frame
|
Modifier and Type | Method and Description |
---|---|
List<Frame> |
AbstractFrameContainer.getFrameByPresentationclass(PresentationDocument.PresentationClass usage)
Return a list of frame whose usage (specified with "presentation:class")
is a given value.
|
Modifier and Type | Method and Description |
---|---|
static Image |
Image.newImage(Frame frame,
URI uri)
Create an image and add it to a frame.
|
Constructor and Description |
---|
FrameStyleHandler(Frame frame) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.