Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtGui »

Classe « QTextTableCell »

Informations générales

Héritage

builtins.object
    Object
        QTextTableCell

Définition

class QTextTableCell(Object):

Description [extrait de QTextTableCell.__doc__]

QTextTableCell(self)
QTextTableCell(self, o: PySide2.QtGui.QTextTableCell)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
begin(self) -> PySide2.QtGui.QTextFrame.iterator begin(self) -> PySide2.QtGui.QTextFrame.iterator [extrait de begin.__doc__]
column(self) -> int column(self) -> int [extrait de column.__doc__]
columnSpan(self) -> int columnSpan(self) -> int [extrait de columnSpan.__doc__]
end(self) -> PySide2.QtGui.QTextFrame.iterator end(self) -> PySide2.QtGui.QTextFrame.iterator [extrait de end.__doc__]
firstCursorPosition(self) -> PySide2.QtGui.QTextCursor firstCursorPosition(self) -> PySide2.QtGui.QTextCursor [extrait de firstCursorPosition.__doc__]
firstPosition(self) -> int firstPosition(self) -> int [extrait de firstPosition.__doc__]
format(self) -> PySide2.QtGui.QTextCharFormat format(self) -> PySide2.QtGui.QTextCharFormat [extrait de format.__doc__]
isValid(self) -> bool isValid(self) -> bool [extrait de isValid.__doc__]
lastCursorPosition(self) -> PySide2.QtGui.QTextCursor lastCursorPosition(self) -> PySide2.QtGui.QTextCursor [extrait de lastCursorPosition.__doc__]
lastPosition(self) -> int lastPosition(self) -> int [extrait de lastPosition.__doc__]
row(self) -> int row(self) -> int [extrait de row.__doc__]
rowSpan(self) -> int rowSpan(self) -> int [extrait de rowSpan.__doc__]
setFormat(self, format: PySide2.QtGui.QTextCharFormat) setFormat(self, format: PySide2.QtGui.QTextCharFormat) [extrait de setFormat.__doc__]
tableCellFormatIndex(self) -> int tableCellFormatIndex(self) -> int [extrait de tableCellFormatIndex.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__