org.odftoolkit.simple.draw
Interface FrameContainer

All Known Subinterfaces:
TextboxContainer
All Known Implementing Classes:
AbstractFrameContainer, AbstractTextboxContainer, Cell, Paragraph, Slide

public interface FrameContainer

FrameContainer is a container which maintains Frame(s) as element(s).

Since:
0.5

Method Summary
 OdfElement getFrameContainerElement()
          Get the ODF element which can have as child element directly according to ODF specification.
 

Method Detail

getFrameContainerElement

OdfElement getFrameContainerElement()
Get the ODF element which can have as child element directly according to ODF specification. This Element will help to find the position to insert a new draw:frame element.

Returns:
the parent of draw:frame


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.