java.lang.Object
io.qt.internal.QtJambiObject
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's class QPdfSelection
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QRectF
bounds()
clone()
final void
Overloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.final void
final int
endIndex()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isValid()
final int
final void
swap
(QPdfSelection other) 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
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
boundingRectangle
-
bounds
-
copyToClipboard
Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
. -
copyToClipboard
-
endIndex
-
isValid
-
startIndex
-
swap
-
text
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-