#define global IID_ITextPara2 "{C241F5E4-7206-11D8-A2C7-00A0D1D6C6B3}"
#usecom global ITextPara2 IID_ITextPara2 "{}"
#comfunc global ITextPara2_GetBorders 55 sptr
#comfunc global ITextPara2_GetDuplicate2 56 sptr
#comfunc global ITextPara2_SetDuplicate2 57 sptr
#comfunc global ITextPara2_GetFontAlignment 58 var
#comfunc global ITextPara2_SetFontAlignment 59 int
#comfunc global ITextPara2_GetHangingPunctuation 60 var
#comfunc global ITextPara2_SetHangingPunctuation 61 int
#comfunc global ITextPara2_GetSnapToGrid 62 var
#comfunc global ITextPara2_SetSnapToGrid 63 int
#comfunc global ITextPara2_GetTrimPunctuationAtStart 64 var
#comfunc global ITextPara2_SetTrimPunctuationAtStart 65 int
#comfunc global ITextPara2_GetEffects 66 var,var
#comfunc global ITextPara2_GetProperty 67 int,var
#comfunc global ITextPara2_IsEqual2 68 sptr,var
#comfunc global ITextPara2_SetEffects 69 int,int
#comfunc global ITextPara2_SetProperty 70 int,int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ITextPara2 "{C241F5E4-7206-11D8-A2C7-00A0D1D6C6B3}"
#usecom global ITextPara2 IID_ITextPara2 "{}"
#comfunc global ITextPara2_GetBorders 55 sptr
#comfunc global ITextPara2_GetDuplicate2 56 sptr
#comfunc global ITextPara2_SetDuplicate2 57 sptr
#comfunc global ITextPara2_GetFontAlignment 58 sptr
#comfunc global ITextPara2_SetFontAlignment 59 int
#comfunc global ITextPara2_GetHangingPunctuation 60 sptr
#comfunc global ITextPara2_SetHangingPunctuation 61 int
#comfunc global ITextPara2_GetSnapToGrid 62 sptr
#comfunc global ITextPara2_SetSnapToGrid 63 int
#comfunc global ITextPara2_GetTrimPunctuationAtStart 64 sptr
#comfunc global ITextPara2_SetTrimPunctuationAtStart 65 int
#comfunc global ITextPara2_GetEffects 66 sptr,sptr
#comfunc global ITextPara2_GetProperty 67 int,sptr
#comfunc global ITextPara2_IsEqual2 68 sptr,sptr
#comfunc global ITextPara2_SetEffects 69 int,int
#comfunc global ITextPara2_SetProperty 70 int,int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。