Package org.odftoolkit.simple.draw

Provide high level methods to manipulate draw frame and text box.

See:
          Description

Interface Summary
ControlContainer ControlContainer is a container which maintains Control(s) as element(s).
FrameContainer FrameContainer is a container which maintains Frame(s) as element(s).
TextboxContainer TextboxContainer is a container which maintains TextBox(s) as element(s).
 

Class Summary
AbstractFrameContainer AbstractFrameContainer is an abstract implementation of the FrameContainer interface, with a default implementation for every method defined in FrameContainer, except getFrameContainerElement().
AbstractTextboxContainer AbstractTextboxContainer is an abstract implementation of the TextboxContainer interface, with a default implementation for every method defined in TextboxContainer, except getFrameContainerElement().
Control This class represents control object, a shape that is linked to a control inside an form.
ControlStyleHandler This class provides functions to handle the style of a form control.
Frame This class presents frame object.
FrameRectangle This class represents a rectangle used by a frame object.
FrameStyleHandler This class provides functions to handle the style of a frame.
Image This class provides method to add/remove/get images.
Textbox This class provides method to set the content, properties and style of text box.
 

Package org.odftoolkit.simple.draw Description

Provide high level methods to manipulate draw frame and text box.



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