r23698 by jghali - Scripter: add getCellStyles() and getTableStyles()
scribus-commit
scribus-commit at lists.scribus.net
Tue May 5 17:25:33 UTC 2020
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() -> list</code>
<p>Deprecated, use getParagraphStyles() instead.</p></dd>
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -> 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() -> 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() -> 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() -> 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() -> list</code>
<p>Deprecated, use getParagraphStyles() instead.</p></dd>
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -> 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() -> 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() -> 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() -> 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() -> list</code>
<p>Deprecated, use getParagraphStyles() instead.</p></dd>
+<dt><a name="-getCellStyles"><strong>getCellStyles</strong></a>(...)</dt>
+<dd><code>getCellStyles() -> 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() -> 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() -> 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() -> list</code>
+<p>Return a list of the names of all table styles in the current document.</p></dd>
+
</dl>
</body>
</html>
More information about the scribus-commit
mailing list