ホーム › UI.Controls.RichEdit › ITextPara
ITextPara
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 48
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT GetDuplicate(ITextPara** ppPara) |
| 8 | HRESULT SetDuplicate(ITextPara* pPara) |
| 9 | HRESULT CanChange(INT* pValue) |
| 10 | HRESULT IsEqual(ITextPara* pPara, INT* pValue) |
| 11 | HRESULT Reset(INT Value) |
| 12 | HRESULT GetStyle(INT* pValue) |
| 13 | HRESULT SetStyle(INT Value) |
| 14 | HRESULT GetAlignment(INT* pValue) |
| 15 | HRESULT SetAlignment(INT Value) |
| 16 | HRESULT GetHyphenation(tomConstants* pValue) |
| 17 | HRESULT SetHyphenation(INT Value) |
| 18 | HRESULT GetFirstLineIndent(FLOAT* pValue) |
| 19 | HRESULT GetKeepTogether(tomConstants* pValue) |
| 20 | HRESULT SetKeepTogether(INT Value) |
| 21 | HRESULT GetKeepWithNext(tomConstants* pValue) |
| 22 | HRESULT SetKeepWithNext(INT Value) |
| 23 | HRESULT GetLeftIndent(FLOAT* pValue) |
| 24 | HRESULT GetLineSpacing(FLOAT* pValue) |
| 25 | HRESULT GetLineSpacingRule(INT* pValue) |
| 26 | HRESULT GetListAlignment(INT* pValue) |
| 27 | HRESULT SetListAlignment(INT Value) |
| 28 | HRESULT GetListLevelIndex(INT* pValue) |
| 29 | HRESULT SetListLevelIndex(INT Value) |
| 30 | HRESULT GetListStart(INT* pValue) |
| 31 | HRESULT SetListStart(INT Value) |
| 32 | HRESULT GetListTab(FLOAT* pValue) |
| 33 | HRESULT SetListTab(FLOAT Value) |
| 34 | HRESULT GetListType(INT* pValue) |
| 35 | HRESULT SetListType(INT Value) |
| 36 | HRESULT GetNoLineNumber(INT* pValue) |
| 37 | HRESULT SetNoLineNumber(INT Value) |
| 38 | HRESULT GetPageBreakBefore(INT* pValue) |
| 39 | HRESULT SetPageBreakBefore(INT Value) |
| 40 | HRESULT GetRightIndent(FLOAT* pValue) |
| 41 | HRESULT SetRightIndent(FLOAT Value) |
| 42 | HRESULT SetIndents(FLOAT First, FLOAT Left, FLOAT Right) |
| 43 | HRESULT SetLineSpacing(INT Rule, FLOAT Spacing) |
| 44 | HRESULT GetSpaceAfter(FLOAT* pValue) |
| 45 | HRESULT SetSpaceAfter(FLOAT Value) |
| 46 | HRESULT GetSpaceBefore(FLOAT* pValue) |
| 47 | HRESULT SetSpaceBefore(FLOAT Value) |
| 48 | HRESULT GetWidowControl(INT* pValue) |
| 49 | HRESULT SetWidowControl(INT Value) |
| 50 | HRESULT GetTabCount(INT* pCount) |
| 51 | HRESULT AddTab(FLOAT tbPos, INT tbAlign, INT tbLeader) |
| 52 | HRESULT ClearAllTabs() |
| 53 | HRESULT DeleteTab(FLOAT tbPos) |
| 54 | HRESULT GetTab(INT iTab, FLOAT* ptbPos, INT* ptbAlign, INT* ptbLeader) |