# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QTextTableCell(__PyQt6_sip.simplewrapper):
    """
    QTextTableCell()
    QTextTableCell(o: QTextTableCell)
    """
    def column(self): # real signature unknown; restored from __doc__
        """ column(self) -> int """
        return 0

    def columnSpan(self): # real signature unknown; restored from __doc__
        """ columnSpan(self) -> int """
        return 0

    def firstCursorPosition(self): # real signature unknown; restored from __doc__
        """ firstCursorPosition(self) -> QTextCursor """
        return QTextCursor

    def format(self): # real signature unknown; restored from __doc__
        """ format(self) -> QTextCharFormat """
        return QTextCharFormat

    def isValid(self): # real signature unknown; restored from __doc__
        """ isValid(self) -> bool """
        return False

    def lastCursorPosition(self): # real signature unknown; restored from __doc__
        """ lastCursorPosition(self) -> QTextCursor """
        return QTextCursor

    def row(self): # real signature unknown; restored from __doc__
        """ row(self) -> int """
        return 0

    def rowSpan(self): # real signature unknown; restored from __doc__
        """ rowSpan(self) -> int """
        return 0

    def setFormat(self, format): # real signature unknown; restored from __doc__
        """ setFormat(self, format: QTextCharFormat) """
        pass

    def tableCellFormatIndex(self): # real signature unknown; restored from __doc__
        """ tableCellFormatIndex(self) -> int """
        return 0

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, o=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    __hash__ = None


