ホーム › UI.Controls.RichEdit › ITextRow
ITextRow
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 46
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT GetAlignment(INT* pValue) |
| 8 | HRESULT SetAlignment(INT Value) |
| 9 | HRESULT GetCellCount(INT* pValue) |
| 10 | HRESULT SetCellCount(INT Value) |
| 11 | HRESULT GetCellCountCache(INT* pValue) |
| 12 | HRESULT SetCellCountCache(INT Value) |
| 13 | HRESULT GetCellIndex(INT* pValue) |
| 14 | HRESULT SetCellIndex(INT Value) |
| 15 | HRESULT GetCellMargin(INT* pValue) |
| 16 | HRESULT SetCellMargin(INT Value) |
| 17 | HRESULT GetHeight(INT* pValue) |
| 18 | HRESULT SetHeight(INT Value) |
| 19 | HRESULT GetIndent(INT* pValue) |
| 20 | HRESULT SetIndent(INT Value) |
| 21 | HRESULT GetKeepTogether(INT* pValue) |
| 22 | HRESULT SetKeepTogether(INT Value) |
| 23 | HRESULT GetKeepWithNext(INT* pValue) |
| 24 | HRESULT SetKeepWithNext(INT Value) |
| 25 | HRESULT GetNestLevel(INT* pValue) |
| 26 | HRESULT GetRTL(INT* pValue) |
| 27 | HRESULT SetRTL(INT Value) |
| 28 | HRESULT GetCellAlignment(INT* pValue) |
| 29 | HRESULT SetCellAlignment(INT Value) |
| 30 | HRESULT GetCellColorBack(INT* pValue) |
| 31 | HRESULT SetCellColorBack(INT Value) |
| 32 | HRESULT GetCellColorFore(INT* pValue) |
| 33 | HRESULT SetCellColorFore(INT Value) |
| 34 | HRESULT GetCellMergeFlags(INT* pValue) |
| 35 | HRESULT SetCellMergeFlags(INT Value) |
| 36 | HRESULT GetCellShading(INT* pValue) |
| 37 | HRESULT SetCellShading(INT Value) |
| 38 | HRESULT GetCellVerticalText(INT* pValue) |
| 39 | HRESULT SetCellVerticalText(INT Value) |
| 40 | HRESULT GetCellWidth(INT* pValue) |
| 41 | HRESULT SetCellWidth(INT Value) |
| 42 | HRESULT GetCellBorderColors(INT* pcrLeft, INT* pcrTop, INT* pcrRight, INT* pcrBottom) |
| 43 | HRESULT GetCellBorderWidths(INT* pduLeft, INT* pduTop, INT* pduRight, INT* pduBottom) |
| 44 | HRESULT SetCellBorderColors(INT crLeft, INT crTop, INT crRight, INT crBottom) |
| 45 | HRESULT SetCellBorderWidths(INT duLeft, INT duTop, INT duRight, INT duBottom) |
| 46 | HRESULT Apply(INT cRow, tomConstants Flags) |
| 47 | HRESULT CanChange(INT* pValue) |
| 48 | HRESULT GetProperty(INT Type, INT* pValue) |
| 49 | HRESULT Insert(INT cRow) |
| 50 | HRESULT IsEqual(ITextRow* pRow, INT* pB) |
| 51 | HRESULT Reset(INT Value) |
| 52 | HRESULT SetProperty(INT Type, INT Value) |