From 4669bb25fc218ac581eb9708e478cd40d3840a9b Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 25 Apr 2012 20:57:24 +0000 Subject: Update Italian documentation git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17472 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/doc/it/scripterapi-select.html | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 scribus/doc/it/scripterapi-select.html (limited to 'scribus/doc/it/scripterapi-select.html') diff --git a/scribus/doc/it/scripterapi-select.html b/scribus/doc/it/scripterapi-select.html new file mode 100644 index 0000000..1c81936 --- /dev/null +++ b/scribus/doc/it/scripterapi-select.html @@ -0,0 +1,37 @@ + + + + Selecting Objects + + +

Selecting Objects

+ +
+ +
deselectAll(...)
+
deselectAll() +

Deselects all objects in the whole document.

+ +
getSelectedObject(...)
+
getSelectedObject([nr]) -> string +

Returns the name of the selected object. "nr" if given indicates the number of the selected object, e.g. 0 means the first selected object, 1 means the second selected Object and so on.

+ +
moveSelectionToBack(...)
+
moveSelectionToBack() +

Moves the current selection to the back.

+ +
moveSelectionToFront(...)
+
moveSelectionToFront() +

Moves the current selection to the front.

+ +
selectionCount(...)
+
selectionCount() -> integer +

Returns the number of selected objects.

+ +
selectObject(...)
+
selectObject("name") +

Selects the object with the given "name".

+ +
+ + -- cgit