Next: Selecting
Objects Up: Object related Commands Previous: Object related Commands
Index
- CreateBezierLine(list, [''name''])
- Creates a new Bezier curve and returns its name. The points for
the Bezier curve are stored in the list ``list'' in the following
order: x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn. Where
x and y mean the x and y coordinates of the point and kx and ky
meaning the control point for the curve. The coordinates are given
in the actual measurement unit of the document. ``name'' should be
a unique identifier for the object because you need this name for
further referencing of that object. If ``name is not given Scribus
will create one for you.
- CreateEllipse(x, y, width, height, [''name''])
- Creates a new ellipse on the actual page and returns its name.
The coordinates are given in the actual measurement unit of the
document. ``name'' should be a unique identifier for the object
because you need this name for further referencing of that object.
If ``name is not given Scribus will create one for you.
- CreateImage(x, y, width, height, [''name''])
- Creates a new picture on the actual page and returns its name.
The coordinates are given in the actual measurement unit of the
document. ``name'' should be a unique identifier for the object
because you need this name for further referencing of that object.
If ``name is not given Scribus will create one for you.
- CreateLine(x1, y1, x2, y2, [''name''])
- Creates a new line from the point(x1, y1) to the point(x2, y2)
and returns its Name. The coordinates are given in the actual
measurement unit of the document. ``name'' should be a unique
identifier for the object because you need this name for further
referencing of that object. If ``name is not given Scribus will
create one for you.
-
CreatePathText(x, y, ``textbox'', ''beziercurve'', [''name''])
- Creates a new Path Text by merging the 2 objects ``textbox'' and
``beziercurve'' and returns its Name. The coordinates are given in
the actual measurement unit of the document ``name'' should be a
unique identifier for the object because you need this name for
further referencing of that object. If ``name is not given Scribus
will create one for you.
- CreatePolygon(list, [''name''])
- Creates a new polygon and returns its name. The points for the
polygon are stored in the list ``list'' in the following order: x1,
y1, x2, y2...xn. yn. At least three points are required. There is
no need to repeat the first point to close the polygon. The polygon
is automatically closed by connecting the first and the last point.
The coordinates are given in the actual measurement unit of the
document. ``name'' should be a unique identifier for the object
because you need this name for further referencing of that object.
If ``name is not given Scribus will create one for you.
- CreatePolyLine(list, [''name''])
- Creates a new polyline and returns its name. The points for the
Polyline are stored in the list ``list'' in the following order:
x1, y1, x2, y2...xn. yn. The coordinates are given in the actual
measurement unit of the document. ``name'' should be a unique
identifier for the object because you need this name for further
referencing of that object. If ``name is not given Scribus will
create one for you.
- CreateRect(x, y, width, height, [''name''])
- Creates a new rectangle on the actual page and returns its
name. The coordinates are given in the actual measurement unit of
the document. ``name'' should be a unique identifier for the object
because you need this name for further referencing of that object.
If ``name is not given Scribus will create one for you.
- CreateText(x, y, width, height, [''name''])
- Creates a new rectangle on the actual page and returns its
name. The coordinates are given in the actual measurement unit of
the document. ``name'' should be a unique Identifier for the object
because you need this name for further referencing of that object.
If ``name is not given Scribus will create one for you.
- DeleteObject([``name''])
- Deletes the item with the name ``name''. If ``name'' is not
given the currently selected item is deleted.
Next: Selecting
Objects Up: Object related Commands Previous: Object related Commands
Index