Changes between Version 21 and Version 22 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
09/09/09 16:24:16 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v21 v22  
    180180   * frames | array of Frame | All frames in the page | Getting the number of frames in 1st page: {{{book.pages[0].frames.length}}} 
    181181  * Methods: 
    182    * newFrame() | Creates a new frame in the page and returns it. | 
     182   * newTextFrame() | Creates a new text frame in the page and returns it. | 
    183183   * removeFrame(frame) | Removes the given frame | Remove first frame in a page: {{{page.removeFrame(page.frames[0]);}}} 
    184184