r22769 by jghali - Add documentation for vertical alignment constants to scripter docs

scribus-commit scribus-commit at lists.scribus.net
Sat Nov 17 21:10:08 UTC 2018


Author: jghali
Date: Sat Nov 17 21:10:08 2018
New Revision: 22769

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22769
Log:
Add documentation for vertical alignment constants to scripter docs

Modified:
    trunk/Scribus/doc/de/scripterapi-constants.html
    trunk/Scribus/doc/en/scripterapi-constants.html
    trunk/Scribus/doc/fr/scripterapi-constants.html
    trunk/Scribus/doc/it/scripterapi-constants.html

Modified: trunk/Scribus/doc/de/scripterapi-constants.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22769&path=/trunk/Scribus/doc/de/scripterapi-constants.html
==============================================================================
--- trunk/Scribus/doc/de/scripterapi-constants.html	(original)
+++ trunk/Scribus/doc/de/scripterapi-constants.html	Sat Nov 17 21:10:08 2018
@@ -212,6 +212,16 @@
 	<dd>The Text has block Alignment</dd>
 </dl>
 
+<h4>Vertical alignment Definitions </h4>
+<dl>
+	<dt>ALIGNV_TOP</dt>
+	<dd>Text is aligned vertically to the top.</dd>
+	<dt>ALIGNV_CENTERED</dt>
+	<dd>Text is aligned vertically to the center.</dd>
+	<dt>ALIGNV_BOTTOM</dt>
+	<dd>Text is aligned vertically to the bottom.</dd>
+</dl>
+
 <h4>Line related Definitions: </h4>
 <dl>
     <dt>LINE_DASH</dt>

Modified: trunk/Scribus/doc/en/scripterapi-constants.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22769&path=/trunk/Scribus/doc/en/scripterapi-constants.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-constants.html	(original)
+++ trunk/Scribus/doc/en/scripterapi-constants.html	Sat Nov 17 21:10:08 2018
@@ -212,6 +212,16 @@
 	<dd>The Text has block Alignment</dd>
 </dl>
 
+<h4>Vertical alignment Definitions </h4>
+<dl>
+	<dt>ALIGNV_TOP</dt>
+	<dd>Text is aligned vertically to the top.</dd>
+	<dt>ALIGNV_CENTERED</dt>
+	<dd>Text is aligned vertically to the center.</dd>
+	<dt>ALIGNV_BOTTOM</dt>
+	<dd>Text is aligned vertically to the bottom.</dd>
+</dl>
+
 <h4>Line related Definitions: </h4>
 <dl>
     <dt>LINE_DASH</dt>

Modified: trunk/Scribus/doc/fr/scripterapi-constants.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22769&path=/trunk/Scribus/doc/fr/scripterapi-constants.html
==============================================================================
--- trunk/Scribus/doc/fr/scripterapi-constants.html	(original)
+++ trunk/Scribus/doc/fr/scripterapi-constants.html	Sat Nov 17 21:10:08 2018
@@ -199,7 +199,7 @@
 	<dd>La première page du document est une première de droite.</dd>
 </dl>
 
-<h4>Réglages d'alignement</h4>
+<h4>Réglages de l'alignement</h4>
 <dl>
 	<dt>ALIGN_LEFTK</dt>
 	<dd>Le texte est aligné à gauche.</dd>
@@ -211,6 +211,16 @@
 	<dd>Le texte a un alignement forcé.</dd>
   	<dt>ALIGN_BLOCK</dt>
 	<dd>Le texte a un alignement bloqué.</dd>
+</dl>
+
+<h4>Réglages de l'alignement vertical</h4>
+<dl>
+	<dt>ALIGNV_TOP</dt>
+	<dd>Le texte est aligné verticalement en haut.</dd>
+	<dt>ALIGNV_CENTERED</dt>
+	<dd>Le texte est aligné verticalement au centre.</dd>
+	<dt>ALIGNV_BOTTOM</dt>
+	<dd>Le texte est aligné verticalement en bas.</dd>
 </dl>
 
 <h4>Réglages relatifs aux lignes : </h4>

Modified: trunk/Scribus/doc/it/scripterapi-constants.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22769&path=/trunk/Scribus/doc/it/scripterapi-constants.html
==============================================================================
--- trunk/Scribus/doc/it/scripterapi-constants.html	(original)
+++ trunk/Scribus/doc/it/scripterapi-constants.html	Sat Nov 17 21:10:08 2018
@@ -212,6 +212,16 @@
 	<dd>The Text has block Alignment</dd>
 </dl>
 
+<h4>Vertical alignment Definitions </h4>
+<dl>
+	<dt>ALIGNV_TOP</dt>
+	<dd>Text is aligned vertically to the top.</dd>
+	<dt>ALIGNV_CENTERED</dt>
+	<dd>Text is aligned vertically to the center.</dd>
+	<dt>ALIGNV_BOTTOM</dt>
+	<dd>Text is aligned vertically to the bottom.</dd>
+</dl>
+
 <h4>Line related Definitions: </h4>
 <dl>
     <dt>LINE_DASH</dt>




More information about the scribus-commit mailing list