IPXC_ContentItem::Text_SetDataSA Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ContentItem::Text_SetDataSA Method}} | {{#customTitle:IPXC_ContentItem::Text_SetDataSA Method}} | ||
+ | {{#parentPage:PXV:IPXC_ContentItem#Methods|Text_SetDataSA|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Text_SetDataSA([in] SAFEARRAY(UCHAR) pCIDs, [in] IPXC_TState* pNewTextState, [out] PXC_PointF* | + | <pre class="brush:cpp;gutter:false">HRESULT Text_SetDataSA([in] SAFEARRAY(UCHAR) pCIDs, |
+ | [in] IPXC_TState* pNewTextState, | ||
+ | [out] PXC_PointF* stOffset);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pCIDs |
:[in] Pointer to UCHAR. | :[in] Pointer to UCHAR. | ||
− | ; | + | ;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]]. | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ContentItem|IPXC_ContentItem]] |
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.