java.lang.Object
io.qt.QtObject
io.qt.pdf.QPdfSelection
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a range of text that has been selected on one page in a PDF document, and its geometric boundaries
Java wrapper for Qt class QPdfSelection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPdfSelection other) SeeQPdfSelection::
operator=(QPdfSelection) final QRectF
bounds()
clone()
Creates and returns a copy of this object.final void
Overloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.final void
final int
endIndex()
final boolean
equals
(QPdfSelection value2) Seeoperator==(QPdfSelection,
QPdfSelection) boolean
Seeoperator==(QPdfSelection,
QPdfSelection) int
hashCode()
Returns the objects's hash code computed byqHash(QPdfSelection)
.final boolean
isValid()
final int
final void
swap
(QPdfSelection other) SeeQPdfSelection::
swap(QPdfSelection&) final String
text()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPdfSelection
-
-
Method Details
-
boundingRectangle
-
bounds
-
copyToClipboard
-
endIndex
-
isValid
-
assign
See
QPdfSelection::
operator=(QPdfSelection) -
equals
See
operator==(QPdfSelection,
QPdfSelection) -
startIndex
-
swap
See
QPdfSelection::
swap(QPdfSelection&) -
text
-
equals
See
operator==(QPdfSelection,
QPdfSelection) -
hashCode
Returns the objects's hash code computed byqHash(QPdfSelection)
. -
clone
Creates and returns a copy of this object.
-
copyToClipboard
Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.
-