IPXC_ContentCreator::ShowTextBlock Method

From PDF XChange PDF SDK
Revision as of 00:00, 14 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ShowTextBlock([in] LPWSTR pText, [in] PXC_Rect* pRect, [in] PXC_Rect* pClip, [in, optional] ULONG nFlags, [in, optional] LONG nTextLen, [in, optional] IPXC_CharFormat* pCharFmt, [in, optional] IPXC_ParaFormat* pParaFmt, [in, optional] IPXC_DrawTextCallbacks* pCallbacks, [out, optional] PXC_Rect* pTextBounds);

Parameters

pText
[in] Value of LPWSTR.
pRect
[in] Pointer to PXC_Rect.
pClip
[in] Pointer to PXC_Rect.
nFlags
[in, optional] Value of ULONG.
nTextLen
[in, optional] Value of LONG.
pCharFmt
[in, optional] Pointer to IPXC_CharFormat.
pParaFmt
[in, optional] Pointer to IPXC_ParaFormat.
pCallbacks
[in, optional] Pointer to IPXC_DrawTextCallbacks.
pTextBounds
[out, optional] Pointer to PXC_Rect.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXC_ContentCreator.