Uses of Package
org.odftoolkit.simple.draw

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

Classes in org.odftoolkit.simple.draw used by org.odftoolkit.simple.draw
AbstractFrameContainer
          AbstractFrameContainer is an abstract implementation of the FrameContainer interface, with a default implementation for every method defined in FrameContainer, except getFrameContainerElement().
Frame
          This class presents frame object.
FrameContainer
          FrameContainer is a container which maintains Frame(s) as element(s).
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.
TextboxContainer
          TextboxContainer is a container which maintains TextBox(s) as element(s).
 

Classes in org.odftoolkit.simple.draw used by org.odftoolkit.simple.presentation
FrameContainer
          FrameContainer is a container which maintains Frame(s) as element(s).
FrameRectangle
          This class represents a rectangle used by a frame object.
Textbox
          This class provides method to set the content, properties and style of text box.
TextboxContainer
          TextboxContainer is a container which maintains TextBox(s) as element(s).
 

Classes in org.odftoolkit.simple.draw used by org.odftoolkit.simple.table
FrameContainer
          FrameContainer is a container which maintains Frame(s) as element(s).
Image
          This class provides method to add/remove/get images.
 

Classes in org.odftoolkit.simple.draw used by org.odftoolkit.simple.text
FrameContainer
          FrameContainer is a container which maintains Frame(s) as element(s).
FrameRectangle
          This class represents a rectangle used by a frame object.
Textbox
          This class provides method to set the content, properties and style of text box.
TextboxContainer
          TextboxContainer is a container which maintains TextBox(s) as element(s).
 



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