Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 4c7ab5a9d2b6d4381633bc493ab2d9b4 > files > 571

scribus-stable-1.4.6-3.mga6.x86_64.rpm

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<title>Selecting Objects</title>
</head>
<body>
<h2>Selecting Objects</h2>

<dl>

<dt><a name="-deselectAll"><strong>deselectAll</strong></a>(...)</dt>
<dd><code><a href="#-deselectAll">deselectAll</a>()</code>
<p>Deselects all objects in the whole document.</p></dd></dt>
	
<dt><a name="-getSelectedObject"><strong>getSelectedObject</strong></a>(...)</dt>
<dd><code><a href="#-getSelectedObject">getSelectedObject</a>([nr]) -&gt; string</code>
<p>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.</p></dd>
	
<dt><a name="-selectionCount"><strong>selectionCount</strong></a>(...)</dt>
<dd><code><a href="#-selectionCount">selectionCount</a>() -&gt; integer</code>
<p>Returns the number of selected objects.</p></dd>
	
<dt><a name="-selectObject"><strong>selectObject</strong></a>(...)</dt>
<dd><code><a href="#-selectObject">selectObject</a>("name")</code>
<p>Selects the object with the given "name".</p></dd>

</dl>
</body>
</html>