GetTitle

Description

Gets the title from the table of contents.

Applies to

PDFTableOfContents object

Syntax

PDFText GetTitle()

Return value

PDFText object.

Usage

Call the function to get the title from a table of contents.

Examples

This example gets the table in the table of contents.

lpdf_title = create PDFtext
lpdf_title = lpdf_toc.gettitle(lpdf_title)

See also

AddItem

GetBottomMargin

GetFont

GetItem

GetItemCount

GetLeftMargin

GetPosByPageIndex

GetRightMargin

GetStyle

GetTopMargin

RemoveAll

RemoveItem

SetBottomMargin

SetFont

SetLeftMargin

SetPosByPageIndex

SetRightMargin

SetStyle

SetTitle

SetTopMargin