IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QTextTableCellFormat Class

The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument.

This class was introduced in Qt 4.4.

All functions in this class are reentrant.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QTextTableCellFormat Class

Detailed Description

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

Member Function Documentation

 

[since 4.4] QTextTableCellFormat::QTextTableCellFormat()

Constructs a new table cell format object.

This function was introduced in Qt 4.4.

[since 4.4] qreal QTextTableCellFormat::bottomPadding() const

Gets the bottom padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] bool QTextTableCellFormat::isValid() const

Returns true if this table cell format is valid; otherwise returns false.

This function was introduced in Qt 4.4.

[since 4.4] qreal QTextTableCellFormat::leftPadding() const

Gets the left padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] qreal QTextTableCellFormat::rightPadding() const

Gets the right padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] void QTextTableCellFormat::setBottomPadding(qreal padding)

Sets the bottom padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] void QTextTableCellFormat::setLeftPadding(qreal padding)

Sets the left padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] 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

[since 4.4] void QTextTableCellFormat::setRightPadding(qreal padding)

Sets the right padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] void QTextTableCellFormat::setTopPadding(qreal padding)

Sets the top padding of the table cell.

This function was introduced in Qt 4.4.

See Also

[since 4.4] qreal QTextTableCellFormat::topPadding() const

Gets the top padding of the table cell.

This function was introduced in Qt 4.4.

See Also

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+