ITextRange::GetPara method (tom.h)
Gets an ITextPara object with the paragraph attributes of the specified range.
HRESULT GetPara(
ITextPara **ppPara
);
ppPara
Type: ITextPara**
The pointer to the ITextPara object.
Type: HRESULT
The method returns an HRESULT value. If the method succeeds, it returns S_OK. If ppPara is null, the method fails and it returns E_INVALIDARG.
For plain-text controls, these objects do not vary from range to range, but in rich-text solutions, they do. See the section on ITextPara for further details.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |
Conceptual
Reference