PdfBookmarkModel QML Type

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

Import Statement: import QtQuick.Pdf
Since: Qt 6.4

Properties

Detailed Description

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.

Property Documentation

document : PdfDocument

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


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.