| Tag Link | [PDF_Doc->AddText] | 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->AddText] adds text to a [PDF_Doc] variable. This is the smallest increment of text that can be added, and is recommended for adding no more than a few words or characters.
[$Variable Name->(AddText: 'Insert text here',
[$Variable Name->(AddText: 'Insert text here',
| 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. |
| 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.