Changes between Version 21 and Version 22 of SCRIPTING_ACTIONS_API_R0
- Timestamp:
- 09/09/09 16:24:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCRIPTING_ACTIONS_API_R0
v21 v22 180 180 * frames | array of Frame | All frames in the page | Getting the number of frames in 1st page: {{{book.pages[0].frames.length}}} 181 181 * Methods: 182 * new Frame() | Creates a newframe in the page and returns it. |182 * newTextFrame() | Creates a new text frame in the page and returns it. | 183 183 * removeFrame(frame) | Removes the given frame | Remove first frame in a page: {{{page.removeFrame(page.frames[0]);}}} 184 184