IPXC_ContentItem::Text_SetData 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_SetData Method}} | {{#customTitle:IPXC_ContentItem::Text_SetData Method}} | ||
+ | {{#parentPage:PXV:IPXC_ContentItem#Methods|Text_SetData|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_SetData([in] UCHAR* pCIDs, [in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT Text_SetData([in] UCHAR* pCIDs, |
+ | [in] ULONG nSize, | ||
+ | [in] IPXC_TState* pNewTextState, | ||
+ | [out] PXC_PointF* stOffset);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pCIDs |
:[in] Pointer to UCHAR. | :[in] Pointer to UCHAR. | ||
− | ; | + | ;nSize |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;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 21: | Line 28: | ||
== 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_SetData([in] UCHAR* pCIDs, [in] ULONG nSize, [in] IPXC_TState* pNewTextState, [out] PXC_PointF* stOffset);
Parameters
- pCIDs
- [in] Pointer to UCHAR.
- nSize
- [in] Value of ULONG.
- 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.