Member Function Documentation
QTextTableCellFormat::QTextTableCellFormat()
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
qreal QTextTableCellFormat::bottomPadding() const
Gets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also setBottomPadding(), leftPadding(), rightPadding(), and topPadding().
bool QTextTableCellFormat::isValid() const
Returns true if this table cell format is valid; otherwise returns false.
This function was introduced in Qt 4.4.
qreal QTextTableCellFormat::leftPadding() const
Gets the left padding of the table cell.
This function was introduced in Qt 4.4.
See also setLeftPadding(), rightPadding(), topPadding(), and bottomPadding().
qreal QTextTableCellFormat::rightPadding() const
Gets the right padding of the table cell.
This function was introduced in Qt 4.4.
See also setRightPadding(), leftPadding(), topPadding(), and bottomPadding().
void QTextTableCellFormat::setBottomPadding(qreal padding)
Sets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
See also bottomPadding(), setLeftPadding(), setRightPadding(), and setTopPadding().
void QTextTableCellFormat::setLeftPadding(qreal padding)
Sets the left padding of the table cell.
This function was introduced in Qt 4.4.
See also leftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding().
void QTextTableCellFormat::setPadding(qreal padding)
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().
void QTextTableCellFormat::setRightPadding(qreal padding)
Sets the right padding of the table cell.
This function was introduced in Qt 4.4.
See also rightPadding(), setLeftPadding(), setTopPadding(), and setBottomPadding().
void QTextTableCellFormat::setTopPadding(qreal padding)
Sets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also topPadding(), setLeftPadding(), setRightPadding(), and setBottomPadding().
qreal QTextTableCellFormat::topPadding() const
Gets the top padding of the table cell.
This function was introduced in Qt 4.4.
See also setTopPadding(), leftPadding(), rightPadding(), and bottomPadding().