QTextTableCellFormat Class ReferenceThe QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. Далее... #include <QTextTableCellFormat> Inherits: QTextCharFormat. Замечание: Все функции в этом классе реентерабельны. Этот класс был введён в Qt 4.4. Открытые функции
Подробное описание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. Описание функций-членовQTextTableCellFormat::QTextTableCellFormat ()Constructs a new table cell format object. Эта функция была введена в Qt 4.4. qreal QTextTableCellFormat::bottomPadding () constGets the bottom padding of the table cell. Эта функция была введена в Qt 4.4. See also setBottomPadding(), leftPadding(), rightPadding(), and topPadding(). bool QTextTableCellFormat::isValid () constReturns true if this table cell format is valid; otherwise returns false. Эта функция была введена в Qt 4.4. qreal QTextTableCellFormat::leftPadding () constGets the left padding of the table cell. Эта функция была введена в Qt 4.4. See also setLeftPadding(), rightPadding(), topPadding(), and bottomPadding(). qreal QTextTableCellFormat::rightPadding () constGets the right padding of the table cell. Эта функция была введена в Qt 4.4. See also setRightPadding(), leftPadding(), topPadding(), and bottomPadding(). void QTextTableCellFormat::setBottomPadding ( qreal padding )Sets the bottom padding of the table cell. Эта функция была введена в Qt 4.4. See also bottomPadding(), setLeftPadding(), setRightPadding(), and setTopPadding(). void QTextTableCellFormat::setLeftPadding ( qreal padding )Sets the left padding of the table cell. Эта функция была введена в 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. Эта функция была введена в Qt 4.4. See also setLeftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding(). void QTextTableCellFormat::setRightPadding ( qreal padding )Sets the right padding of the table cell. Эта функция была введена в Qt 4.4. See also rightPadding(), setLeftPadding(), setTopPadding(), and setBottomPadding(). void QTextTableCellFormat::setTopPadding ( qreal padding )Sets the top padding of the table cell. Эта функция была введена в Qt 4.4. See also topPadding(), setLeftPadding(), setRightPadding(), and setBottomPadding(). qreal QTextTableCellFormat::topPadding () constGets the top padding of the table cell. Эта функция была введена в Qt 4.4. See also setTopPadding(), leftPadding(), rightPadding(), and bottomPadding(). |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |