| Tag Link | [PDF_Doc->AddParagraph] | 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->AddParagraph] adds a paragraph of text to a [PDF_Doc] variable. Recommended for adding several sentences.
[$Variable Name->(AddParagraph: 'Insert paragraph 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. |
| -Leading | Sets the paragraph leading space in points (the space above and below the text). Requires a decimal value. \0 |
| 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 (e.g. 'myfile.pdf'). |
| -Alignment | Sets the alignment of the text in the page ('Left', 'Center', or 'Right'). |
See the Lasso 8 Language Guide for examples of how to use this tag.