java.lang.Object
io.qt.QtObject
io.qt.pdf.QPdfLink
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
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)
Java wrapper for Qt class QPdfLink
- Since:
- This class was introduced in Qt 6.4.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
SeeQPdfLink::
operator=(QPdfLink) clone()
Creates and returns a copy of this object.final String
final String
final void
Overloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.final void
final boolean
Seeoperator==(QPdfLink,
QPdfLink) boolean
Seeoperator==(QPdfLink,
QPdfLink) int
hashCode()
Returns the objects's hash code computed byqHash(QPdfLink)
.final boolean
isValid()
final QPointF
location()
final int
page()
final void
SeeQPdfLink::
swap(QPdfLink&) final String
toString()
final QUrl
url()
final double
zoom()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPdfLink
public QPdfLink() -
QPdfLink
- Parameters:
other
-
-
-
Method Details
-
contextAfter
- Returns:
-
contextBefore
- Returns:
-
copyToClipboard
- Parameters:
mode
-
-
isValid
- Returns:
-
location
- Returns:
-
assign
See
QPdfLink::
operator=(QPdfLink) - Parameters:
other
-
-
equals
See
operator==(QPdfLink,
QPdfLink) - Parameters:
value2
-- Returns:
-
page
- Returns:
-
rectangles
- Returns:
-
swap
See
QPdfLink::
swap(QPdfLink&) - Parameters:
other
-
-
toString
-
url
- Returns:
-
zoom
- Returns:
-
equals
See
operator==(QPdfLink,
QPdfLink) -
hashCode
Returns the objects's hash code computed byqHash(QPdfLink)
. -
clone
Creates and returns a copy of this object.
-
copyToClipboard
public final void copyToClipboard()Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.
-