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

Packages that use FrameRectangle
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.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

Uses of FrameRectangle in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw that return FrameRectangle
 FrameRectangle Image.getRectangle()
          Return the rectangle used by this image
 FrameRectangle Frame.getRectangle()
          Return the rectangle used by this frame
 

Methods in org.odftoolkit.simple.draw with parameters of type FrameRectangle
 Frame AbstractFrameContainer.addFrame(FrameRectangle rectangle)
          Add a frame with the specific position to the container
 Textbox TextboxContainer.addTextbox(FrameRectangle position)
          Add a text box with a specific size at a specific position
 Textbox AbstractTextboxContainer.addTextbox(FrameRectangle position)
           
 void Image.setRectangle(FrameRectangle rectangle)
          Set the rectangle used by this image
 void Frame.setRectangle(FrameRectangle rectangle)
          Set the rectangle used by this frame
 

Uses of FrameRectangle in org.odftoolkit.simple.presentation
 

Methods in org.odftoolkit.simple.presentation with parameters of type FrameRectangle
 Textbox Slide.addTextbox(FrameRectangle position)
           
 

Uses of FrameRectangle in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text with parameters of type FrameRectangle
 Textbox Paragraph.addTextbox(FrameRectangle position)
           
 



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