Description
Sets the display style of the table of contents.
Applies to
Syntax
SetStyle(PDFTableOfContentsStyle style)
Argument |
Description |
---|---|
style |
A value of the PDFTableOfContentsStyle enumerated datatype specifying the display style of the table of contents. Values are:
|
Return value
None.
Usage
Call the function to set the display style of the table of contents.
Examples
This example sets the simple display style for the table of contents.
lpdf_toc.setstyle( PDFTableOfContentsStyle_Simple!)
See also