Tag Link | [PDF_Doc->AddPhrase] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Deprecated | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | File |
Implementation | LJAPI | Sets | Lasso 6.0 |
[PDF_Doc->AddPhrase] adds a text phrase to a [PDF_Doc] variable. Recommended for adding a single sentence.
[PDF_Doc->(AddPhrase: 'This is a sentence',
Required Parameters | |
---|---|
-Font | Sets the font for the specified text. Requires the name of a [PDF_Font] variable. |
'Text String' | Text string to be added. Must be the first parameter specified. |
-Leading | Specifies the amount of space above and below the phrase in points. Requires a decimcal value. |
Optional Parameters | |
-Anchor | Links the specified text to a URL. The value of the parameter is the URL string. |
-Name | Sets the name of an anchor link within a page. |
-GoTo | Links the specified text to a local anchor in the current document. The value of the parameter is the anchor name string. |
-File | Sets the file name of a linked destination document. |
See the Lasso 8 Language Guide for examples of how to use this tag.