Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. More...
Public Member Functions | |
QTextTableCellFormat () | |
| |
QTextTableCellFormat (QTextTableCellFormat copy) | |
| |
override void | CreateProxy () |
new bool | IsValid () |
| |
new void | SetPadding (double padding) |
| |
new void | Dispose () |
Public Member Functions inherited from QtGui.QTextCharFormat | |
QTextCharFormat () | |
| |
QTextCharFormat (QTextCharFormat copy) | |
| |
new bool | IsAnchor () |
| |
new bool | IsValid () |
| |
new void | SetAnchor (bool anchor) |
| |
new void | SetFontStyleHint (QFont.StyleHint hint, QFont.StyleStrategy strategy=QFont.StyleStrategy.PreferDefault) |
| |
new void | Dispose () |
Public Member Functions inherited from QtGui.QTextFormat | |
override bool | Equals (object o) |
override int | GetHashCode () |
QTextFormat () | |
| |
QTextFormat (QTextFormat rhs) | |
| |
QTextFormat (int type) | |
| |
new bool | BoolProperty (int propertyId) |
| |
new QBrush | BrushProperty (int propertyId) |
| |
new void | ClearBackground () |
| |
new void | ClearForeground () |
| |
new void | ClearProperty (int propertyId) |
| |
new QColor | ColorProperty (int propertyId) |
| |
new double | DoubleProperty (int propertyId) |
| |
new bool | HasProperty (int propertyId) |
| |
new int | IntProperty (int propertyId) |
| |
new bool | IsBlockFormat () |
| |
new bool | IsCharFormat () |
| |
new bool | IsFrameFormat () |
| |
new bool | IsImageFormat () |
| |
new bool | IsListFormat () |
| |
new bool | IsTableCellFormat () |
| |
new bool | IsTableFormat () |
| |
new bool | IsValid () |
| |
new QTextLength | LengthProperty (int propertyId) |
| |
new System.Collections.Generic.List < QTextLength > | LengthVectorProperty (int propertyId) |
| |
new void | Merge (QTextFormat other) |
| |
new QPen | PenProperty (int propertyId) |
| |
new System.Collections.Generic.Dictionary < System.Int32, System.Object > | Properties () |
| |
new object | property (int propertyId) |
| |
new int | PropertyCount () |
| |
new void | SetProperty (int propertyId, object value) |
| |
new void | SetProperty (int propertyId, System.Collections.Generic.List< QTextLength > lengths) |
| |
new string | StringProperty (int propertyId) |
| |
new QTextBlockFormat | ToBlockFormat () |
| |
new QTextCharFormat | ToCharFormat () |
| |
new QTextFrameFormat | ToFrameFormat () |
| |
new QTextImageFormat | ToImageFormat () |
| |
new QTextListFormat | ToListFormat () |
| |
new QTextTableCellFormat | ToTableCellFormat () |
| |
new QTextTableFormat | ToTableFormat () |
| |
new int | Type () |
| |
new void | Dispose () |
Protected Member Functions | |
QTextTableCellFormat (System.Type dummy) | |
QTextTableCellFormat (QTextFormat fmt) | |
| |
Protected Member Functions inherited from QtGui.QTextCharFormat | |
QTextCharFormat (System.Type dummy) | |
QTextCharFormat (QTextFormat fmt) | |
| |
Protected Member Functions inherited from QtGui.QTextFormat | |
QTextFormat (System.Type dummy) | |
Properties | |
new double | BottomPadding [get, set] |
| |
new double | LeftPadding [get, set] |
| |
new double | RightPadding [get, set] |
| |
new double | TopPadding [get, set] |
| |
Properties inherited from QtGui.QTextCharFormat | |
new string | AnchorHref [get, set] |
| |
new string | AnchorName [get, set] |
| |
new System.Collections.Generic.List < string > | AnchorNames [get, set] |
| |
new QFont | Font [get, set] |
| |
new QFont.Capitalization | FontCapitalization [get, set] |
| |
new string | FontFamily [get, set] |
| |
new bool | FontFixedPitch [get, set] |
| |
new QFont.HintingPreference | FontHintingPreference [get, set] |
| |
new bool | FontItalic [get, set] |
| |
new bool | FontKerning [get, set] |
| |
new double | FontLetterSpacing [get, set] |
| |
new bool | FontOverline [get, set] |
| |
new double | FontPointSize [get, set] |
| |
new bool | FontStrikeOut [get, set] |
| |
new QFont.StyleStrategy | FontStyleStrategy [get, set] |
| |
new bool | FontUnderline [get, set] |
| |
new int | FontWeight [get, set] |
| |
new double | FontWordSpacing [get, set] |
| |
new int | TableCellColumnSpan [get, set] |
new int | TableCellRowSpan [get, set] |
new QPen | TextOutline [get, set] |
| |
new string | ToolTip [get, set] |
| |
new QColor | UnderlineColor [get, set] |
| |
new QTextCharFormat.UnderlineStyle | underlineStyle [get, set] |
| |
new QTextCharFormat.VerticalAlignment | verticalAlignment [get, set] |
| |
new QFont.StyleHint | FontStyleHint [get] |
| |
Properties inherited from QtGui.QTextFormat | |
new QBrush | Background [get, set] |
| |
new QBrush | Foreground [get, set] |
| |
new Qt.LayoutDirection | LayoutDirection [get, set] |
| |
new int | ObjectIndex [get, set] |
| |
new int | ObjectType [get, set] |
| |
virtual System.IntPtr | SmokeObject [get, set] |
static new QMetaObject | StaticMetaObject [get] |
Additional Inherited Members | |
Public Types inherited from QtGui.QTextCharFormat | |
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 Public Member Functions inherited from QtGui.QTextFormat | |
static bool | operator!= (QTextFormat arg1, QTextFormat arg2) |
| |
static bool | operator== (QTextFormat arg1, QTextFormat arg2) |
| |
Protected Attributes inherited from QtGui.QTextFormat | |
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 |
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
QtGui.QTextTableCellFormat.QTextTableCellFormat | ( | QTextTableCellFormat | copy | ) |
Constructs a new table cell format object.
This function was introduced in Qt 4.4.
|
virtual |
Reimplemented from QtGui.QTextCharFormat.
new void QtGui.QTextTableCellFormat.Dispose | ( | ) |
new bool QtGui.QTextTableCellFormat.IsValid | ( | ) |
Returns true if this table cell format is valid; otherwise returns false.
This function was introduced in Qt 4.4.
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.
|
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.