Tag Link | [PDF_Doc->AddChapter] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | File |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
[PDF_Doc->AddChapter] adds a chapter title to a [PDF_Doc] variable. Recommended for adding titles which precede a number of paragraphs and section titles. An additonal
[PDF_Doc Variable->(AddChapter: 'Chapter Title',
[PDF_Doc Variable->(AddChapter: PDF_Text Variable,
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. A [PDF_Text] variable may be used instead of a text string. |
-Number | Sets an integer chapter number. |
See the Lasso 8 Language Guide for examples of how to use this tag.