r19709 by jghali - some doc fixes
scribus-commit
scribus-commit at lists.scribus.net
Wed Dec 31 22:38:20 UTC 2014
Author: jghali
Date: Wed Dec 31 22:38:20 2014
New Revision: 19709
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19709
Log:
some doc fixes
Modified:
trunk/Scribus/doc/en/scripterapi-doc.html
trunk/Scribus/doc/fr/scripterapi-doc.html
Modified: trunk/Scribus/doc/en/scripterapi-doc.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19709&path=/trunk/Scribus/doc/en/scripterapi-doc.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-doc.html (original)
+++ trunk/Scribus/doc/en/scripterapi-doc.html Wed Dec 31 22:38:20 2014
@@ -22,15 +22,15 @@
useful to call this procedure when you're changing the document, because Scribus
won't automatically notice when you change the document using a script.</p></dd>
-<dt><a name="-getUnit"><strong>getUnit</strong></a>(...)</dt>
-<dd><code>getUnit() -> integer (Scribus unit constant)</code>
-<p>Returns the measurement units of the document. The returned value will be one of the UNIT_* constants: UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</p></dd>
-
<dt><a name="-getDocName"><strong>getDocName</strong>(...)</dt>
<dd><code>getDocName() -> string</code>
<p>Returns the name of current file</p>
</dd>
</dt>
+
+<dt><a name="-getUnit"><strong>getUnit</strong></a>(...)</dt>
+<dd><code>getUnit() -> integer (Scribus unit constant)</code>
+<p>Returns the measurement units of the document. The returned value will be one of the UNIT_* constants: UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</p></dd>
<dt><a name="-haveDoc"><strong>haveDoc</strong></a>(...)</dt>
<dd><code>haveDoc() -> bool</code>
Modified: trunk/Scribus/doc/fr/scripterapi-doc.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19709&path=/trunk/Scribus/doc/fr/scripterapi-doc.html
==============================================================================
--- trunk/Scribus/doc/fr/scripterapi-doc.html (original)
+++ trunk/Scribus/doc/fr/scripterapi-doc.html Wed Dec 31 22:38:20 2014
@@ -28,7 +28,6 @@
</dd>
</dt>
-
<dt><a name="-getUnit"><strong>getUnit</strong></a>(...)</dt>
<dd><code><a href="#-getUnit">getUnit</a>() -> nombre entier
(constante d'unité de Scribus)</code>
@@ -44,6 +43,10 @@
<dd><code><a href="#-loadStylesFromFile">loadStylesFromFile</a>("nomFichier")</code>
<p>Charge des styles de paragraphe à partir du document Scribus
"nomFichier" dans le document courant.</p></dd>
+
+<dt><a name="-masterPageNames"><strong>masterPageNames</strong>(...)</a></dt>
+<dd><code>masterPageNames()</code>
+<p>Retourne la liste des gabarits contenus dans le document.</p></dd>
<dt><a name="-newDoc"><strong>newDoc</strong></a>(...)</dt>
<dd><code><a href="#-newDoc">newDoc</a>(taille, marges, orientation, numeroPremierePage, unite, pagesRegard, premierePageGauche)
More information about the scribus-commit
mailing list