Win32 API 日本語リファレンス
ホームUI.Controls.RichEdit › ITextRow

ITextRow

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IIDc241f5ef-7206-11d8-a2c7-00a0d1d6c6b3継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 46

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT GetAlignment(INT* pValue)
8HRESULT SetAlignment(INT Value)
9HRESULT GetCellCount(INT* pValue)
10HRESULT SetCellCount(INT Value)
11HRESULT GetCellCountCache(INT* pValue)
12HRESULT SetCellCountCache(INT Value)
13HRESULT GetCellIndex(INT* pValue)
14HRESULT SetCellIndex(INT Value)
15HRESULT GetCellMargin(INT* pValue)
16HRESULT SetCellMargin(INT Value)
17HRESULT GetHeight(INT* pValue)
18HRESULT SetHeight(INT Value)
19HRESULT GetIndent(INT* pValue)
20HRESULT SetIndent(INT Value)
21HRESULT GetKeepTogether(INT* pValue)
22HRESULT SetKeepTogether(INT Value)
23HRESULT GetKeepWithNext(INT* pValue)
24HRESULT SetKeepWithNext(INT Value)
25HRESULT GetNestLevel(INT* pValue)
26HRESULT GetRTL(INT* pValue)
27HRESULT SetRTL(INT Value)
28HRESULT GetCellAlignment(INT* pValue)
29HRESULT SetCellAlignment(INT Value)
30HRESULT GetCellColorBack(INT* pValue)
31HRESULT SetCellColorBack(INT Value)
32HRESULT GetCellColorFore(INT* pValue)
33HRESULT SetCellColorFore(INT Value)
34HRESULT GetCellMergeFlags(INT* pValue)
35HRESULT SetCellMergeFlags(INT Value)
36HRESULT GetCellShading(INT* pValue)
37HRESULT SetCellShading(INT Value)
38HRESULT GetCellVerticalText(INT* pValue)
39HRESULT SetCellVerticalText(INT Value)
40HRESULT GetCellWidth(INT* pValue)
41HRESULT SetCellWidth(INT Value)
42HRESULT GetCellBorderColors(INT* pcrLeft, INT* pcrTop, INT* pcrRight, INT* pcrBottom)
43HRESULT GetCellBorderWidths(INT* pduLeft, INT* pduTop, INT* pduRight, INT* pduBottom)
44HRESULT SetCellBorderColors(INT crLeft, INT crTop, INT crRight, INT crBottom)
45HRESULT SetCellBorderWidths(INT duLeft, INT duTop, INT duRight, INT duBottom)
46HRESULT Apply(INT cRow, tomConstants Flags)
47HRESULT CanChange(INT* pValue)
48HRESULT GetProperty(INT Type, INT* pValue)
49HRESULT Insert(INT cRow)
50HRESULT IsEqual(ITextRow* pRow, INT* pB)
51HRESULT Reset(INT Value)
52HRESULT SetProperty(INT Type, INT Value)