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
- Parameters:
o
-
-
-
Method Details
-
begin
- Returns:
-
column
- Returns:
-
columnSpan
- Returns:
-
end
- Returns:
-
firstCursorPosition
- Returns:
-
firstPosition
See
QTextTableCell::
firstPosition()const - Returns:
-
format
- Returns:
-
isValid
- Returns:
-
lastCursorPosition
- Returns:
-
lastPosition
See
QTextTableCell::
lastPosition()const - Returns:
-
assign
- Parameters:
o
-
-
equals
- Parameters:
other
-- Returns:
-
row
- Returns:
-
rowSpan
- Returns:
-
setFormat
- Parameters:
format
-
-
tableCellFormatIndex
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTextTableCell)
. -
clone
Creates and returns a copy of this object.
-