java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextTableCell
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QTextTableCell extends QtObject implements Cloneable
Represents the properties of a cell in a QTextTable
Java wrapper for Qt class QTextTableCell
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTextTableCell()
QTextTableCell(QTextTableCell o)
protected
QTextTableCell(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextFrame.iterator
begin()
QTextTableCell
clone()
int
column()
int
columnSpan()
QTextFrame.iterator
end()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QTextCursor
firstCursorPosition()
int
firstPosition()
QTextCharFormat
format()
int
hashCode()
boolean
isValid()
QTextCursor
lastCursorPosition()
int
lastPosition()
int
row()
int
rowSpan()
void
setFormat(QTextCharFormat format)
int
tableCellFormatIndex()
-
Constructor Details
-
QTextTableCell
public QTextTableCell() -
QTextTableCell
-
QTextTableCell
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
begin
-
column
-
columnSpan
-
end
-
firstCursorPosition
-
firstPosition
-
format
-
isValid
-
lastCursorPosition
-
lastPosition
-
row
-
rowSpan
-
setFormat
-
tableCellFormatIndex
-
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
-