r15508 by jghali - #9389 : commit missing update to docs
scribus-commit
scribus-commit at lists.scribus.net
Thu Oct 7 23:59:38 CEST 2010
Author: jghali
Date: Thu Oct 7 21:59:38 2010
New Revision: 15508
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15508
Log:
#9389 : commit missing update to docs
Modified:
trunk/Scribus/doc/de/scripterapi-setobjprop.html
trunk/Scribus/doc/en/scripterapi-setobjprop.html
trunk/Scribus/doc/fr/scripterapi-setobjprop.html
Modified: trunk/Scribus/doc/de/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15508&path=/trunk/Scribus/doc/de/scripterapi-setobjprop.html
==============================================================================
--- trunk/Scribus/doc/de/scripterapi-setobjprop.html (original)
+++ trunk/Scribus/doc/de/scripterapi-setobjprop.html Thu Oct 7 21:59:38 2010
@@ -42,7 +42,7 @@
<p>Sets the gradient fill of the object "name" to type. Color descriptions are the same as for <a href="#-setFillColor">setFillColor</a>() and <a href="#-setFillShade">setFillShade</a>(). See the constants for available types (FILL_<type>).</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(endtype, ["name"])</code>
+<dd><code>setLineCap(captype, ["name"])</code>
<p>Sets the line cap style of the object "name" to the style "cap". If "name" is not given the currently selected item is used. There are predefined constants for "cap" - CAP_<type>.</p></dd>
<dt><a name="-setLineColor"><strong>setLineColor</strong></a>(...)</dt>
Modified: trunk/Scribus/doc/en/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15508&path=/trunk/Scribus/doc/en/scripterapi-setobjprop.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-setobjprop.html (original)
+++ trunk/Scribus/doc/en/scripterapi-setobjprop.html Thu Oct 7 21:59:38 2010
@@ -57,7 +57,7 @@
<p>Set or add a gradient stop to the gradient fill of the object \"name\" at position ramppoint. Color descriptions are the same as for <a href="#-setFillColor">setFillColor</a>() and <a href="#-setFillShade">setFillShade</a>(). setGradientFill() must have been called previously for the gradient fill to be visible.</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(endtype, ["name"])</code>
+<dd><code>setLineCap(captype, ["name"])</code>
<p>Sets the line cap style of the object "name" to the style "cap". If "name" is not given the currently selected item is used. There are predefined constants for "cap" - CAP_<type>.</p></dd>
<dt><a name="-setLineColor"><strong>setLineColor</strong></a>(...)</dt>
Modified: trunk/Scribus/doc/fr/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15508&path=/trunk/Scribus/doc/fr/scripterapi-setobjprop.html
==============================================================================
--- trunk/Scribus/doc/fr/scripterapi-setobjprop.html (original)
+++ trunk/Scribus/doc/fr/scripterapi-setobjprop.html Thu Oct 7 21:59:38 2010
@@ -24,7 +24,7 @@
<p>Peut générer <a href="scripterapi.html#WrongFrameTypeError">WrongFrameTypeError</a> si le cadre cible n'est pas un cadre d'image</p></dd>
<dt><a name="-setImageScale"><strong>setImageScale</strong></a>(...)</dt>
-<dd><code><a href="#-setImageScale">setImageScale</a>(x, y [, "nom"])</code>
+<dd><code><a href="#-setImageScale">setImageScale</a>(x, y [, "nom"])</code>
<p>Définit les facteurs de redimensionnement de l'image dans le cadre d'image "nom". Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé. Un nombre de 1 signifie 100 %. Les facteurs de redimensionnement sont égaux aux valeurs indiquées dans la palette des propriétés.</p>
<p>Peut générer <a href="scripterapi.html#WrongFrameTypeError">WrongFrameTypeError</a> si le cadre cible n'est pas un cadre d'image</p></dd>
@@ -55,7 +55,7 @@
les constantes pour les types disponibles (FILL_<type>).</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(typeFin, ["nom"])</code>
+<dd><code>setLineCap(typeFin, ["nom"])</code>
<p>Établit la valeur de style "typeFin" pour le bout de ligne de l'objet "nom".
Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé. Il
y a des constantes prédéfinies pour "typeFin" - CAP_<type>.</p></dd>
More information about the scribus-commit
mailing list