Author: jghali
Date: Tue May  5 17:25:33 2020
New Revision: 23698

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23698
Log:
Scripter: add getCellStyles() and getTableStyles()

Modified:
    trunk/Scribus/doc/de/scripterapi-styles.html
    trunk/Scribus/doc/it/scripterapi-styles.html
    trunk/Scribus/doc/ru/scripterapi-styles.html

Modified: trunk/Scribus/doc/de/scripterapi-styles.html
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=23698&path=/trunk/Scribus/doc/de/scripterapi-styles.html
==============================================================================
--- trunk/Scribus/doc/de/scripterapi-styles.html        (original)
+++ trunk/Scribus/doc/de/scripterapi-styles.html        Tue May  5 17:25:33 2020
@@ -187,6 +187,10 @@
 <dd><code>getAllStyles() -&gt; list</code>
 <p>Deprecated, use getParagraphStyles() instead.</p></dd>
 
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -&gt; list</code>
+<p>Return a list of the names of all cell styles in the current 
document.</p></dd>
+
 <dt><a name="-getCharStyles"><strong>getCharStyles</strong></a>(...)</dt>
 <dd><code>getCharStyles() -&gt; list</code>
 <p>Return a list of the names of all character styles in the current 
document.</p></dd>
@@ -199,6 +203,10 @@
 <dd><code>getParagraphStyles() -&gt; list</code>
 <p>Return a list of the names of all paragraph styles in the current 
document.</p></dd>
 
+<dt><a name="-getTableStyles"><strong>getTableStyles</strong></a>(...)</dt>
+<dd><code>getTableStyles() -&gt; list</code>
+<p>Return a list of the names of all table styles in the current 
document.</p></dd>
+
 </dl>
 </body>
 </html>

Modified: trunk/Scribus/doc/it/scripterapi-styles.html
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=23698&path=/trunk/Scribus/doc/it/scripterapi-styles.html
==============================================================================
--- trunk/Scribus/doc/it/scripterapi-styles.html        (original)
+++ trunk/Scribus/doc/it/scripterapi-styles.html        Tue May  5 17:25:33 2020
@@ -187,6 +187,10 @@
 <dd><code>getAllStyles() -&gt; list</code>
 <p>Deprecated, use getParagraphStyles() instead.</p></dd>
 
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -&gt; list</code>
+<p>Return a list of the names of all cell styles in the current 
document.</p></dd>
+
 <dt><a name="-getCharStyles"><strong>getCharStyles</strong></a>(...)</dt>
 <dd><code>getCharStyles() -&gt; list</code>
 <p>Return a list of the names of all character styles in the current 
document.</p></dd>
@@ -199,6 +203,10 @@
 <dd><code>getParagraphStyles() -&gt; list</code>
 <p>Return a list of the names of all paragraph styles in the current 
document.</p></dd>
 
+<dt><a name="-getTableStyles"><strong>getTableStyles</strong></a>(...)</dt>
+<dd><code>getTableStyles() -&gt; list</code>
+<p>Return a list of the names of all table styles in the current 
document.</p></dd>
+
 </dl>
 </body>
 </html>

Modified: trunk/Scribus/doc/ru/scripterapi-styles.html
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=23698&path=/trunk/Scribus/doc/ru/scripterapi-styles.html
==============================================================================
--- trunk/Scribus/doc/ru/scripterapi-styles.html        (original)
+++ trunk/Scribus/doc/ru/scripterapi-styles.html        Tue May  5 17:25:33 2020
@@ -187,6 +187,10 @@
 <dd><code>getAllStyles() -&gt; list</code>
 <p>Deprecated, use getParagraphStyles() instead.</p></dd>
 
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -&gt; list</code>
+<p>Return a list of the names of all cell styles in the current 
document.</p></dd>
+
 <dt><a name="-getCharStyles"><strong>getCharStyles</strong></a>(...)</dt>
 <dd><code>getCharStyles() -&gt; list</code>
 <p>Return a list of the names of all character styles in the current 
document.</p></dd>
@@ -199,6 +203,10 @@
 <dd><code>getParagraphStyles() -&gt; list</code>
 <p>Return a list of the names of all paragraph styles in the current 
document.</p></dd>
 
+<dt><a name="-getTableStyles"><strong>getTableStyles</strong></a>(...)</dt>
+<dd><code>getTableStyles() -&gt; list</code>
+<p>Return a list of the names of all table styles in the current 
document.</p></dd>
+
 </dl>
 </body>
 </html>


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to