Author: jghali
Date: Thu Apr 14 22:15:46 2022
New Revision: 25082
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=25082
Log:
#16780: Add documentation for new getItemPageNumber() function
Modified:
branches/Version15x/Scribus/doc/de/scripterapi-getobjprop.html
branches/Version15x/Scribus/doc/en/scripterapi-getobjprop.html
branches/Version15x/Scribus/doc/fr/scripterapi-getobjprop.html
branches/Version15x/Scribus/doc/it/scripterapi-getobjprop.html
branches/Version15x/Scribus/doc/ru/scripterapi-getobjprop.html
Modified: branches/Version15x/Scribus/doc/de/scripterapi-getobjprop.html
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=25082&path=/branches/Version15x/Scribus/doc/de/scripterapi-getobjprop.html
==============================================================================
--- branches/Version15x/Scribus/doc/de/scripterapi-getobjprop.html
(original)
+++ branches/Version15x/Scribus/doc/de/scripterapi-getobjprop.html Thu Apr
14 22:15:46 2022
@@ -65,6 +65,10 @@
<dd><code>getImageScale(["name"]) -> (x,y)</code>
<p>Returns a (x, y) tuple containing the scaling values of the image frame
"name". If "name" is not given the currently selected item is used.</p></dd>
+<dt><a
name="-getItemPageNumber"><strong>getItemPageNumber</strong></a>(...)</dt>
+<dd><code>getItemPageNumber(["name"]) -> integer</code>
+<p>Returns the page number for the given page item. If "name" is not given the
currently selected item is used.</p></dd>
+
<dt><a name="-getLineBlendmode"><strong>getLineBlendmode</strong>(...)</a></dt>
<dd><code>getLineBlendmode(["name"]) -> integer</code>
<p>Returns the line blendmode of the object "name". If "name" is not given the
currently selected Item is used.</p></dd>
Modified: branches/Version15x/Scribus/doc/en/scripterapi-getobjprop.html
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=25082&path=/branches/Version15x/Scribus/doc/en/scripterapi-getobjprop.html
==============================================================================
--- branches/Version15x/Scribus/doc/en/scripterapi-getobjprop.html
(original)
+++ branches/Version15x/Scribus/doc/en/scripterapi-getobjprop.html Thu Apr
14 22:15:46 2022
@@ -65,6 +65,10 @@
<dd><code>getImageScale(["name"]) -> (x,y)</code>
<p>Returns a (x, y) tuple containing the scaling values of the image frame
"name". If "name" is not given the currently selected item is used.</p></dd>
+<dt><a
name="-getItemPageNumber"><strong>getItemPageNumber</strong></a>(...)</dt>
+<dd><code>getItemPageNumber(["name"]) -> integer</code>
+<p>Returns the page number for the given page item. If "name" is not given the
currently selected item is used.</p></dd>
+
<dt><a name="-getLineBlendmode"><strong>getLineBlendmode</strong>(...)</a></dt>
<dd><code>getLineBlendmode(["name"]) -> integer</code>
<p>Returns the line blendmode of the object "name". If "name" is not given the
currently selected Item is used.</p></dd>
Modified: branches/Version15x/Scribus/doc/fr/scripterapi-getobjprop.html
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=25082&path=/branches/Version15x/Scribus/doc/fr/scripterapi-getobjprop.html
==============================================================================
--- branches/Version15x/Scribus/doc/fr/scripterapi-getobjprop.html
(original)
+++ branches/Version15x/Scribus/doc/fr/scripterapi-getobjprop.html Thu Apr
14 22:15:46 2022
@@ -62,6 +62,10 @@
<dd><code>getImageScale(["nom"]) -> (x,y)</code>
<p>Retourne un vecteur (x, y) contenant les valeurs d'échelle du cadre
d'image "nom". Si "nom" n'est pas fourni, l'élément sélectionné est
utilisé. </p></dd>
+<dt><a
name="-getItemPageNumber"><strong>getItemPageNumber</strong></a>(...)</dt>
+<dd><code>getItemPageNumber(["nom"]) -> entier</code>
+<p>Retourne le numéro de page du cadre spécifié. Si "nom" n'est pas fourni,
l'élément sélectionné est utilisé.</p></dd>
+
<dt><a name="-getLineBlendmode"><strong>getLineBlendmode</strong>(...)</a></dt>
<dd><code>getLineBlendmode(["nom"]) -> entier</code>
<p>Retourne le mode de fusion appliqué au filet de l'objet "nom". Si "nom"
n'est pas fourni, l'élément sélectionné est utilisé.</p></dd>
Modified: branches/Version15x/Scribus/doc/it/scripterapi-getobjprop.html
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=25082&path=/branches/Version15x/Scribus/doc/it/scripterapi-getobjprop.html
==============================================================================
--- branches/Version15x/Scribus/doc/it/scripterapi-getobjprop.html
(original)
+++ branches/Version15x/Scribus/doc/it/scripterapi-getobjprop.html Thu Apr
14 22:15:46 2022
@@ -60,10 +60,14 @@
<dt><a name="-getImageOffset"><strong>getImageOffset</strong></a>(...)</dt>
<dd><code>getImageOffset(["name"]) -> (x,y)</code>
<p>Returns a (x, y) tuple containing the offset values in point unit of the
image frame "name". If "name" is not given the currently selected item is
used.</p></dd>
-
+
<dt><a name="-getImageScale"><strong>getImageScale</strong></a>(...)</dt>
<dd><code>getImageScale(["name"]) -> (x,y)</code>
<p>Returns a (x, y) tuple containing the scaling values of the image frame
"name". If "name" is not given the currently selected item is used.</p></dd>
+
+<dt><a
name="-getItemPageNumber"><strong>getItemPageNumber</strong></a>(...)</dt>
+<dd><code>getItemPageNumber(["name"]) -> integer</code>
+<p>Returns the page number for the given page item. If "name" is not given the
currently selected item is used.</p></dd>
<dt><a name="-getLineBlendmode"><strong>getLineBlendmode</strong>(...)</a></dt>
<dd><code>getLineBlendmode(["name"]) -> integer</code>
Modified: branches/Version15x/Scribus/doc/ru/scripterapi-getobjprop.html
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=25082&path=/branches/Version15x/Scribus/doc/ru/scripterapi-getobjprop.html
==============================================================================
--- branches/Version15x/Scribus/doc/ru/scripterapi-getobjprop.html
(original)
+++ branches/Version15x/Scribus/doc/ru/scripterapi-getobjprop.html Thu Apr
14 22:15:46 2022
@@ -65,6 +65,10 @@
<dd><code>getImageScale(["name"]) -> (x,y)</code>
<p>Returns a (x, y) tuple containing the scaling values of the image frame
"name". If "name" is not given the currently selected item is used.</p></dd>
+<dt><a
name="-getItemPageNumber"><strong>getItemPageNumber</strong></a>(...)</dt>
+<dd><code>getItemPageNumber(["name"]) -> integer</code>
+<p>Returns the page number for the given page item. If "name" is not given the
currently selected item is used.</p></dd>
+
<dt><a name="-getLineBlendmode"><strong>getLineBlendmode</strong>(...)</a></dt>
<dd><code>getLineBlendmode(["name"]) -> integer</code>
<p>Returns the line blendmode of the object "name". If "name" is not given the
currently selected Item is used.</p></dd>
_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit