QTextTableCellFormat露
- PyQt5.QtGui.QTextTableCellFormat
Inherits from QTextCharFormat.
Description露
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument.
The table cell format of a table cell in a document specifies the visual properties of the table cell.
The padding properties of a table cell are controlled by setLeftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding(). All the paddings can be set at once using setPadding().
See also
QTextFormat, QTextBlockFormat, QTextTableFormat, QTextCharFormat.
Methods露
- __init__()
TODO
- __init__(QTextTableCellFormat)
TODO
- bottomBorder() → float
TODO
- bottomBorderBrush() → QBrush
TODO
- bottomBorderStyle() → BorderStyle
TODO
- bottomPadding() → float
See also
- isValid() → bool
TODO
- leftBorder() → float
TODO
- leftBorderBrush() → QBrush
TODO
- leftBorderStyle() → BorderStyle
TODO
- leftPadding() → float
See also
- rightBorder() → float
TODO
- rightBorderBrush() → QBrush
TODO
- rightBorderStyle() → BorderStyle
TODO
- rightPadding() → float
See also
- setBorder(float)
TODO
- setBorderBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setBorderStyle(BorderStyle)
TODO
- setBottomBorder(float)
TODO
- setBottomBorderBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setBottomBorderStyle(BorderStyle)
TODO
- setBottomPadding(float)
See also
- setLeftBorder(float)
TODO
- setLeftBorderBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setLeftBorderStyle(BorderStyle)
TODO
- setLeftPadding(float)
See also
- setPadding(float)
TODO
- setRightBorder(float)
TODO
- setRightBorderBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setRightBorderStyle(BorderStyle)
TODO
- setRightPadding(float)
See also
- setTopBorder(float)
TODO
- setTopBorderBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setTopBorderStyle(BorderStyle)
TODO
- setTopPadding(float)
See also
- topBorder() → float
TODO
- topBorderBrush() → QBrush
TODO
- topBorderStyle() → BorderStyle
TODO
- topPadding() → float
See also