r22776 by jghali - #15485 follow-up: update DE and IT html docs

scribus-commit scribus-commit at lists.scribus.net
Fri Nov 23 00:27:05 UTC 2018


Author: jghali
Date: Fri Nov 23 00:27:05 2018
New Revision: 22776

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22776
Log:
#15485 follow-up: update DE and IT html docs

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

Modified: trunk/Scribus/doc/de/scripterapi-getobjprop.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22776&path=/trunk/Scribus/doc/de/scripterapi-getobjprop.html
==============================================================================
--- trunk/Scribus/doc/de/scripterapi-getobjprop.html	(original)
+++ trunk/Scribus/doc/de/scripterapi-getobjprop.html	Fri Nov 23 00:27:05 2018
@@ -38,6 +38,20 @@
 <dt><a name="-getFillTransparency"><strong>getFillTransparency</strong>(...)</a></dt>
 <dd><code>getFillTransparency(["name"]) -> float</code>
 <p>Returns the fill transparency of the object "name". If "name" is not given the currently selected Item is used.</p></dd>
+
+<dt><a name="-getImageColorSpace"><strong>getImageColorSpace</strong></a>(...)</dt>
+<dd><code>getImageColorSpace(["name"]) -> integer (see CSPACE_* constants)</code>
+<p>Returns the color space of the image loaded in image frame "name" as one of following integer constants:
+	<ul>
+		<li>CSPACE_RGB</li>
+		<li>CSPACE_CMYK</li>
+		<li>CSPACE_GRAY</li>
+		<li>CSPACE_DUOTONE</li>
+		<li>CSPACE_MONOCHROME.</li>
+	</ul>
+</p>
+<p>Returns CSPACE_UNDEFINED if there is no image loaded in the frame.</p>
+<p>If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-getImageFile"><strong>getImageFile</strong></a>(...)</dt>
 <dd><code>getImageFile(["name"]) -> string</code>

Modified: trunk/Scribus/doc/it/scripterapi-getobjprop.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22776&path=/trunk/Scribus/doc/it/scripterapi-getobjprop.html
==============================================================================
--- trunk/Scribus/doc/it/scripterapi-getobjprop.html	(original)
+++ trunk/Scribus/doc/it/scripterapi-getobjprop.html	Fri Nov 23 00:27:05 2018
@@ -38,6 +38,20 @@
 <dt><a name="-getFillTransparency"><strong>getFillTransparency</strong>(...)</a></dt>
 <dd><code>getFillTransparency(["name"]) -> float</code>
 <p>Returns the fill transparency of the object "name". If "name" is not given the currently selected Item is used.</p></dd>
+
+<dt><a name="-getImageColorSpace"><strong>getImageColorSpace</strong></a>(...)</dt>
+<dd><code>getImageColorSpace(["name"]) -> integer (see CSPACE_* constants)</code>
+<p>Returns the color space of the image loaded in image frame "name" as one of following integer constants:
+	<ul>
+		<li>CSPACE_RGB</li>
+		<li>CSPACE_CMYK</li>
+		<li>CSPACE_GRAY</li>
+		<li>CSPACE_DUOTONE</li>
+		<li>CSPACE_MONOCHROME.</li>
+	</ul>
+</p>
+<p>Returns CSPACE_UNDEFINED if there is no image loaded in the frame.</p>
+<p>If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-getImageFile"><strong>getImageFile</strong></a>(...)</dt>
 <dd><code>getImageFile(["name"]) -> string</code>




More information about the scribus-commit mailing list