Discussion:
r22761 by jghali - Fix typos in scripterapi-getobjprop.html
scribus-commit
2018-11-17 20:17:01 UTC
Permalink
Author: jghali
Date: Sat Nov 17 20:17:01 2018
New Revision: 22761

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22761
Log:
Fix typos in scripterapi-getobjprop.html

Modified:
trunk/Scribus/doc/en/scripterapi-getobjprop.html

Modified: trunk/Scribus/doc/en/scripterapi-getobjprop.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22761&path=/trunk/Scribus/doc/en/scripterapi-getobjprop.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-getobjprop.html (original)
+++ trunk/Scribus/doc/en/scripterapi-getobjprop.html Sat Nov 17 20:17:01 2018
@@ -20,8 +20,8 @@
<p>Returns the corner radius of the object "name". The radius is expressed in points. If "name" is not given the currently selected item is used.</p></dd>

<dt><a name="-getCustomLineStyle"><strong>getCustomLineStyle</strong></a>(...)</dt>
-<dd><code>getCustomLineStyle(styleName, ["name"])</code>
-<p>Returns the styleName of custom line style for the object. If object's "name" is not given the currently selected item is used.</p></dd>
+<dd><code>getCustomLineStyle(["name"]) -&gt; string</code>
+<p>Returns the style name of custom line style for the object. If object's "name" is not given the currently selected item is used.</p></dd> <dt><a name="-getFillBlendmode"><strong>getFillBlendmode</strong>(...)</a></dt> <dd><code>getFillBlendmode(["name"]) -&gt; integer</code>

Loading...