The Available Commands

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.

Almost all methods or functions have error strings implemented so you can see "quick help" when you call it in the wrong way.
Sample Scripter Error