Changes between Version 14 and Version 15 of SCRIPTING_ACTIONS_API_R0
- Timestamp:
- 07/20/09 17:02:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCRIPTING_ACTIONS_API_R0
v14 v15 26 26 * get/set the current page 27 27 * For every page the user should be able to: 28 * get /setits name28 * get its name 29 29 * get its index (but not set it) 30 30 * get the bounding rectangle (a rectangle that contains all page elements) … … 39 39 * get/set its content location 40 40 * get/set its rotation angle 41 * get/set its background style42 * get/set its border style43 * get/set its paddings41 * [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 44 44 * [Optional] The user should also be able to work with groups. 45 45 … … 117 117 * {{{getClassName}}} returns "Frame". 118 118 * 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.121 119 * Class {{{JSApp}}} extends {{{ScriptableObject}}} 122 120 * {{{getClassName}}} returns "App".