java.lang.Object
io.qt.internal.QtJambiObject
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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QTextFrame.iterator
begin()
clone()
final int
column()
final int
final QTextFrame.iterator
end()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QTextCursor
final int
final QTextCharFormat
format()
int
hashCode()
final boolean
isValid()
final QTextCursor
final int
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
-
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
-