PdfBookmarkModel QML Type

A tree of links (anchors) within a PDF document, such as the table of contents. 更多...

导入语句: import QtQuick.Pdf
Since: Qt 6.4

特性

详细描述

A PDF document can contain a hierarchy of link destinations, usually representing the table of contents, to be shown in a sidebar in a PDF viewer, so that the user can quickly jump to those locations in the document. This QAbstractItemModel holds the information in a form suitable for display with TreeView , ListView , QTreeView or QListView .

特性文档编制

document : PdfDocument

This property holds the PDF document in which bookmarks are to be found.