Uses of Class
org.odftoolkit.simple.draw.Control

Packages that use Control
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.form   
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

Uses of Control in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return Control
 Control TextDocument.createDrawControl()
           
 

Uses of Control in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw that return Control
 Control ControlContainer.createDrawControl()
          Create an instance of control and and append it at the end of this container.
static Control Control.getInstanceof(DrawControlElement element)
          Get an instance of control according to a DrawControlElement.
static Control Control.newDrawControl(ControlContainer container)
          Create an instance of control and and append it at the end of a container element.
 

Constructors in org.odftoolkit.simple.draw with parameters of type Control
ControlStyleHandler(Control control)
           
 

Uses of Control in org.odftoolkit.simple.form
 

Fields in org.odftoolkit.simple.form declared as Control
protected  Control FormControl.drawingShape
           
 

Methods in org.odftoolkit.simple.form that return Control
 Control FormControl.getDrawControl()
          Get the drawing shape binding to this control
 

Uses of Control in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text that return Control
 Control Paragraph.createDrawControl()
          End of Hyperlink support
 



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