summaryrefslogtreecommitdiffstats
path: root/scribus/doc/en/scripterapi-textframes.html
diff options
context:
space:
mode:
authorjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-02-24 11:58:11 +0000
committerjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-02-24 11:58:11 +0000
commit683d0bf023a15085312404500d907fddcd2926a3 (patch)
tree105448b233d811e465d1609fd7c9af51d7be0ced /scribus/doc/en/scripterapi-textframes.html
parent64ffd5a23b712c10d94a8be99d08430d29c33d5e (diff)
#10599: scribus.textOverflows does not work as documented
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17329 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/doc/en/scripterapi-textframes.html')
-rw-r--r--scribus/doc/en/scripterapi-textframes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/doc/en/scripterapi-textframes.html b/scribus/doc/en/scripterapi-textframes.html
index 4f11461..3654890 100644
--- a/scribus/doc/en/scripterapi-textframes.html
+++ b/scribus/doc/en/scripterapi-textframes.html
@@ -155,7 +155,7 @@ selected item is used.</p>
<dt><a name="-textOverflows"><strong>textOverflows</strong></a>(...)</dt>
<dd><code>textOverflows(["name", nolinks]) -&gt; integer</code>
-<p>Returns the actual number of overflowing characters in text frame "name". If is nolinks set to non zero value it takes only one frame - it doesn't use text frame linking. Without this parameter it search all linking chain.</p>
+<p>Returns 1 if there are overflowing characters in text frame "name", 0 if not. If is nolinks set to non zero value it takes only one frame - it doesn't use text frame linking. Without this parameter it search all linking chain.</p>
<p>May raise WrongFrameTypeError if the target frame is not an text frame</p></dd>
</dl>