Tag Link | [PDF_Doc->AddSection] | 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->AddSection] adds a section title to a [PDF_Doc] variable. Recommended for adding titles which precede one or more paragraphs.
[$PDF_Doc->(AddSection: 'Section Title',
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. |
This tag is not supported in LDML 7.
See the Lasso 8 Language Guide for examples of how to use this tag.