IPXC_ContentItem::Text_SetDataSA Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">HRESULT Text_SetDataSA([in] SAFEARRAY(UCHAR) pCIDs, | <pre class="brush:cpp;gutter:false">HRESULT Text_SetDataSA([in] SAFEARRAY(UCHAR) pCIDs, | ||
[in] IPXC_TState* pNewTextState, | [in] IPXC_TState* pNewTextState, | ||
− | [out] PXC_PointF* | + | [out] PXC_PointF* stOffset);</pre> |
== Parameters == | == Parameters == | ||
Line 18: | Line 18: | ||
;pNewTextState | ;pNewTextState | ||
:[in] Pointer to [[PXV:IPXC_TState|IPXC_TState]]. | :[in] Pointer to [[PXV:IPXC_TState|IPXC_TState]]. | ||
− | ; | + | ;stOffset |
:[out] Pointer to [[PXV:PXC_PointF|PXC_PointF]]. | :[out] Pointer to [[PXV:PXC_PointF|PXC_PointF]]. | ||
Latest revision as of 11:32, 9 June 2016
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Text_SetDataSA([in] SAFEARRAY(UCHAR) pCIDs, [in] IPXC_TState* pNewTextState, [out] PXC_PointF* stOffset);
Parameters
- pCIDs
- [in] Pointer to UCHAR.
- pNewTextState
- [in] Pointer to IPXC_TState.
- stOffset
- [out] Pointer to PXC_PointF.
Return Value
Returns S_OK if operation was successful or error code in other cases.