The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. More...
Header: | #include <QTextTableCellFormat> |
qmake: | QT += gui |
Since: | Qt 4.4 |
Inherits: | QTextCharFormat |
This class was introduced in Qt 4.4.
Note: All functions in this class are reentrant.
QTextTableCellFormat() | |
qreal | bottomBorder() const |
QBrush | bottomBorderBrush() const |
QTextFrameFormat::BorderStyle | bottomBorderStyle() const |
qreal | bottomPadding() const |
bool | isValid() const |
qreal | leftBorder() const |
QBrush | leftBorderBrush() const |
QTextFrameFormat::BorderStyle | leftBorderStyle() const |
qreal | leftPadding() const |
qreal | rightBorder() const |
QBrush | rightBorderBrush() const |
QTextFrameFormat::BorderStyle | rightBorderStyle() const |
qreal | rightPadding() const |
void | setBorder(qreal width) |
void | setBorderBrush(const QBrush &brush) |
void | setBorderStyle(QTextFrameFormat::BorderStyle style) |
void | setBottomBorder(qreal width) |
void | setBottomBorderBrush(const QBrush &brush) |
void | setBottomBorderStyle(QTextFrameFormat::BorderStyle style) |
void | setBottomPadding(qreal padding) |
void | setLeftBorder(qreal width) |
void | setLeftBorderBrush(const QBrush &brush) |
void | setLeftBorderStyle(QTextFrameFormat::BorderStyle style) |
void | setLeftPadding(qreal padding) |
void | setPadding(qreal padding) |
void | setRightBorder(qreal width) |
void | setRightBorderBrush(const QBrush &brush) |
void | setRightBorderStyle(QTextFrameFormat::BorderStyle style) |
void | setRightPadding(qreal padding) |
void | setTopBorder(qreal width) |
void | setTopBorderBrush(const QBrush &brush) |
void | setTopBorderStyle(QTextFrameFormat::BorderStyle style) |
void | setTopPadding(qreal padding) |
qreal | topBorder() const |
QBrush | topBorderBrush() const |
QTextFrameFormat::BorderStyle | topBorderStyle() const |
qreal | topPadding() const |
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, and QTextCharFormat.
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
Returns the bottom border width of the table cell.
This function was introduced in Qt 5.14.
See also setBottomBorder().
Returns the bottom border brush of the table cell.
This function was introduced in Qt 5.14.
See also setBottomBorderBrush().
Returns the bottom border style of the table cell.
This function was introduced in Qt 5.14.
See also setBottomBorderStyle().
Gets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also setBottomPadding(), leftPadding(), rightPadding(), and topPadding().
Returns true
if this table cell format is valid; otherwise returns false
.
This function was introduced in Qt 4.4.
Returns the left border width of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorder().
Returns the left border brush of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorderBrush().
Returns the left border style of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorderStyle().
Gets the left padding of the table cell.
This function was introduced in Qt 4.4.
See also setLeftPadding(), rightPadding(), topPadding(), and bottomPadding().
Returns the right border width of the table cell.
This function was introduced in Qt 5.14.
See also setRightBorder().
Returns the right border brush of the table cell.
This function was introduced in Qt 5.14.
See also setRightBorderBrush().
Returns the right border style of the table cell.
This function was introduced in Qt 5.14.
See also setRightBorderStyle().
Gets the right padding of the table cell.
This function was introduced in Qt 4.4.
See also setRightPadding(), leftPadding(), topPadding(), and bottomPadding().
Sets the left, right, top, and bottom border width of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorder(), setRightBorder(), setTopBorder(), setBottomBorder(), and QTextTableFormat::setBorderCollapse.
Sets the left, right, top, and bottom border brush of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorderBrush(), setRightBorderBrush(), setTopBorderBrush(), setBottomBorderBrush(), and QTextTableFormat::setBorderCollapse.
Sets the left, right, top, and bottom border style of the table cell.
This function was introduced in Qt 5.14.
See also setLeftBorderStyle(), setRightBorderStyle(), setTopBorderStyle(), setBottomBorderStyle(), and QTextTableFormat::setBorderCollapse.
Sets the bottom border width of the table cell.
This function was introduced in Qt 5.14.
See also bottomBorder() and QTextTableFormat::setBorderCollapse.
Sets the bottom border brush of the table cell.
This function was introduced in Qt 5.14.
See also bottomBorderBrush() and QTextTableFormat::setBorderCollapse.
Sets the bottom border style of the table cell.
This function was introduced in Qt 5.14.
See also bottomBorderStyle() and QTextTableFormat::setBorderCollapse.
Sets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also bottomPadding(), setLeftPadding(), setRightPadding(), and setTopPadding().
Sets the left border width of the table cell.
This function was introduced in Qt 5.14.
See also leftBorder() and QTextTableFormat::setBorderCollapse.
Sets the left border brush of the table cell.
This function was introduced in Qt 5.14.
See also leftBorderBrush() and QTextTableFormat::setBorderCollapse.
Sets the left border style of the table cell.
This function was introduced in Qt 5.14.
See also leftBorderStyle() and QTextTableFormat::setBorderCollapse.
Sets the left padding of the table cell.
This function was introduced in Qt 4.4.
See also leftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding().
Sets the left, right, top, and bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also setLeftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding().
Sets the right border width of the table cell.
This function was introduced in Qt 5.14.
See also rightBorder() and QTextTableFormat::setBorderCollapse.
Sets the right border brush of the table cell.
This function was introduced in Qt 5.14.
See also rightBorderBrush() and QTextTableFormat::setBorderCollapse.
Sets the right border style of the table cell.
This function was introduced in Qt 5.14.
See also rightBorderStyle() and QTextTableFormat::setBorderCollapse.
Sets the right padding of the table cell.
This function was introduced in Qt 4.4.
See also rightPadding(), setLeftPadding(), setTopPadding(), and setBottomPadding().
Sets the top border width of the table cell.
This function was introduced in Qt 5.14.
See also topBorder() and QTextTableFormat::setBorderCollapse.
Sets the top border brush of the table cell.
This function was introduced in Qt 5.14.
See also topBorderBrush() and QTextTableFormat::setBorderCollapse.
Sets the top border style of the table cell.
This function was introduced in Qt 5.14.
See also topBorderStyle() and QTextTableFormat::setBorderCollapse.
Sets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also topPadding(), setLeftPadding(), setRightPadding(), and setBottomPadding().
Returns the top border width of the table cell.
This function was introduced in Qt 5.14.
See also setTopBorder().
Returns the top border brush of the table cell.
This function was introduced in Qt 5.14.
See also setTopBorderBrush().
Returns the top border style of the table cell.
This function was introduced in Qt 5.14.
See also setTopBorderStyle().
Gets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also setTopPadding(), leftPadding(), rightPadding(), and bottomPadding().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qtexttablecellformat.html