Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. More...
Protected Member Functions | |
QTextTableCellFormat (System.Type dummy) | |
QTextTableCellFormat (QTextFormat fmt) | |
![]() | |
QTextCharFormat (System.Type dummy) | |
QTextCharFormat (QTextFormat fmt) | |
![]() | |
QTextFormat (System.Type dummy) | |
Additional Inherited Members | |
![]() | |
enum | UnderlineStyle { DashDotDotLine = 5, DashDotLine = 4, DashUnderline = 2, DotLine = 3, NoUnderline = 0, SingleUnderline = 1, SpellCheckUnderline = 7, WaveUnderline = 6 } |
More... | |
enum | VerticalAlignment { AlignBaseline = 6, AlignBottom = 5, AlignMiddle = 3, AlignNormal = 0, AlignSubScript = 2, AlignSuperScript = 1, AlignTop = 4 } |
More... | |
![]() | |
static bool | operator!= (QTextFormat one, QTextFormat rhs) |
More... | |
static bool | operator== (QTextFormat one, QTextFormat rhs) |
More... | |
![]() | |
SmokeInvocation | interceptor |
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.
|
protected |
QtGui.QTextTableCellFormat.QTextTableCellFormat | ( | ) |
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
|
protected |
QtGui.QTextTableCellFormat.QTextTableCellFormat | ( | QTextTableCellFormat | copy | ) |
|
virtual |
new void QtGui.QTextTableCellFormat.Dispose | ( | ) |
new void QtGui.QTextTableCellFormat.SetPadding | ( | double | 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().
|
getsetadd |
Gets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
Sets the bottom padding of the table cell.
This function was introduced in Qt 4.4.
|
get |
Returns true if this table cell format is valid; otherwise returns false.
This function was introduced in Qt 4.4.
|
getsetadd |
Gets the left padding of the table cell.
This function was introduced in Qt 4.4.
Sets the left padding of the table cell.
This function was introduced in Qt 4.4.
|
getsetadd |
Gets the right padding of the table cell.
This function was introduced in Qt 4.4.
Sets the right padding of the table cell.
This function was introduced in Qt 4.4.
|
getsetadd |
Gets the top padding of the table cell.
This function was introduced in Qt 4.4.
Sets the top padding of the table cell.
This function was introduced in Qt 4.4.