Tag Link | [PDF_Doc->AddList] | 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->AddList] adds a numbered or lettered list to a [PDF_Doc] variable. Requires an array of list items. Requires a
[$Variable Name->(AddList: (Array: 'Item1', 'Item2', 'Item3'),
Required Parameters | |
---|---|
-Font | Sets the font for the specified text. Requires the name of a [PDF_Font] variable. |
-Format | Specifies the list format. 'Number' specifies a numbered list. 'Letter' specifies a lettered list. |
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.