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's 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-