Tag Link | [PDF_Text->Add] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 7.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0 |
Adds text, images, barcodes, or tables table to a text object. This tag accepts a [PDF_Text], [PDF_Image], [PDF_Barcode], or [PDF_Table] objects, and places them in the flow of the text.
Accepts two optional parameters that may be used with image, table, and barcode objects.
[$PDF Variable->(Add: $Object)]
[$PDF Variable->(Add: $Object,
[$PDF Variable->(Add: $Object,
Required Parameters | |
---|---|
Object | [PDF_...] object variable to be added. |
Optional Parameters | |
-Align | Sets the alignment of the added object. Can be 'Left', 'Center', or 'Right'. Defaults to left alignment if the parameter is not specified. |
-Wrap | Specifies that text in the [PDF_Text] variable should flow around the embedded object. |
See the Lasso 8 Language Guide for examples of how to use this tag.