org.odftoolkit.simple.draw
Interface ControlContainer

All Known Implementing Classes:
Paragraph, TextDocument

public interface ControlContainer

ControlContainer is a container which maintains Control(s) as element(s).

Since:
0.8

Method Summary
 Control createDrawControl()
          Create an instance of control and and append it at the end of this container.
 OdfElement getDrawControlContainerElement()
          Get the ODF element which can have DrawControlElement as child element directly.
 

Method Detail

createDrawControl

Control createDrawControl()
Create an instance of control and and append it at the end of this container.

Returns:
a control instance

getDrawControlContainerElement

OdfElement getDrawControlContainerElement()
Get the ODF element which can have DrawControlElement as child element directly.

Returns:
- an ODF element which can have control as child


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