Changes between Version 14 and Version 15 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
07/20/09 17:02:43 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v14 v15  
    2626  * get/set the current page 
    2727 * For every page the user should be able to: 
    28   * get/set its name 
     28  * get its name 
    2929  * get its index (but not set it) 
    3030  * get the bounding rectangle (a rectangle that contains all page elements) 
     
    3939  * get/set its content location 
    4040  * get/set its rotation angle 
    41   * get/set its background style 
    42   * get/set its border style 
    43   * get/set its paddings 
     41  * [Optional for this revision] get/set its background style 
     42  * [Optional for this revision] get/set its border style 
     43  * [Optional for this revision] get/set its paddings 
    4444 * [Optional] The user should also be able to work with groups. 
    4545 
     
    117117   * {{{getClassName}}} returns "Frame". 
    118118   * Create getters, setters and other methods according to the analysis. 
    119   * Also {{{JSRectangle}}}, {{{JSBorder}}}, {{{JSPoint}}}, {{{JSColor}}}, etc., which are adapters to {{{ImmRect}}}, {{{BorderStyle}}}, {{{ImmPoint}}}, {{{ImmColor}}}, etc. 
    120    * They should be immutable. 
    121119  * Class {{{JSApp}}} extends {{{ScriptableObject}}} 
    122120   * {{{getClassName}}} returns "App".