Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.AddContinueText
Prints a single text line and moves the text cursor to the next line.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 3.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.AddContinueText"; PDF; text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| text | Text to be printed. | "Hello World" |
Result
Returns OK or error message.
Description
Prints a single text line and moves the text cursor to the next line.Text lines created by this function are handled as a separate block. Before calling the function the first time, the usage must be prepared with DynaPDF.BeginContinueText.
The distance between two text lines can be adjusted with DynaPDF.SetLeading.
See also AddContinueText function in DynaPDF manual.
See also
Example Databases
Created 18th August 2014, last changed 27th May 2017
DynaPDF.AddButtonImage - DynaPDF.AddDeviceNProcessColorants
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins