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.form   
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 Control.getRectangle()
          Return the rectangle used by this control
 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 AbstractTextboxContainer.addTextbox(FrameRectangle position)
           
 Textbox TextboxContainer.addTextbox(FrameRectangle position)
          Add a text box with a specific size at a specific position
 void Control.setRectangle(FrameRectangle rectangle)
          Set the rectangle used by this control
 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.form
 

Methods in org.odftoolkit.simple.form that return FrameRectangle
 FrameRectangle FormControl.getRectangle()
          Return the rectangle used as the bounding box of this form control
 

Methods in org.odftoolkit.simple.form with parameters of type FrameRectangle
 Button OOForm.createButton(ControlContainer parent, FrameRectangle rectangle, String name, String label)
           
 FormControl Form.createButton(ControlContainer parent, FrameRectangle rectangle, String name, String label)
          Create a button control in this form.
 FormControl OOForm.createCheckBox(ControlContainer parent, FrameRectangle rectangle, String name, String label, String value)
           
 FormControl Form.createCheckBox(ControlContainer parent, FrameRectangle rectangle, String name, String label, String value)
          Create a check box in this form.
 FormControl OOForm.createComboBox(ControlContainer parent, FrameRectangle rectangle, String name, String defaultText, boolean isDropDown)
           
 FormControl Form.createComboBox(ControlContainer parent, FrameRectangle rectangle, String name, String defaultText, boolean isDropDown)
          Create a combo box in this form.
 FormControl OOForm.createCurrencyField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
           
 FormControl Form.createCurrencyField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a currency field in this form.
 FormControl OOForm.createDateField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a time field in this form.
 FormControl Form.createDateField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a date field in this form.
 FormControl OOForm.createLabel(ControlContainer parent, FrameRectangle rectangle, String name, String text)
           
 FormControl Form.createLabel(ControlContainer parent, FrameRectangle rectangle, String name, String text)
          Create a label control in this form.
 FormControl OOForm.createListBox(ControlContainer parent, FrameRectangle rectangle, String name, boolean isMultiSelection, boolean isDropDown)
           
 FormControl Form.createListBox(ControlContainer parent, FrameRectangle rectangle, String name, boolean isMultiSelection, boolean isDropDown)
          Create a list box in this form.
 FormControl OOForm.createNumericField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
           
 FormControl Form.createNumericField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a numeric field in this form.
 FormControl OOForm.createPatternField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
           
 FormControl Form.createPatternField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a pattern field in this form.
 FormControl OOForm.createRadioButton(ControlContainer parent, FrameRectangle rectangle, String name, String label, String value)
           
 FormControl Form.createRadioButton(ControlContainer parent, FrameRectangle rectangle, String name, String label, String value)
          Create a radio button in this form.
 FormControl OOForm.createTextBox(ControlContainer parent, FrameRectangle rectangle, String name, String defaultText, boolean isMultipleLine)
           
 FormControl Form.createTextBox(ControlContainer parent, FrameRectangle rectangle, String name, String defaultText, boolean isMultipleLine)
          Create a textbox in this form.
 FormControl OOForm.createTimeField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a time field in this form.
 FormControl Form.createTimeField(ControlContainer parent, FrameRectangle rectangle, String name, String defaultValue)
          Create a time field in this form.
 void FormControl.setRectangle(FrameRectangle rectangle)
          Set the rectangle used as the bounding box of this form control
 

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-2017 The Apache Software Foundation. All Rights Reserved.