• PySide 模块
  • PySide.QtGui
  • 内容表

    上一话题

    QTextCharFormat

    下一话题

    QTextImageFormat

    QTextTableCellFormat

    概要

    函数

    详细描述

    class PySide.QtGui. QTextTableCellFormat
    class PySide.QtGui. QTextTableCellFormat ( fmt )
    class PySide.QtGui. QTextTableCellFormat ( QTextTableCellFormat )
    参数:

    Constructs a new table cell format object.

    Creates a new table cell format with the same attributes as the given text format.

    PySide.QtGui.QTextTableCellFormat. bottomPadding ( )
    返回类型: PySide.QtCore.qreal

    Gets the bottom padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. leftPadding ( )
    返回类型: PySide.QtCore.qreal

    Gets the left padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. rightPadding ( )
    返回类型: PySide.QtCore.qreal

    Gets the right padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. setBottomPadding ( padding )
    参数: padding PySide.QtCore.qreal

    Sets the bottom padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. setLeftPadding ( padding )
    参数: padding PySide.QtCore.qreal

    Sets the left padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. setPadding ( padding )
    参数: padding PySide.QtCore.qreal

    Sets the left, right, top, and bottom padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. setRightPadding ( padding )
    参数: padding PySide.QtCore.qreal

    Sets the right padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. setTopPadding ( padding )
    参数: padding PySide.QtCore.qreal

    Sets the top padding of the table cell.

    PySide.QtGui.QTextTableCellFormat. topPadding ( )
    返回类型: PySide.QtCore.qreal

    Gets the top padding of the table cell.