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'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 void
assign
(QPdfSelection other) final 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final QRectF
Kotlin property getter.Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final String
getText()
Kotlin property getter.final boolean
getValid()
Kotlin property getter.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
-
getBoundingRectangle
Kotlin property getter. In Java use
boundingRectangle()
instead. -
boundingRectangle
-
getBounds
Kotlin property getter. In Java use
bounds()
instead. -
bounds
-
copyToClipboard
Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
. -
copyToClipboard
-
getEndIndex
Kotlin property getter. In Java use
endIndex()
instead. -
endIndex
-
getValid
Kotlin property getter. In Java use
isValid()
instead. -
isValid
-
assign
-
getStartIndex
Kotlin property getter. In Java use
startIndex()
instead. -
startIndex
-
swap
-
getText
Kotlin property getter. In Java use
text()
instead. -
text
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-