|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Frame | |
---|---|
org.odftoolkit.simple.draw | Provide high level methods to manipulate draw frame and text box. |
Uses of Frame in org.odftoolkit.simple.draw |
---|
Subclasses of Frame in org.odftoolkit.simple.draw | |
---|---|
class |
Textbox
This class provides method to set the content, properties and style of text box. |
Methods in org.odftoolkit.simple.draw that return Frame | |
---|---|
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 |
Methods in org.odftoolkit.simple.draw that return types with arguments of type Frame | |
---|---|
List<Frame> |
AbstractFrameContainer.getFrameByPresentationclass(PresentationDocument.PresentationClass usage)
Return a list of frame whose usage (specified with "presentation:class") is a given value. |
Methods in org.odftoolkit.simple.draw with parameters of type Frame | |
---|---|
static Image |
Image.newImage(Frame frame,
URI uri)
Create an image and add it to a frame. |
Constructors in org.odftoolkit.simple.draw with parameters of type Frame | |
---|---|
FrameStyleHandler(Frame frame)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |