|
HRESULT | GetDuplicate ([retval, out]ITextPara **ppPara) |
|
HRESULT | SetDuplicate ([in]ITextPara *pPara) |
|
HRESULT | CanChange ([out]LONG *pB) |
|
HRESULT | IsEqual ([in]ITextPara *pPara, [retval, out]LONG *pB) |
|
HRESULT | Reset ([in]LONG Value) |
|
HRESULT | GetStyle ([retval, out]LONG *pValue) |
|
HRESULT | SetStyle ([in]LONG Value) |
|
HRESULT | GetAlignment ([retval, out]LONG *pValue) |
|
HRESULT | SetAlignment ([in]LONG Value) |
|
HRESULT | GetHyphenation ([retval, out]LONG *pValue) |
|
HRESULT | SetHyphenation ([in]LONG Value) |
|
HRESULT | GetFirstLineIndent ([retval, out]float *pValue) |
|
HRESULT | GetKeepTogether ([retval, out]LONG *pValue) |
|
HRESULT | SetKeepTogether ([in]LONG Value) |
|
HRESULT | GetKeepWithNext ([retval, out]LONG *pValue) |
|
HRESULT | SetKeepWithNext ([in]LONG Value) |
|
HRESULT | GetLeftIndent ([retval, out]float *pValue) |
|
HRESULT | GetLineSpacing ([retval, out]float *pValue) |
|
HRESULT | GetLineSpacingRule ([retval, out]LONG *pValue) |
|
HRESULT | GetListAlignment ([retval, out]LONG *pValue) |
|
HRESULT | SetListAlignment ([in]LONG Value) |
|
HRESULT | GetListLevelIndex ([retval, out]LONG *pValue) |
|
HRESULT | SetListLevelIndex ([in]LONG Value) |
|
HRESULT | GetListStart ([retval, out]LONG *pValue) |
|
HRESULT | SetListStart ([in]LONG Value) |
|
HRESULT | GetListTab ([retval, out]float *pValue) |
|
HRESULT | SetListTab ([in]float Value) |
|
HRESULT | GetListType ([retval, out]LONG *pValue) |
|
HRESULT | SetListType ([in]LONG Value) |
|
HRESULT | GetNoLineNumber ([retval, out]LONG *pValue) |
|
HRESULT | SetNoLineNumber ([in]LONG Value) |
|
HRESULT | GetPageBreakBefore ([retval, out]LONG *pValue) |
|
HRESULT | SetPageBreakBefore ([in]LONG Value) |
|
HRESULT | GetRightIndent ([retval, out]float *pValue) |
|
HRESULT | SetRightIndent ([in]float Value) |
|
HRESULT | SetIndents ([in]float StartIndent, [in]float LeftIndent, [in]float RightIndent) |
|
HRESULT | SetLineSpacing ([in]LONG LineSpacingRule, [in]float LineSpacing) |
|
HRESULT | GetSpaceAfter ([retval, out]float *pValue) |
|
HRESULT | SetSpaceAfter ([in]float Value) |
|
HRESULT | GetSpaceBefore ([retval, out]float *pValue) |
|
HRESULT | SetSpaceBefore ([in]float Value) |
|
HRESULT | GetWidowControl ([retval, out]LONG *pValue) |
|
HRESULT | SetWidowControl ([in]LONG Value) |
|
HRESULT | GetTabCount ([retval, out]LONG *pCount) |
|
HRESULT | AddTab ([in]float tbPos, [in]LONG tbAlign, [in]LONG tbLeader) |
|
HRESULT | ClearAllTabs () |
|
HRESULT | DeleteTab ([in]float tbPos) |
|
HRESULT | GetTab ([in]LONG iTab, [out]float *ptbPos, [out]LONG *ptbAlign, [out]LONG *ptbLeader) |
|
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
|
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
|
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
|
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
|
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|