The QPdfLink class defines a link between a region on a page (such as a hyperlink or a search result) and a destination (page, location on the page, and zoom level at which to view it). 更多...
| 頭: |
#include <QPdfLink>
|
| Since: | Qt 6.4 |
|
|
| QPdfLink () | |
| QString | contextAfter () const |
| QString | contextBefore () const |
| void | copyToClipboard (QClipboard::Mode mode = QClipboard::Clipboard) const |
| bool | isValid () const |
| QPointF | location () const |
| int | page () const |
| QList<QRectF> | rectangles () const |
| QString | toString () const |
| QUrl | url () const |
| qreal | zoom () const |
[read-only]
contextAfter
: const
QString
This property holds adjacent text found on the page after the search string. If the link is a hyperlink, this string is empty.
訪問函數:
| QString | contextAfter () const |
另請參閱 QPdfSearchModel::resultsOnPage () 和 QPdfSearchModel::resultAtIndex ().
[read-only]
contextBefore
: const
QString
This property holds adjacent text found on the page before the search string. If the link is a hyperlink, this string is empty.
訪問函數:
| QString | contextBefore () const |
另請參閱 QPdfSearchModel::resultsOnPage () 和 QPdfSearchModel::resultAtIndex ().
[read-only]
location
: const
QPointF
This property holds the location on the page , in units of points. If the link is a search result, it is the location where the result is found; if the link is a hyperlink, it is the destination location.
訪問函數:
| QPointF | location () const |
[read-only]
page
: const
int
This property holds the page number. If the link is a search result, it is the page number on which the result is found; if the link is a hyperlink, it is the destination page number.
訪問函數:
| int | page () const |
[read-only]
rectangles
: const
QList
<
QRectF
>
This property holds the region (set of rectangles) occupied by the link or search result on the page where it was found. If the text wraps around to multiple lines on the page, there may be multiple rectangles:
訪問函數:
| QList<QRectF> | rectangles () const |
另請參閱 QPdfSearchModel::resultsOnPage () 和 QPdfSearchModel::resultAtIndex ().
[read-only]
url
: const
QUrl
This property holds the destination URL if the link is an external hyperlink; otherwise, it's empty.
訪問函數:
| QUrl | url () const |
[read-only]
valid
: const
bool
This property holds whether the link is valid.
訪問函數:
| bool | isValid () const |
[read-only]
zoom
: const
qreal
This property holds the suggested magnification level, where 1.0 means default scale (1 pixel = 1 point). If the link is a search result, this value is not used.
訪問函數:
| qreal | zoom () const |
構造無效目的地。
另請參閱 valid .
[invokable]
void
QPdfLink::
copyToClipboard
(
QClipboard::Mode
mode
= QClipboard::Clipboard) const
拷貝 toString () representation of the link to the 係統剪貼闆 從屬 mode 給定。
注意: 此函數可以被援引,通過元對象係統和從 QML。見 Q_INVOKABLE .
[invokable]
QString
QPdfLink::
toString
() const
Returns a translated representation for display.
注意: 此函數可以被援引,通過元對象係統和從 QML。見 Q_INVOKABLE .
另請參閱 copyToClipboard ().