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
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QPdfSelection other) SeeQPdfSelection::operator=(QPdfSelection) final QRectFbounds()clone()Creates and returns a copy of this object.final voidOverloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)withmode = io.qt.gui.QClipboard.Mode.Clipboard.final voidfinal intendIndex()final booleanequals(QPdfSelection value2) Seeoperator==(QPdfSelection,QPdfSelection) booleanSeeoperator==(QPdfSelection,QPdfSelection) inthashCode()Returns the objects's hash code computed byqHash(QPdfSelection).final booleanisValid()final intfinal voidswap(QPdfSelection other) SeeQPdfSelection::swap(QPdfSelection&) final Stringtext()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPdfSelection
- Parameters:
other-
-
-
Method Details
-
boundingRectangle
- Returns:
-
bounds
- Returns:
-
copyToClipboard
- Parameters:
mode-
-
endIndex
- Returns:
-
isValid
- Returns:
-
assign
See
QPdfSelection::operator=(QPdfSelection) - Parameters:
other-
-
equals
See
operator==(QPdfSelection,QPdfSelection) - Parameters:
value2-- Returns:
-
startIndex
- Returns:
-
swap
See
QPdfSelection::swap(QPdfSelection&) - Parameters:
other-
-
text
- Returns:
-
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.
-