java.lang.Object
io.qt.QtObject
io.qt.gui.QTextTableCell
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents the properties of a cell in a QTextTable
Java wrapper for Qt class QTextTableCell
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QTextFrame.iterator
begin()
clone()
Creates and returns a copy of this object.final int
column()
final int
final QTextFrame.iterator
end()
final boolean
equals
(QTextTableCell other) boolean
final QTextCursor
final int
SeeQTextTableCell::
firstPosition()const final QTextCharFormat
format()
int
hashCode()
Returns the objects's hash code computed byqHash(QTextTableCell)
.final boolean
isValid()
final QTextCursor
final int
SeeQTextTableCell::
lastPosition()const final int
row()
final int
rowSpan()
final void
setFormat
(QTextCharFormat format) final int
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextTableCell
public QTextTableCell() -
QTextTableCell
-
-
Method Details
-
begin
-
column
-
columnSpan
-
end
-
firstCursorPosition
-
firstPosition
See
QTextTableCell::
firstPosition()const -
format
-
isValid
-
lastCursorPosition
-
lastPosition
See
QTextTableCell::
lastPosition()const -
assign
-
equals
-
row
-
rowSpan
-
setFormat
-
tableCellFormatIndex
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTextTableCell)
. -
clone
Creates and returns a copy of this object.
-