#define global IID_ITextPara "{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}"
#usecom global ITextPara IID_ITextPara "{}"
#comfunc global ITextPara_GetDuplicate 7 sptr
#comfunc global ITextPara_SetDuplicate 8 sptr
#comfunc global ITextPara_CanChange 9 var
#comfunc global ITextPara_IsEqual 10 sptr,var
#comfunc global ITextPara_Reset 11 int
#comfunc global ITextPara_GetStyle 12 var
#comfunc global ITextPara_SetStyle 13 int
#comfunc global ITextPara_GetAlignment 14 var
#comfunc global ITextPara_SetAlignment 15 int
#comfunc global ITextPara_GetHyphenation 16 var
#comfunc global ITextPara_SetHyphenation 17 int
#comfunc global ITextPara_GetFirstLineIndent 18 var
#comfunc global ITextPara_GetKeepTogether 19 var
#comfunc global ITextPara_SetKeepTogether 20 int
#comfunc global ITextPara_GetKeepWithNext 21 var
#comfunc global ITextPara_SetKeepWithNext 22 int
#comfunc global ITextPara_GetLeftIndent 23 var
#comfunc global ITextPara_GetLineSpacing 24 var
#comfunc global ITextPara_GetLineSpacingRule 25 var
#comfunc global ITextPara_GetListAlignment 26 var
#comfunc global ITextPara_SetListAlignment 27 int
#comfunc global ITextPara_GetListLevelIndex 28 var
#comfunc global ITextPara_SetListLevelIndex 29 int
#comfunc global ITextPara_GetListStart 30 var
#comfunc global ITextPara_SetListStart 31 int
#comfunc global ITextPara_GetListTab 32 var
#comfunc global ITextPara_SetListTab 33 float
#comfunc global ITextPara_GetListType 34 var
#comfunc global ITextPara_SetListType 35 int
#comfunc global ITextPara_GetNoLineNumber 36 var
#comfunc global ITextPara_SetNoLineNumber 37 int
#comfunc global ITextPara_GetPageBreakBefore 38 var
#comfunc global ITextPara_SetPageBreakBefore 39 int
#comfunc global ITextPara_GetRightIndent 40 var
#comfunc global ITextPara_SetRightIndent 41 float
#comfunc global ITextPara_SetIndents 42 float,float,float
#comfunc global ITextPara_SetLineSpacing 43 int,float
#comfunc global ITextPara_GetSpaceAfter 44 var
#comfunc global ITextPara_SetSpaceAfter 45 float
#comfunc global ITextPara_GetSpaceBefore 46 var
#comfunc global ITextPara_SetSpaceBefore 47 float
#comfunc global ITextPara_GetWidowControl 48 var
#comfunc global ITextPara_SetWidowControl 49 int
#comfunc global ITextPara_GetTabCount 50 var
#comfunc global ITextPara_AddTab 51 float,int,int
#comfunc global ITextPara_ClearAllTabs 52
#comfunc global ITextPara_DeleteTab 53 float
#comfunc global ITextPara_GetTab 54 int,var,var,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ITextPara "{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}"
#usecom global ITextPara IID_ITextPara "{}"
#comfunc global ITextPara_GetDuplicate 7 sptr
#comfunc global ITextPara_SetDuplicate 8 sptr
#comfunc global ITextPara_CanChange 9 sptr
#comfunc global ITextPara_IsEqual 10 sptr,sptr
#comfunc global ITextPara_Reset 11 int
#comfunc global ITextPara_GetStyle 12 sptr
#comfunc global ITextPara_SetStyle 13 int
#comfunc global ITextPara_GetAlignment 14 sptr
#comfunc global ITextPara_SetAlignment 15 int
#comfunc global ITextPara_GetHyphenation 16 sptr
#comfunc global ITextPara_SetHyphenation 17 int
#comfunc global ITextPara_GetFirstLineIndent 18 sptr
#comfunc global ITextPara_GetKeepTogether 19 sptr
#comfunc global ITextPara_SetKeepTogether 20 int
#comfunc global ITextPara_GetKeepWithNext 21 sptr
#comfunc global ITextPara_SetKeepWithNext 22 int
#comfunc global ITextPara_GetLeftIndent 23 sptr
#comfunc global ITextPara_GetLineSpacing 24 sptr
#comfunc global ITextPara_GetLineSpacingRule 25 sptr
#comfunc global ITextPara_GetListAlignment 26 sptr
#comfunc global ITextPara_SetListAlignment 27 int
#comfunc global ITextPara_GetListLevelIndex 28 sptr
#comfunc global ITextPara_SetListLevelIndex 29 int
#comfunc global ITextPara_GetListStart 30 sptr
#comfunc global ITextPara_SetListStart 31 int
#comfunc global ITextPara_GetListTab 32 sptr
#comfunc global ITextPara_SetListTab 33 float
#comfunc global ITextPara_GetListType 34 sptr
#comfunc global ITextPara_SetListType 35 int
#comfunc global ITextPara_GetNoLineNumber 36 sptr
#comfunc global ITextPara_SetNoLineNumber 37 int
#comfunc global ITextPara_GetPageBreakBefore 38 sptr
#comfunc global ITextPara_SetPageBreakBefore 39 int
#comfunc global ITextPara_GetRightIndent 40 sptr
#comfunc global ITextPara_SetRightIndent 41 float
#comfunc global ITextPara_SetIndents 42 float,float,float
#comfunc global ITextPara_SetLineSpacing 43 int,float
#comfunc global ITextPara_GetSpaceAfter 44 sptr
#comfunc global ITextPara_SetSpaceAfter 45 float
#comfunc global ITextPara_GetSpaceBefore 46 sptr
#comfunc global ITextPara_SetSpaceBefore 47 float
#comfunc global ITextPara_GetWidowControl 48 sptr
#comfunc global ITextPara_SetWidowControl 49 int
#comfunc global ITextPara_GetTabCount 50 sptr
#comfunc global ITextPara_AddTab 51 float,int,int
#comfunc global ITextPara_ClearAllTabs 52
#comfunc global ITextPara_DeleteTab 53 float
#comfunc global ITextPara_GetTab 54 int,sptr,sptr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。