We bake cookies in your browser for a better experience. Using this site means that you consent. Read More
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. More...
Note: All functions in this class are reentrant.
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, and QTextCharFormat.
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
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.
Gets the left padding of the table cell.
This function was introduced in Qt 4.4.
See also setLeftPadding(), rightPadding(), topPadding(), and bottomPadding().
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 bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also bottomPadding(), setLeftPadding(), setRightPadding(), and setTopPadding().
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 padding of the table cell.
This function was introduced in Qt 4.4.
See also rightPadding(), setLeftPadding(), setTopPadding(), and setBottomPadding().
Sets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also topPadding(), setLeftPadding(), setRightPadding(), and setBottomPadding().
Gets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also setTopPadding(), leftPadding(), rightPadding(), and bottomPadding().
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.