IPXC_ContentItem::Text_SetDataSA Method

From PDF XChange PDF SDK
Jump to: navigation, search
(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* ptOffset);</pre>
+
<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''
+
;pCIDs
 
:[in]  Pointer to UCHAR.
 
:[in]  Pointer to UCHAR.
;''pNewTextState''
+
;pNewTextState
 
:[in]  Pointer to [[PXV:IPXC_TState|IPXC_TState]].
 
:[in]  Pointer to [[PXV:IPXC_TState|IPXC_TState]].
;''ptOffset''
+
;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 ==
See also [[PXV:IPXC_ContentItem|IPXC_ContentItem]].
+
[[PXV:IPXC_ContentItem|IPXC_ContentItem]]

Latest revision as of 12: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.

See Also

IPXC_ContentItem