r22259 by gpittman -

scribus-commit scribus-commit at lists.scribus.net
Sun Dec 17 00:41:22 UTC 2017


Author: gpittman
Date: Sun Dec 17 00:41:21 2017
New Revision: 22259

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22259
Log:
minor edit Commands for Master Pages

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

Modified: trunk/Scribus/doc/en/scripterapi-masterpages.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22259&path=/trunk/Scribus/doc/en/scripterapi-masterpages.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-masterpages.html	(original)
+++ trunk/Scribus/doc/en/scripterapi-masterpages.html	Sun Dec 17 00:41:21 2017
@@ -38,7 +38,7 @@
 
 </dl>
 <p>It's important to consider how you may wish to approach working with Master Pages with Scripter. It's conceivable you may want to work with existing Master Pages, in which case you will need a list of them from <strong>masterPageNames()</strong>, after which you might present these to the user in a dialog so that one can be selected. It's more likely perhaps that you will be creating a Master Page, editing it, then applying it to one or more pages of the Document.</p>
-<p>With this latter method, you would first use <strong>createMasterPage()</strong>, then <strong>editMasterPage</strong>. At this point you would proceed as if you were editing any page of the Document you are working on. Once finished, you must then <strong>closeMasterPage()</strong> to continue. <strong><i>Note that this command takes no arguments.</i></strong> You may then wish some time later to <strong>applyMasterPage()</strong> in whatever fashion you choose, necessarily being careful to only choose valid page numbers – recall that pages are numbered starting with <strong>1</strong>.</p>
+<p>With this latter method, you would first use <strong>createMasterPage()</strong>, then <strong>editMasterPage()</strong>. At this point you would proceed as if you were editing any page of the Document you are working on. Once finished, you must then <strong>closeMasterPage()</strong> to continue. <strong><i>Note that this command takes no arguments.</i></strong> You may then wish some time later to <strong>applyMasterPage()</strong> in whatever fashion you choose, necessarily being careful to only choose valid page numbers – recall that pages are numbered starting with <strong>1</strong>.</p>
 <p>If you need to continue to edit the Document in some other fashion, it is important to realize that you must select a page to work with, using the <strong>gotoPage()</strong> command.</p>
 </body>
 </html>




More information about the scribus-commit mailing list