GetFont
PowerScript function
Description
Gets the font of the title or item in the table of contents.
Applies to
PDFTableOfContents
object in Objects and Controls
PDFTableOfContentsItem
object in Objects and Controls
Syntax
|
1 |
PDFFont GetFont() |
Return value
PDFFont object in Objects and Controls
Usage
Call the function to get the font used for the title in the table of
contents.
Examples
This example gets the font style of the title in the table of
contents.
|
1 |
lpdf_font = lpdf_toc.getfont() |
This example gets the font style of the item in the table of
contents.
|
1 |
lpdf_font = lpdf_tocitem.getfont() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest