Next: 3.1 Document related Commands Up: Scripting Scribus with Python Previous: 2. Using the Plugin   Index

3. The available Commands

The Plugin installs a buildin Module ``scribus''. Thus to use the extensions to the Python language you must do a ``import scribus'' or ``from scribus import *''

Conventions used in this Document:

number
means that ``number'' is an ordinary Interger or Floating Point Number.
``name''
means that ``name'' is a String Literal or Variable.
list
means that ``list'' is a Python List.
Variables in angled Brackets are optional.



Subsections