Scripter2 API: Difference between revisions
Jump to navigation
Jump to search
Jainbasil1 (talk | contribs) No edit summary |
Jainbasil1 (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
* openDocument | * openDocument | ||
* newDocument | * newDocument | ||
===Document API=== | |||
====Properties==== | |||
* available | |||
* margins | |||
* modified | |||
* activePage | |||
* pageCount | |||
* activeItem | |||
* dimensions | |||
* items | |||
* selection | |||
* colors | |||
* layers | |||
====Methods==== | |||
=====Layer Methods in activeDocument===== | |||
* newLayer | |||
* removeLayer | |||
* getActiveLayer | |||
* getActiveLayerName | |||
* setActiveLayer | |||
=====Color Methods in activeDocument===== | |||
* newColorCMYK | |||
* newColorRGB | |||
* getColor | |||
=====Printer method ===== | |||
* Printer | |||
=====Image Export methods===== | |||
* supportedImageTypes | |||
* exportAsImages |
Revision as of 12:08, 13 August 2011
Scripter2 API is described below. This is a reference for the actual documentation of new scripter.
The new Scripter is composed of different modules, which are either accessible externally, or via methods of other apis.
- Scripter (Main API)
- Document API
- Page API
- Color API
- Layer API
- Printer API
- PDF File API
- Text API
- Dialogs API
- Preferences API
- Window API
Scripter
Properties
- activeDocument
- activeWindow
- colors
Methods
- openDocument
- newDocument
Document API
Properties
- available
- margins
- modified
- activePage
- pageCount
- activeItem
- dimensions
- items
- selection
- colors
- layers
Methods
Layer Methods in activeDocument
- newLayer
- removeLayer
- getActiveLayer
- getActiveLayerName
- setActiveLayer
Color Methods in activeDocument
- newColorCMYK
- newColorRGB
- getColor
Printer method
- Printer
Image Export methods
- supportedImageTypes
- exportAsImages